COLOR #C94D78

HEX: #C94D78 RGB: (201,77,120)

Color info

#C94D78 contains mainly red color. Web safe color of #C94D78 is #CC3366 (or #C36).

RGB color model

#C94D78 color RGB value is (201,77,120).

RGB: (201,77,120) (79%, 30%, 47%)

RGB channels and saturation

R 201 of 255 = 79%
G 77 of 255 = 30%
B 120 of 255 = 47%

201
77
120

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

Portions of RGB colors in percentages

R + G + B = 201 + 77 + 120 = 398 (100%)
R 201 of 398 ~ 50.5%
G 77 of 398 ~ 19.35%
B 120 of 398 ~ 30.15'%

%50.5
%19.35
%30.15

CMYK color model

#C94D78 color CMYK value is (0,62,40,21).

  • cyan value is 0.00%
  • magenta value is 61.69%
  • yellow value is 40.30%
  • key color value is 21.18%

CMYK: (0,62,40,21)
C0M62Y40K21 (0%, 62%, 40%, 21%)
(0.00 / 0.62 / 0.40 / 0.21)

CMYK percentages

%0
%61.69
%40.3
%21.18

Codes

Color #C94D78 in popluar color models

C9 4D 78
RGB 201 77 120
HSL 339° 53.45% 54.51%
HSB/HSV 339° 61.69% 78.82%
CMYK 0.00% 61.69% 40.30%
21.18%

Color #C94D78 in popluar number systems.

HEX C9 4D 78
Decimal 201 77 120
Binary 11001001 1001101 1111000
Octal 311 115 170

Shades and tints

Shades of #C94D78

#C94D78
(201,77,120)
#B7466E
(183,70,110)
#A53F64
(165,63,100)
#93385A
(147,56,90)
#813150
(129,49,80)
#6F2A46
(111,42,70)
#5D233C
(93,35,60)
#4B1C32
(75,28,50)
#391528
(57,21,40)
#270E1E
(39,14,30)
#150714
(21,7,20)
#000000
(0,0,0)

Tints of #C94D78

#C94D78
(201,77,120)
#CD5D84
(205,93,132)
#D16D90
(209,109,144)
#D57D9C
(213,125,156)
#D98DA8
(217,141,168)
#DD9DB4
(221,157,180)
#E1ADC0
(225,173,192)
#E5BDCC
(229,189,204)
#E9CDD8
(233,205,216)
#EDDDE4
(237,221,228)
#F1EDF0
(241,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C94D78 color. Also use rgb(201,77,120) instead hex code.

Text Font Color

.myTextColor { color: #C94D78; }

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

This text font color is #C94D78.

Background Color

.myBgColor { background-color: #C94D78; }

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

This div background color is #C94D78.

Border color

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

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

This div border color is #C94D78.

Opacity

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

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

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

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

This text has shadow with #C94D78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C94D78.

Preview

Color preview on black background

This text has color #C94D78 on black background.


Color preview on white background

This text has color #C94D78 on white background.


Black color preview on #C94D78 background

This text has black color on #C94D78 background.


White color preview on #C94D78 background

This text has white color on #C94D78 background.


Related colors

Complementary color

Complementary color for #hex is #36B287.


I love getcolorcode.com

Triadic colors

1 #78C94D and #4D78C9 with #C94D78 are triadic colors.

2 #784DC9 and #4DC978 with #C94D78 are triadic colors.