COLOR #C50366

HEX: #C50366
RGB: (197,3,102)

Renk bilgisi

#C50366 contains mainly red color. #C50366 ‘ nin web güvenlik rengi #CC0066 (ya da #C06) dir.

RGB renk modeli

#C50366 color RGB value is (197,3,102).

  • kırmız ton 197;
  • yeşil ton 3;
  • mavi ton 102.
RGB:
(197,3,102)
(77%,1%,40%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 3 of 255 = 1%
B 102 of 255 = 40%

197
3
102

R + G + B ~ 39%. #C50366 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 3 + 102 = 302 (100%)
R 197 of 302 ~ 65.23%
G 3 of 302 ~ 0.99%
B 102 of 302 ~ 33.77%

%65.23
%33.77

CMYK RENK MODELİ

#C50366 rengi CMYK tonu (0,98,48,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 98.48%
  • sarı tonu 48.22%
  • ana renk tonu 22.75%
CMYK:
(0,98,48,23)
C0M98Y48K23 
(0%,98%,48%,23%)
(0.00/0.98/0.48/0.23)	

CMYK yüzdeleri

%0
%98.48
%48.22
%22.75

Codes

Color #C50366 in popluar color models

C50366
RGB1973102
HSL329°97.00%39.22%
HSB/HSV329°98.48%77.25%
CMYK0.00%98.48%48.22%
22.75%

Color #C50366 in popluar number systems.

HEXC50366
Decimal1973102
Binary11000101111100110
Octal3053146

Shades and tints

Shades of #C50366

#C50366
(197,3,102)
#B4035D
(180,3,93)
#A30354
(163,3,84)
#92034B
(146,3,75)
#810342
(129,3,66)
#700339
(112,3,57)
#5F0330
(95,3,48)
#4E0327
(78,3,39)
#3D031E
(61,3,30)
#2C0315
(44,3,21)
#1B030C
(27,3,12)
#000000
(0,0,0)

Tints of #C50366

#C50366
(197,3,102)
#CA1973
(202,25,115)
#CF2F80
(207,47,128)
#D4458D
(212,69,141)
#D95B9A
(217,91,154)
#DE71A7
(222,113,167)
#E387B4
(227,135,180)
#E89DC1
(232,157,193)
#EDB3CE
(237,179,206)
#F2C9DB
(242,201,219)
#F7DFE8
(247,223,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C50366 color. Also use rgb(197,3,102) instead hex code.

Text Font Color

.myTextColor { color: #C50366; }

<p style="color:#C50366">This sample text font color is #C50366.</p>

This text font color is #C50366.


Background Color

.myBgColor { background-color: #C50366; }

<div style="background-color:#C50366">Inner text</div>

This div background color is #C50366.


Border color

.myBorderColor { border: 1px solid #C50366; }

<div style="border:3px solid #C50366">Div</div>

This div border color is #C50366.


Opacity

.myOpacity80 { color: #C50366; opacity: 0.8; }

<p style="color:#C50366;opacity:0.8;">80%</p>

Text with #C50366 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C50366;}

<p style="text-shadow: 3px 3px 1px #C50366">Text here.</p>

This text has shadow with #C50366 color.

.textShadow {text-shadow: 3px 3px 1px #C50366, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C50366, 5px 5px 20px red">Text here.</p>

This text has shadow with #C50366 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C50366, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C50366, Direction=45, Strength=4)">Text</p>

This text has shadow with #C50366 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #C50366;
  -webkit-box-shadow:	1px 1px 3px 2px #C50366;
  box-shadow:		1px 1px 3px 2px #C50366;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C50366;
-webkit-box-shadow: 1px 1px 3px 2px #C50366;
box-shadow:1px 1px 3px 2px #C50366;">
Div content here</div>
This div box has shadow with color #C50366.

Preview

Color preview on black background

This text has color #C50366 on black background.


Color preview on white background

This text has color #C50366 on white background.



Black color preview on #C50366 background

This text has black color on #C50366 background.


White color preview on #C50366 background

This text has white color on #C50366 background.