COLOR #CC00CC

HEX: #CC00CC
RGB: (204,0,204)

Color info

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

RGB color model

#CC00CC color RGB value is (204,0,204).

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

RGB channels and saturation

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

204
0
204

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

Portions of RGB colors in percentages

R + G + B =
204 + 0 + 204 = 408 (100%)
R 204 of 408 ~ 50%
G 0 of 408 ~ 0%
B 204 of 408 ~ 50%

%50
%50

CMYK color model

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

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

CMYK percentages

%0
%100
%0
%20

Codes

Color #CC00CC in popluar color models

CC00CC
RGB2040204
HSL300°100.00%40.00%
HSB/HSV300°100.00%80.00%
CMYK0.00%100.00%0.00%
20.00%

Color #CC00CC in popluar number systems.

HEXCC00CC
Decimal2040204
Binary11001100011001100
Octal3140314

Shades and tints

Shades of #CC00CC

#CC00CC
(204,0,204)
#BA00BA
(186,0,186)
#A800A8
(168,0,168)
#960096
(150,0,150)
#840084
(132,0,132)
#720072
(114,0,114)
#600060
(96,0,96)
#4E004E
(78,0,78)
#3C003C
(60,0,60)
#2A002A
(42,0,42)
#180018
(24,0,24)
#000000
(0,0,0)

Tints of #CC00CC

#CC00CC
(204,0,204)
#D017D0
(208,23,208)
#D42ED4
(212,46,212)
#D845D8
(216,69,216)
#DC5CDC
(220,92,220)
#E073E0
(224,115,224)
#E48AE4
(228,138,228)
#E8A1E8
(232,161,232)
#ECB8EC
(236,184,236)
#F0CFF0
(240,207,240)
#F4E6F4
(244,230,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC00CC; }

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

This text font color is #CC00CC.


Background Color

.myBgColor { background-color: #CC00CC; }

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

This div background color is #CC00CC.


Border color

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

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

This div border color is #CC00CC.


Opacity

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

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

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

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

This text has shadow with #CC00CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC00CC on black background.


Color preview on white background

This text has color #CC00CC on white background.



Black color preview on #CC00CC background

This text has black color on #CC00CC background.


White color preview on #CC00CC background

This text has white color on #CC00CC background.