#CB0AB6

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

Shades of Deep Magenta #CB0AB6

Tints of Deep Magenta #CB0AB6

Color information

#CB0AB6 (or 0xCB0AB6) is unknown color: approx Deep Magenta. HEX triplet: CB, 0A and B6. RGB value is (203,10,182). Sum of RGB (Red+Green+Blue) = 203+10+182=395 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.39% from 395); Green value is 10 (4.30% from 255 or 2.53% from 395); Blue value is 182 (71.48% from 255 or 46.08% from 395); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0AB6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB0AB6 is #34F549. Grayscale: #565656. Windows color (decimal): -3470666 or 11930315. OLE color: 11930315.

HSL color Cylindrical-coordinate representation of color #CB0AB6: hue angle of 306.53º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CB0AB6 is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB20310182-
CMYK00.950.100.20
HSL306.53º90.61%41.76%-
HSV(B)306.53º95.07%79.61%-
XYZ33.1816.2945.65-
YUV87.32181.44210.51-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 51.39%
GREEN value IS 10 (4.30% from 255) = 2.53%
BLUE value IS 182 (71.48% from 255) = 46.08%
R=51.39%
G=2.53%
B=46.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031018200.950.100.20306.5390.6141.76
HexCBAB605FA141335b2a
Octal313122660137122446313352
Binary11001011101010110110010111111010101001001100111011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB0AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB0AB6; }

 p { color: rgb(203,10,182); }

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

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

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

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

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

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

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