COLOR #C94ACC

HEX: #C94ACC
RGB: (201,74,204)

Color info

#C94ACC contains mainly red and blue colors. Web safe color of #C94ACC is #CC33CC (or #C3C).

RGB color model

#C94ACC color RGB value is (201,74,204).

  • red value is 201;
  • green value is 74;
  • blue value is 204.
RGB:
(201,74,204)
(79%,29%,80%)

RGB channels and saturation

R 201 of 255 = 79%
G 74 of 255 = 29%
B 204 of 255 = 80%

201
74
204

R + G + B ~ 63%. #C94ACC is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 74 + 204 = 479 (100%)
R 201 of 479 ~ 41.96%
G 74 of 479 ~ 15.45%
B 204 of 479 ~ 42.59%

%41.96
%15.45
%42.59

CMYK color model

#C94ACC color CMYK value is (1,64,0,20).

  • cyan value is 1.47%
  • magenta value is 63.73%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(1,64,0,20)
C1M64Y0K20 
(1%,64%,0%,20%)
(0.01/0.64/0.00/0.20)	

CMYK percentages

%1.47
%63.73
%0
%20

Codes

Color #C94ACC in popluar color models

C94ACC
RGB20174204
HSL299°56.03%54.51%
HSB/HSV299°63.73%80.00%
CMYK1.47%63.73%0.00%
20.00%

Color #C94ACC in popluar number systems.

HEXC94ACC
Decimal20174204
Binary11001001100101011001100
Octal311112314

Shades and tints

Shades of #C94ACC

#C94ACC
(201,74,204)
#B744BA
(183,68,186)
#A53EA8
(165,62,168)
#933896
(147,56,150)
#813284
(129,50,132)
#6F2C72
(111,44,114)
#5D2660
(93,38,96)
#4B204E
(75,32,78)
#391A3C
(57,26,60)
#27142A
(39,20,42)
#150E18
(21,14,24)
#000000
(0,0,0)

Tints of #C94ACC

#C94ACC
(201,74,204)
#CD5AD0
(205,90,208)
#D16AD4
(209,106,212)
#D57AD8
(213,122,216)
#D98ADC
(217,138,220)
#DD9AE0
(221,154,224)
#E1AAE4
(225,170,228)
#E5BAE8
(229,186,232)
#E9CAEC
(233,202,236)
#EDDAF0
(237,218,240)
#F1EAF4
(241,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C94ACC color. Also use rgb(201,74,204) instead hex code.

Text Font Color

.myTextColor { color: #C94ACC; }

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

This text font color is #C94ACC.


Background Color

.myBgColor { background-color: #C94ACC; }

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

This div background color is #C94ACC.


Border color

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

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

This div border color is #C94ACC.


Opacity

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

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

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

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

This text has shadow with #C94ACC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C94ACC on black background.


Color preview on white background

This text has color #C94ACC on white background.



Black color preview on #C94ACC background

This text has black color on #C94ACC background.


White color preview on #C94ACC background

This text has white color on #C94ACC background.