COLOR #C20F5D

HEX: #C20F5D
RGB: (194,15,93)

Color info

#C20F5D contains mainly red color. Web safe color of #C20F5D is #CC0066 (or #C06).

RGB color model

#C20F5D color RGB value is (194,15,93).

  • red value is 194;
  • green value is 15;
  • blue value is 93.
RGB:
(194,15,93)
(76%,6%,36%)

RGB channels and saturation

R 194 of 255 = 76%
G 15 of 255 = 6%
B 93 of 255 = 36%

194
15
93

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

Portions of RGB colors in percentages

R + G + B =
194 + 15 + 93 = 302 (100%)
R 194 of 302 ~ 64.24%
G 15 of 302 ~ 4.97%
B 93 of 302 ~ 30.79%

%64.24
%30.79

CMYK color model

#C20F5D color CMYK value is (0,92,52,24).

  • cyan value is 0.00%
  • magenta value is 92.27%
  • yellow value is 52.06%
  • key color value is 23.92%
CMYK:
(0,92,52,24)
C0M92Y52K24 
(0%,92%,52%,24%)
(0.00/0.92/0.52/0.24)	

CMYK percentages

%0
%92.27
%52.06
%23.92

Codes

Color #C20F5D in popluar color models

C20F5D
RGB1941593
HSL334°85.65%40.98%
HSB/HSV334°92.27%76.08%
CMYK0.00%92.27%52.06%
23.92%

Color #C20F5D in popluar number systems.

HEXC20F5D
Decimal1941593
Binary1100001011111011101
Octal30217135

Shades and tints

Shades of #C20F5D

#C20F5D
(194,15,93)
#B10E55
(177,14,85)
#A00D4D
(160,13,77)
#8F0C45
(143,12,69)
#7E0B3D
(126,11,61)
#6D0A35
(109,10,53)
#5C092D
(92,9,45)
#4B0825
(75,8,37)
#3A071D
(58,7,29)
#290615
(41,6,21)
#18050D
(24,5,13)
#000000
(0,0,0)

Tints of #C20F5D

#C20F5D
(194,15,93)
#C7246B
(199,36,107)
#CC3979
(204,57,121)
#D14E87
(209,78,135)
#D66395
(214,99,149)
#DB78A3
(219,120,163)
#E08DB1
(224,141,177)
#E5A2BF
(229,162,191)
#EAB7CD
(234,183,205)
#EFCCDB
(239,204,219)
#F4E1E9
(244,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C20F5D color. Also use rgb(194,15,93) instead hex code.

Text Font Color

.myTextColor { color: #C20F5D; }

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

This text font color is #C20F5D.


Background Color

.myBgColor { background-color: #C20F5D; }

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

This div background color is #C20F5D.


Border color

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

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

This div border color is #C20F5D.


Opacity

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

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

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

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

This text has shadow with #C20F5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C20F5D on black background.


Color preview on white background

This text has color #C20F5D on white background.



Black color preview on #C20F5D background

This text has black color on #C20F5D background.


White color preview on #C20F5D background

This text has white color on #C20F5D background.