COLOR #C20985

HEX: #C20985
RGB: (194,9,133)

Color info

#C20985 contains mainly red color. Web safe color of #C20985 is #CC0099 (or #C09).

RGB color model

#C20985 color RGB value is (194,9,133).

  • red value is 194;
  • green value is 9;
  • blue value is 133.
RGB:
(194,9,133)
(76%,4%,52%)

RGB channels and saturation

R 194 of 255 = 76%
G 9 of 255 = 4%
B 133 of 255 = 52%

194
9
133

R + G + B ~ 44%. #C20985 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
194 + 9 + 133 = 336 (100%)
R 194 of 336 ~ 57.74%
G 9 of 336 ~ 2.68%
B 133 of 336 ~ 39.58%

%57.74
%39.58

CMYK color model

#C20985 color CMYK value is (0,95,31,24).

  • cyan value is 0.00%
  • magenta value is 95.36%
  • yellow value is 31.44%
  • key color value is 23.92%
CMYK:
(0,95,31,24)
C0M95Y31K24 
(0%,95%,31%,24%)
(0.00/0.95/0.31/0.24)	

CMYK percentages

%0
%95.36
%31.44
%23.92

Codes

Color #C20985 in popluar color models

C20985
RGB1949133
HSL320°91.13%39.80%
HSB/HSV320°95.36%76.08%
CMYK0.00%95.36%31.44%
23.92%

Color #C20985 in popluar number systems.

HEXC20985
Decimal1949133
Binary11000010100110000101
Octal30211205

Shades and tints

Shades of #C20985

#C20985
(194,9,133)
#B10979
(177,9,121)
#A0096D
(160,9,109)
#8F0961
(143,9,97)
#7E0955
(126,9,85)
#6D0949
(109,9,73)
#5C093D
(92,9,61)
#4B0931
(75,9,49)
#3A0925
(58,9,37)
#290919
(41,9,25)
#18090D
(24,9,13)
#000000
(0,0,0)

Tints of #C20985

#C20985
(194,9,133)
#C71F90
(199,31,144)
#CC359B
(204,53,155)
#D14BA6
(209,75,166)
#D661B1
(214,97,177)
#DB77BC
(219,119,188)
#E08DC7
(224,141,199)
#E5A3D2
(229,163,210)
#EAB9DD
(234,185,221)
#EFCFE8
(239,207,232)
#F4E5F3
(244,229,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C20985 color. Also use rgb(194,9,133) instead hex code.

Text Font Color

.myTextColor { color: #C20985; }

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

This text font color is #C20985.


Background Color

.myBgColor { background-color: #C20985; }

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

This div background color is #C20985.


Border color

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

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

This div border color is #C20985.


Opacity

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

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

Text with #C20985 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 #C20985;}

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

This text has shadow with #C20985 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C20985 on black background.


Color preview on white background

This text has color #C20985 on white background.



Black color preview on #C20985 background

This text has black color on #C20985 background.


White color preview on #C20985 background

This text has white color on #C20985 background.