#CB00CC

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

Shades of Deep Magenta #CB00CC

Tints of Deep Magenta #CB00CC

Color information

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

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

Color convert

RGB2030204-
CMYK0.00100.2
HSL299.71º100%40%-
HSV(B)299.71º100%80%-
XYZ35.5317.0658.55-
YUV83.95195.75212.91-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20302040.00100.2299.7110040
HexCB0CC06401412c6428
Octal3130314014402445414450
Binary11001011011001100011001000101001001011001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB00CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB00CC; }

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

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

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

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

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

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

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

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