#CC00CB

Color #CC00CB Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #CC00CB

Tints of Deep Magenta #CC00CB

Color information

#CC00CB (or 0xCC00CB) is unknown color: approx Deep Magenta. HEX triplet: CC, 00 and CB. RGB value is (204,0,203). Sum of RGB (Red+Green+Blue) = 204+0+203=407 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.12% from 407); Green value is 0 (0.39% from 255 or 0% from 407); Blue value is 203 (79.69% from 255 or 49.88% from 407); Max value from RGB is 204 - color contains mainly: red. Hex color #CC00CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC00CB is #33FF34. Grayscale: #535353. Windows color (decimal): -3407669 or 13304012. OLE color: 13304012.

HSL color Cylindrical-coordinate representation of color #CC00CB: hue angle of 300.29º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC00CB is Cyan = 0, Magento = 1, Yellow = 0.00 and Black (K on CMYK) = 0.2.

Color convert

RGB2040203-
CMYK010.000.2
HSL300.29º100%40%-
HSV(B)300.29º100%80%-
XYZ35.6817.1557.93-
YUV84.14195.09213.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 50.12%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 203 (79.69% from 255) = 49.88%
R=50.12%
G=0%
B=49.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.00
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2040203010.000.2300.2910040
HexCC0CB06401412c6428
Octal3140313014402445414450
Binary11001100011001011011001000101001001011001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC00CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC00CB; }

 p { color: rgb(204,0,203); }

 H1.HeaderClassName
 {
   color: #CC00CB;
 }
 .AnyTagClassName
 {
   color: #CC00CB;
 }
</style>
background-color css

<style>
 a { background-color: #CC00CB; }

 a { background-color: rgb(204,0,203); }

 div.DivClassName
 {
   background-color: #CC00CB;
 }
 .BgClassName
 {
   background-color: #CC00CB;
 }
</style>
border-color css

<style>
 span { border-color: #CC00CB; }

 span { border-color: rgb(204,0,203); }

 td.TdClassName
 {
   border-color: #CC00CB;
 }
 .TagClassName
 {
   border-color: #CC00CB;
 }
</style>