COLOR #C94CAF

HEX: #C94CAF
RGB: (201,76,175)

Color info

#C94CAF contains mainly red and blue colors. Web safe color of #C94CAF is #CC3399 (or #C39).

RGB color model

#C94CAF color RGB value is (201,76,175).

  • red value is 201;
  • green value is 76;
  • blue value is 175.
RGB:
(201,76,175)
(79%,30%,69%)

RGB channels and saturation

R 201 of 255 = 79%
G 76 of 255 = 30%
B 175 of 255 = 69%

201
76
175

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

Portions of RGB colors in percentages

R + G + B =
201 + 76 + 175 = 452 (100%)
R 201 of 452 ~ 44.47%
G 76 of 452 ~ 16.81%
B 175 of 452 ~ 38.72%

%44.47
%16.81
%38.72

CMYK color model

#C94CAF color CMYK value is (0,62,13,21).

  • cyan value is 0.00%
  • magenta value is 62.19%
  • yellow value is 12.94%
  • key color value is 21.18%
CMYK:
(0,62,13,21)
C0M62Y13K21 
(0%,62%,13%,21%)
(0.00/0.62/0.13/0.21)	

CMYK percentages

%0
%62.19
%12.94
%21.18

Codes

Color #C94CAF in popluar color models

C94CAF
RGB20176175
HSL312°53.65%54.31%
HSB/HSV312°62.19%78.82%
CMYK0.00%62.19%12.94%
21.18%

Color #C94CAF in popluar number systems.

HEXC94CAF
Decimal20176175
Binary11001001100110010101111
Octal311114257

Shades and tints

Shades of #C94CAF

#C94CAF
(201,76,175)
#B746A0
(183,70,160)
#A54091
(165,64,145)
#933A82
(147,58,130)
#813473
(129,52,115)
#6F2E64
(111,46,100)
#5D2855
(93,40,85)
#4B2246
(75,34,70)
#391C37
(57,28,55)
#271628
(39,22,40)
#151019
(21,16,25)
#000000
(0,0,0)

Tints of #C94CAF

#C94CAF
(201,76,175)
#CD5CB6
(205,92,182)
#D16CBD
(209,108,189)
#D57CC4
(213,124,196)
#D98CCB
(217,140,203)
#DD9CD2
(221,156,210)
#E1ACD9
(225,172,217)
#E5BCE0
(229,188,224)
#E9CCE7
(233,204,231)
#EDDCEE
(237,220,238)
#F1ECF5
(241,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C94CAF color. Also use rgb(201,76,175) instead hex code.

Text Font Color

.myTextColor { color: #C94CAF; }

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

This text font color is #C94CAF.


Background Color

.myBgColor { background-color: #C94CAF; }

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

This div background color is #C94CAF.


Border color

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

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

This div border color is #C94CAF.


Opacity

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

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

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

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

This text has shadow with #C94CAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C94CAF on black background.


Color preview on white background

This text has color #C94CAF on white background.



Black color preview on #C94CAF background

This text has black color on #C94CAF background.


White color preview on #C94CAF background

This text has white color on #C94CAF background.