COLOR #CC5078

HEX: #CC5078
RGB: (204,80,120)

Color info

#CC5078 contains mainly red color. Web safe color of #CC5078 is #CC6666 (or #C66).

RGB color model

#CC5078 color RGB value is (204,80,120).

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

RGB channels and saturation

R 204 of 255 = 80%
G 80 of 255 = 31%
B 120 of 255 = 47%

204
80
120

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

Portions of RGB colors in percentages

R + G + B =
204 + 80 + 120 = 404 (100%)
R 204 of 404 ~ 50.5%
G 80 of 404 ~ 19.8%
B 120 of 404 ~ 29.7%

%50.5
%19.8
%29.7

CMYK color model

#CC5078 color CMYK value is (0,61,41,20).

  • cyan value is 0.00%
  • magenta value is 60.78%
  • yellow value is 41.18%
  • key color value is 20.00%
CMYK:
(0,61,41,20)
C0M61Y41K20 
(0%,61%,41%,20%)
(0.00/0.61/0.41/0.20)	

CMYK percentages

%0
%60.78
%41.18
%20

Codes

Color #CC5078 in popluar color models

CC5078
RGB20480120
HSL341°54.87%55.69%
HSB/HSV341°60.78%80.00%
CMYK0.00%60.78%41.18%
20.00%

Color #CC5078 in popluar number systems.

HEXCC5078
Decimal20480120
Binary1100110010100001111000
Octal314120170

Shades and tints

Shades of #CC5078

#CC5078
(204,80,120)
#BA496E
(186,73,110)
#A84264
(168,66,100)
#963B5A
(150,59,90)
#843450
(132,52,80)
#722D46
(114,45,70)
#60263C
(96,38,60)
#4E1F32
(78,31,50)
#3C1828
(60,24,40)
#2A111E
(42,17,30)
#180A14
(24,10,20)
#000000
(0,0,0)

Tints of #CC5078

#CC5078
(204,80,120)
#D05F84
(208,95,132)
#D46E90
(212,110,144)
#D87D9C
(216,125,156)
#DC8CA8
(220,140,168)
#E09BB4
(224,155,180)
#E4AAC0
(228,170,192)
#E8B9CC
(232,185,204)
#ECC8D8
(236,200,216)
#F0D7E4
(240,215,228)
#F4E6F0
(244,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC5078; }

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

This text font color is #CC5078.


Background Color

.myBgColor { background-color: #CC5078; }

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

This div background color is #CC5078.


Border color

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

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

This div border color is #CC5078.


Opacity

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

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

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

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

This text has shadow with #CC5078 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC5078 on black background.


Color preview on white background

This text has color #CC5078 on white background.



Black color preview on #CC5078 background

This text has black color on #CC5078 background.


White color preview on #CC5078 background

This text has white color on #CC5078 background.