COLOR #CC508A

HEX: #CC508A
RGB: (204,80,138)

Color info

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

RGB color model

#CC508A color RGB value is (204,80,138).

  • red value is 204;
  • green value is 80;
  • blue value is 138.
RGB:
(204,80,138)
(80%,31%,54%)

RGB channels and saturation

R 204 of 255 = 80%
G 80 of 255 = 31%
B 138 of 255 = 54%

204
80
138

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

Portions of RGB colors in percentages

R + G + B =
204 + 80 + 138 = 422 (100%)
R 204 of 422 ~ 48.34%
G 80 of 422 ~ 18.96%
B 138 of 422 ~ 32.7%

%48.34
%18.96
%32.7

CMYK color model

#CC508A color CMYK value is (0,61,32,20).

  • cyan value is 0.00%
  • magenta value is 60.78%
  • yellow value is 32.35%
  • key color value is 20.00%
CMYK:
(0,61,32,20)
C0M61Y32K20 
(0%,61%,32%,20%)
(0.00/0.61/0.32/0.20)	

CMYK percentages

%0
%60.78
%32.35
%20

Codes

Color #CC508A in popluar color models

CC508A
RGB20480138
HSL332°54.87%55.69%
HSB/HSV332°60.78%80.00%
CMYK0.00%60.78%32.35%
20.00%

Color #CC508A in popluar number systems.

HEXCC508A
Decimal20480138
Binary11001100101000010001010
Octal314120212

Shades and tints

Shades of #CC508A

#CC508A
(204,80,138)
#BA497E
(186,73,126)
#A84272
(168,66,114)
#963B66
(150,59,102)
#84345A
(132,52,90)
#722D4E
(114,45,78)
#602642
(96,38,66)
#4E1F36
(78,31,54)
#3C182A
(60,24,42)
#2A111E
(42,17,30)
#180A12
(24,10,18)
#000000
(0,0,0)

Tints of #CC508A

#CC508A
(204,80,138)
#D05F94
(208,95,148)
#D46E9E
(212,110,158)
#D87DA8
(216,125,168)
#DC8CB2
(220,140,178)
#E09BBC
(224,155,188)
#E4AAC6
(228,170,198)
#E8B9D0
(232,185,208)
#ECC8DA
(236,200,218)
#F0D7E4
(240,215,228)
#F4E6EE
(244,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC508A color. Also use rgb(204,80,138) instead hex code.

Text Font Color

.myTextColor { color: #CC508A; }

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

This text font color is #CC508A.


Background Color

.myBgColor { background-color: #CC508A; }

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

This div background color is #CC508A.


Border color

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

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

This div border color is #CC508A.


Opacity

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

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

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

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

This text has shadow with #CC508A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC508A on black background.


Color preview on white background

This text has color #CC508A on white background.



Black color preview on #CC508A background

This text has black color on #CC508A background.


White color preview on #CC508A background

This text has white color on #CC508A background.