COLOR #CC5E9E

HEX: #CC5E9E
RGB: (204,94,158)

Color info

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

RGB color model

#CC5E9E color RGB value is (204,94,158).

  • red value is 204;
  • green value is 94;
  • blue value is 158.
RGB:
(204,94,158)
(80%,37%,62%)

RGB channels and saturation

R 204 of 255 = 80%
G 94 of 255 = 37%
B 158 of 255 = 62%

204
94
158

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

Portions of RGB colors in percentages

R + G + B =
204 + 94 + 158 = 456 (100%)
R 204 of 456 ~ 44.74%
G 94 of 456 ~ 20.61%
B 158 of 456 ~ 34.65%

%44.74
%20.61
%34.65

CMYK color model

#CC5E9E color CMYK value is (0,54,23,20).

  • cyan value is 0.00%
  • magenta value is 53.92%
  • yellow value is 22.55%
  • key color value is 20.00%
CMYK:
(0,54,23,20)
C0M54Y23K20 
(0%,54%,23%,20%)
(0.00/0.54/0.23/0.20)	

CMYK percentages

%0
%53.92
%22.55
%20

Codes

Color #CC5E9E in popluar color models

CC5E9E
RGB20494158
HSL325°51.89%58.43%
HSB/HSV325°53.92%80.00%
CMYK0.00%53.92%22.55%
20.00%

Color #CC5E9E in popluar number systems.

HEXCC5E9E
Decimal20494158
Binary11001100101111010011110
Octal314136236

Shades and tints

Shades of #CC5E9E

#CC5E9E
(204,94,158)
#BA5690
(186,86,144)
#A84E82
(168,78,130)
#964674
(150,70,116)
#843E66
(132,62,102)
#723658
(114,54,88)
#602E4A
(96,46,74)
#4E263C
(78,38,60)
#3C1E2E
(60,30,46)
#2A1620
(42,22,32)
#180E12
(24,14,18)
#000000
(0,0,0)

Tints of #CC5E9E

#CC5E9E
(204,94,158)
#D06CA6
(208,108,166)
#D47AAE
(212,122,174)
#D888B6
(216,136,182)
#DC96BE
(220,150,190)
#E0A4C6
(224,164,198)
#E4B2CE
(228,178,206)
#E8C0D6
(232,192,214)
#ECCEDE
(236,206,222)
#F0DCE6
(240,220,230)
#F4EAEE
(244,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC5E9E color. Also use rgb(204,94,158) instead hex code.

Text Font Color

.myTextColor { color: #CC5E9E; }

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

This text font color is #CC5E9E.


Background Color

.myBgColor { background-color: #CC5E9E; }

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

This div background color is #CC5E9E.


Border color

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

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

This div border color is #CC5E9E.


Opacity

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

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

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

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

This text has shadow with #CC5E9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC5E9E on black background.


Color preview on white background

This text has color #CC5E9E on white background.



Black color preview on #CC5E9E background

This text has black color on #CC5E9E background.


White color preview on #CC5E9E background

This text has white color on #CC5E9E background.