COLOR #CC0099

HEX: #CC0099
RGB: (204,0,153)

Color info

#CC0099 contains only red and blue colors. #CC0099 color is web safe color. It maybe written shortly as #C09.

RGB color model

#CC0099 color RGB value is (204,0,153).

  • red value is 204;
  • green value is 0;
  • blue value is 153.
RGB:
(204,0,153)
(80%,0%,60%)

RGB channels and saturation

R 204 of 255 = 80%
G 0 of 255 = 0%
B 153 of 255 = 60%

204
0
153

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

Portions of RGB colors in percentages

R + G + B =
204 + 0 + 153 = 357 (100%)
R 204 of 357 ~ 57.14%
G 0 of 357 ~ 0%
B 153 of 357 ~ 42.86%

%57.14
%42.86

CMYK color model

#CC0099 color CMYK value is (0,100,25,20).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 25.00%
  • key color value is 20.00%
CMYK:
(0,100,25,20)
C0M100Y25K20 
(0%,100%,25%,20%)
(0.00/1.00/0.25/0.20)	

CMYK percentages

%0
%100
%25
%20

Codes

Color #CC0099 in popluar color models

CC0099
RGB2040153
HSL315°100.00%40.00%
HSB/HSV315°100.00%80.00%
CMYK0.00%100.00%25.00%
20.00%

Color #CC0099 in popluar number systems.

HEXCC0099
Decimal2040153
Binary11001100010011001
Octal3140231

Shades and tints

Shades of #CC0099

#CC0099
(204,0,153)
#BA008C
(186,0,140)
#A8007F
(168,0,127)
#960072
(150,0,114)
#840065
(132,0,101)
#720058
(114,0,88)
#60004B
(96,0,75)
#4E003E
(78,0,62)
#3C0031
(60,0,49)
#2A0024
(42,0,36)
#180017
(24,0,23)
#000000
(0,0,0)

Tints of #CC0099

#CC0099
(204,0,153)
#D017A2
(208,23,162)
#D42EAB
(212,46,171)
#D845B4
(216,69,180)
#DC5CBD
(220,92,189)
#E073C6
(224,115,198)
#E48ACF
(228,138,207)
#E8A1D8
(232,161,216)
#ECB8E1
(236,184,225)
#F0CFEA
(240,207,234)
#F4E6F3
(244,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC0099 color. Also use rgb(204,0,153) instead hex code.

Text Font Color

.myTextColor { color: #CC0099; }

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

This text font color is #CC0099.


Background Color

.myBgColor { background-color: #CC0099; }

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

This div background color is #CC0099.


Border color

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

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

This div border color is #CC0099.


Opacity

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

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

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

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

This text has shadow with #CC0099 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC0099 on black background.


Color preview on white background

This text has color #CC0099 on white background.



Black color preview on #CC0099 background

This text has black color on #CC0099 background.


White color preview on #CC0099 background

This text has white color on #CC0099 background.