COLOR #CC5CF4

HEX: #CC5CF4
RGB: (204,92,244)

Color info

#CC5CF4 contains mainly red and blue colors. Web safe color of #CC5CF4 is #CC66FF (or #C6F).

RGB color model

#CC5CF4 color RGB value is (204,92,244).

  • red value is 204;
  • green value is 92;
  • blue value is 244.
RGB:
(204,92,244)
(80%,36%,96%)

RGB channels and saturation

R 204 of 255 = 80%
G 92 of 255 = 36%
B 244 of 255 = 96%

204
92
244

R + G + B ~ 71%. #CC5CF4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 92 + 244 = 540 (100%)
R 204 of 540 ~ 37.78%
G 92 of 540 ~ 17.04%
B 244 of 540 ~ 45.19%

%37.78
%17.04
%45.19

CMYK color model

#CC5CF4 color CMYK value is (16,62,0,4).

  • cyan value is 16.39%
  • magenta value is 62.30%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(16,62,0,4)
C16M62Y0K4 
(16%,62%,0%,4%)
(0.16/0.62/0.00/0.04)	

CMYK percentages

%16.39
%62.3
%0
%4.31

Codes

Color #CC5CF4 in popluar color models

CC5CF4
RGB20492244
HSL284°87.36%65.88%
HSB/HSV284°62.30%95.69%
CMYK16.39%62.30%0.00%
4.31%

Color #CC5CF4 in popluar number systems.

HEXCC5CF4
Decimal20492244
Binary11001100101110011110100
Octal314134364

Shades and tints

Shades of #CC5CF4

#CC5CF4
(204,92,244)
#BA54DE
(186,84,222)
#A84CC8
(168,76,200)
#9644B2
(150,68,178)
#843C9C
(132,60,156)
#723486
(114,52,134)
#602C70
(96,44,112)
#4E245A
(78,36,90)
#3C1C44
(60,28,68)
#2A142E
(42,20,46)
#180C18
(24,12,24)
#000000
(0,0,0)

Tints of #CC5CF4

#CC5CF4
(204,92,244)
#D06AF5
(208,106,245)
#D478F6
(212,120,246)
#D886F7
(216,134,247)
#DC94F8
(220,148,248)
#E0A2F9
(224,162,249)
#E4B0FA
(228,176,250)
#E8BEFB
(232,190,251)
#ECCCFC
(236,204,252)
#F0DAFD
(240,218,253)
#F4E8FE
(244,232,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC5CF4 color. Also use rgb(204,92,244) instead hex code.

Text Font Color

.myTextColor { color: #CC5CF4; }

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

This text font color is #CC5CF4.


Background Color

.myBgColor { background-color: #CC5CF4; }

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

This div background color is #CC5CF4.


Border color

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

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

This div border color is #CC5CF4.


Opacity

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

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

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

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

This text has shadow with #CC5CF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC5CF4 on black background.


Color preview on white background

This text has color #CC5CF4 on white background.



Black color preview on #CC5CF4 background

This text has black color on #CC5CF4 background.


White color preview on #CC5CF4 background

This text has white color on #CC5CF4 background.