COLOR #CC5D93

HEX: #CC5D93
RGB: (204,93,147)

Color info

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

RGB color model

#CC5D93 color RGB value is (204,93,147).

  • red value is 204;
  • green value is 93;
  • blue value is 147.
RGB:
(204,93,147)
(80%,36%,58%)

RGB channels and saturation

R 204 of 255 = 80%
G 93 of 255 = 36%
B 147 of 255 = 58%

204
93
147

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

Portions of RGB colors in percentages

R + G + B =
204 + 93 + 147 = 444 (100%)
R 204 of 444 ~ 45.95%
G 93 of 444 ~ 20.95%
B 147 of 444 ~ 33.11%

%45.95
%20.95
%33.11

CMYK color model

#CC5D93 color CMYK value is (0,54,28,20).

  • cyan value is 0.00%
  • magenta value is 54.41%
  • yellow value is 27.94%
  • key color value is 20.00%
CMYK:
(0,54,28,20)
C0M54Y28K20 
(0%,54%,28%,20%)
(0.00/0.54/0.28/0.20)	

CMYK percentages

%0
%54.41
%27.94
%20

Codes

Color #CC5D93 in popluar color models

CC5D93
RGB20493147
HSL331°52.11%58.24%
HSB/HSV331°54.41%80.00%
CMYK0.00%54.41%27.94%
20.00%

Color #CC5D93 in popluar number systems.

HEXCC5D93
Decimal20493147
Binary11001100101110110010011
Octal314135223

Shades and tints

Shades of #CC5D93

#CC5D93
(204,93,147)
#BA5586
(186,85,134)
#A84D79
(168,77,121)
#96456C
(150,69,108)
#843D5F
(132,61,95)
#723552
(114,53,82)
#602D45
(96,45,69)
#4E2538
(78,37,56)
#3C1D2B
(60,29,43)
#2A151E
(42,21,30)
#180D11
(24,13,17)
#000000
(0,0,0)

Tints of #CC5D93

#CC5D93
(204,93,147)
#D06B9C
(208,107,156)
#D479A5
(212,121,165)
#D887AE
(216,135,174)
#DC95B7
(220,149,183)
#E0A3C0
(224,163,192)
#E4B1C9
(228,177,201)
#E8BFD2
(232,191,210)
#ECCDDB
(236,205,219)
#F0DBE4
(240,219,228)
#F4E9ED
(244,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC5D93 color. Also use rgb(204,93,147) instead hex code.

Text Font Color

.myTextColor { color: #CC5D93; }

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

This text font color is #CC5D93.


Background Color

.myBgColor { background-color: #CC5D93; }

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

This div background color is #CC5D93.


Border color

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

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

This div border color is #CC5D93.


Opacity

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

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

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

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

This text has shadow with #CC5D93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC5D93 on black background.


Color preview on white background

This text has color #CC5D93 on white background.



Black color preview on #CC5D93 background

This text has black color on #CC5D93 background.


White color preview on #CC5D93 background

This text has white color on #CC5D93 background.