COLOR #CC5F8F

HEX: #CC5F8F
RGB: (204,95,143)

Color info

#CC5F8F contains mainly red color. Web safe color of #CC5F8F is #CC6699 (or #C69).

RGB color model

#CC5F8F color RGB value is (204,95,143).

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

RGB channels and saturation

R 204 of 255 = 80%
G 95 of 255 = 37%
B 143 of 255 = 56%

204
95
143

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

Portions of RGB colors in percentages

R + G + B =
204 + 95 + 143 = 442 (100%)
R 204 of 442 ~ 46.15%
G 95 of 442 ~ 21.49%
B 143 of 442 ~ 32.35%

%46.15
%21.49
%32.35

CMYK color model

#CC5F8F color CMYK value is (0,53,30,20).

  • cyan value is 0.00%
  • magenta value is 53.43%
  • yellow value is 29.90%
  • key color value is 20.00%
CMYK:
(0,53,30,20)
C0M53Y30K20 
(0%,53%,30%,20%)
(0.00/0.53/0.30/0.20)	

CMYK percentages

%0
%53.43
%29.9
%20

Codes

Color #CC5F8F in popluar color models

CC5F8F
RGB20495143
HSL334°51.66%58.63%
HSB/HSV334°53.43%80.00%
CMYK0.00%53.43%29.90%
20.00%

Color #CC5F8F in popluar number systems.

HEXCC5F8F
Decimal20495143
Binary11001100101111110001111
Octal314137217

Shades and tints

Shades of #CC5F8F

#CC5F8F
(204,95,143)
#BA5782
(186,87,130)
#A84F75
(168,79,117)
#964768
(150,71,104)
#843F5B
(132,63,91)
#72374E
(114,55,78)
#602F41
(96,47,65)
#4E2734
(78,39,52)
#3C1F27
(60,31,39)
#2A171A
(42,23,26)
#180F0D
(24,15,13)
#000000
(0,0,0)

Tints of #CC5F8F

#CC5F8F
(204,95,143)
#D06D99
(208,109,153)
#D47BA3
(212,123,163)
#D889AD
(216,137,173)
#DC97B7
(220,151,183)
#E0A5C1
(224,165,193)
#E4B3CB
(228,179,203)
#E8C1D5
(232,193,213)
#ECCFDF
(236,207,223)
#F0DDE9
(240,221,233)
#F4EBF3
(244,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC5F8F; }

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

This text font color is #CC5F8F.


Background Color

.myBgColor { background-color: #CC5F8F; }

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

This div background color is #CC5F8F.


Border color

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

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

This div border color is #CC5F8F.


Opacity

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

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

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

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

This text has shadow with #CC5F8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC5F8F on black background.


Color preview on white background

This text has color #CC5F8F on white background.



Black color preview on #CC5F8F background

This text has black color on #CC5F8F background.


White color preview on #CC5F8F background

This text has white color on #CC5F8F background.