COLOR #C20047

HEX: #C20047
RGB: (194,0,71)

Color info

#C20047 contains mainly red color. Web safe color of #C20047 is #CC0033 (or #C03).

RGB color model

#C20047 color RGB value is (194,0,71).

  • red value is 194;
  • green value is 0;
  • blue value is 71.
RGB:
(194,0,71)
(76%,0%,28%)

RGB channels and saturation

R 194 of 255 = 76%
G 0 of 255 = 0%
B 71 of 255 = 28%

194
0
71

R + G + B ~ 35%. #C20047 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
194 + 0 + 71 = 265 (100%)
R 194 of 265 ~ 73.21%
G 0 of 265 ~ 0%
B 71 of 265 ~ 26.79%

%73.21
%26.79

CMYK color model

#C20047 color CMYK value is (0,100,63,24).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 63.40%
  • key color value is 23.92%
CMYK:
(0,100,63,24)
C0M100Y63K24 
(0%,100%,63%,24%)
(0.00/1.00/0.63/0.24)	

CMYK percentages

%0
%100
%63.4
%23.92

Codes

Color #C20047 in popluar color models

C20047
RGB194071
HSL338°100.00%38.04%
HSB/HSV338°100.00%76.08%
CMYK0.00%100.00%63.40%
23.92%

Color #C20047 in popluar number systems.

HEXC20047
Decimal194071
Binary1100001001000111
Octal3020107

Shades and tints

Shades of #C20047

#C20047
(194,0,71)
#B10041
(177,0,65)
#A0003B
(160,0,59)
#8F0035
(143,0,53)
#7E002F
(126,0,47)
#6D0029
(109,0,41)
#5C0023
(92,0,35)
#4B001D
(75,0,29)
#3A0017
(58,0,23)
#290011
(41,0,17)
#18000B
(24,0,11)
#000000
(0,0,0)

Tints of #C20047

#C20047
(194,0,71)
#C71757
(199,23,87)
#CC2E67
(204,46,103)
#D14577
(209,69,119)
#D65C87
(214,92,135)
#DB7397
(219,115,151)
#E08AA7
(224,138,167)
#E5A1B7
(229,161,183)
#EAB8C7
(234,184,199)
#EFCFD7
(239,207,215)
#F4E6E7
(244,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C20047 color. Also use rgb(194,0,71) instead hex code.

Text Font Color

.myTextColor { color: #C20047; }

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

This text font color is #C20047.


Background Color

.myBgColor { background-color: #C20047; }

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

This div background color is #C20047.


Border color

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

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

This div border color is #C20047.


Opacity

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

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

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

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

This text has shadow with #C20047 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C20047 on black background.


Color preview on white background

This text has color #C20047 on white background.



Black color preview on #C20047 background

This text has black color on #C20047 background.


White color preview on #C20047 background

This text has white color on #C20047 background.