#CB1DB6

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

Shades of Deep Magenta #CB1DB6

Tints of Deep Magenta #CB1DB6

Color information

#CB1DB6 (or 0xCB1DB6) is unknown color: approx Deep Magenta. HEX triplet: CB, 1D and B6. RGB value is (203,29,182). Sum of RGB (Red+Green+Blue) = 203+29+182=414 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.03% from 414); Green value is 29 (11.72% from 255 or 7.00% from 414); Blue value is 182 (71.48% from 255 or 43.96% from 414); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1DB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB1DB6 is #34E249. Grayscale: #626262. Windows color (decimal): -3465802 or 11935179. OLE color: 11935179.

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

Color convert

RGB20329182-
CMYK00.860.100.20
HSL307.24º75%45.49%-
HSV(B)307.24º85.71%79.61%-
XYZ33.5116.9545.76-
YUV98.47175.15202.56-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.03%
GREEN value IS 29 (11.72% from 255) = 7.00%
BLUE value IS 182 (71.48% from 255) = 43.96%
R=49.03%
G=7.00%
B=43.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2032918200.860.100.20307.247545.49
HexCB1DB6056A141334b2d
Octal313352660126122446311355
Binary110010111110110110110010101101010101001001100111001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB1DB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB1DB6; }

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

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

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

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

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

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

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

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