#CB06CB

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

Shades of Deep Magenta #CB06CB

Tints of Deep Magenta #CB06CB

Color information

#CB06CB (or 0xCB06CB) is unknown color: approx Deep Magenta. HEX triplet: CB, 06 and CB. RGB value is (203,6,203). Sum of RGB (Red+Green+Blue) = 203+6+203=412 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.27% from 412); Green value is 6 (2.73% from 255 or 1.46% from 412); Blue value is 203 (79.69% from 255 or 49.27% from 412); Max value from RGB is 203 - color contains mainly: red, blue. Hex color #CB06CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB06CB is #34F934. Grayscale: #565656. Windows color (decimal): -3471669 or 13305547. OLE color: 13305547.

HSL color Cylindrical-coordinate representation of color #CB06CB: hue angle of 300º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CB06CB is Cyan = 0, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB2036203-
CMYK00.9700.20
HSL300º94.26%40.98%-
HSV(B)300º97.04%79.61%-
XYZ35.4717.1457.94-
YUV87.36193.27210.48-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.27%
GREEN value IS 6 (2.73% from 255) = 1.46%
BLUE value IS 203 (79.69% from 255) = 49.27%
R=49.27%
G=1.46%
B=49.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203620300.9700.2030094.2640.98
HexCB6CB06101412c5e29
Octal3136313014102445413651
Binary1100101111011001011011000010101001001011001011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB06CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB06CB; }

 p { color: rgb(203,6,203); }

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

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

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

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

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

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

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