COLOR #CC5FA6

HEX: #CC5FA6
RGB: (204,95,166)

Color info

#CC5FA6 contains mainly red and blue colors. Web safe color of #CC5FA6 is #CC6699 (or #C69).

RGB color model

#CC5FA6 color RGB value is (204,95,166).

  • red value is 204;
  • green value is 95;
  • blue value is 166.
RGB:
(204,95,166)
(80%,37%,65%)

RGB channels and saturation

R 204 of 255 = 80%
G 95 of 255 = 37%
B 166 of 255 = 65%

204
95
166

R + G + B ~ 61%. #CC5FA6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 95 + 166 = 465 (100%)
R 204 of 465 ~ 43.87%
G 95 of 465 ~ 20.43%
B 166 of 465 ~ 35.7%

%43.87
%20.43
%35.7

CMYK color model

#CC5FA6 color CMYK value is (0,53,19,20).

  • cyan value is 0.00%
  • magenta value is 53.43%
  • yellow value is 18.63%
  • key color value is 20.00%
CMYK:
(0,53,19,20)
C0M53Y19K20 
(0%,53%,19%,20%)
(0.00/0.53/0.19/0.20)	

CMYK percentages

%0
%53.43
%18.63
%20

Codes

Color #CC5FA6 in popluar color models

CC5FA6
RGB20495166
HSL321°51.66%58.63%
HSB/HSV321°53.43%80.00%
CMYK0.00%53.43%18.63%
20.00%

Color #CC5FA6 in popluar number systems.

HEXCC5FA6
Decimal20495166
Binary11001100101111110100110
Octal314137246

Shades and tints

Shades of #CC5FA6

#CC5FA6
(204,95,166)
#BA5797
(186,87,151)
#A84F88
(168,79,136)
#964779
(150,71,121)
#843F6A
(132,63,106)
#72375B
(114,55,91)
#602F4C
(96,47,76)
#4E273D
(78,39,61)
#3C1F2E
(60,31,46)
#2A171F
(42,23,31)
#180F10
(24,15,16)
#000000
(0,0,0)

Tints of #CC5FA6

#CC5FA6
(204,95,166)
#D06DAE
(208,109,174)
#D47BB6
(212,123,182)
#D889BE
(216,137,190)
#DC97C6
(220,151,198)
#E0A5CE
(224,165,206)
#E4B3D6
(228,179,214)
#E8C1DE
(232,193,222)
#ECCFE6
(236,207,230)
#F0DDEE
(240,221,238)
#F4EBF6
(244,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC5FA6 color. Also use rgb(204,95,166) instead hex code.

Text Font Color

.myTextColor { color: #CC5FA6; }

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

This text font color is #CC5FA6.


Background Color

.myBgColor { background-color: #CC5FA6; }

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

This div background color is #CC5FA6.


Border color

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

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

This div border color is #CC5FA6.


Opacity

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

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

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

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

This text has shadow with #CC5FA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC5FA6 on black background.


Color preview on white background

This text has color #CC5FA6 on white background.



Black color preview on #CC5FA6 background

This text has black color on #CC5FA6 background.


White color preview on #CC5FA6 background

This text has white color on #CC5FA6 background.