#CC00BB

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

Shades of Deep Magenta #CC00BB

Tints of Deep Magenta #CC00BB

Color information

#CC00BB (or 0xCC00BB) is unknown color: approx Deep Magenta. HEX triplet: CC, 00 and BB. RGB value is (204,0,187). Sum of RGB (Red+Green+Blue) = 204+0+187=391 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.17% from 391); Green value is 0 (0.39% from 255 or 0% from 391); Blue value is 187 (73.44% from 255 or 47.83% from 391); Max value from RGB is 204 - color contains mainly: red. Hex color #CC00BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC00BB is #33FF44. Grayscale: #515151. Windows color (decimal): -3407685 or 12255436. OLE color: 12255436.

HSL color Cylindrical-coordinate representation of color #CC00BB: hue angle of 305º 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 #CC00BB is Cyan = 0, Magento = 1, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB2040187-
CMYK010.080.2
HSL305º100%40%-
HSV(B)305º100%80%-
XYZ33.8716.4348.4-
YUV82.31187.09214.79-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 52.17%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 187 (73.44% from 255) = 47.83%
R=52.17%
G=0%
B=47.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2040187010.080.230510040
HexCC0BB0648141316428
Octal31402730144102446114450
Binary11001100010111011011001001000101001001100011100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC00BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC00BB; }

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

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

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

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

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

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

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

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