#CB1AB7

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

Shades of Deep Magenta #CB1AB7

Tints of Deep Magenta #CB1AB7

Color information

#CB1AB7 (or 0xCB1AB7) is unknown color: approx Deep Magenta. HEX triplet: CB, 1A and B7. RGB value is (203,26,183). Sum of RGB (Red+Green+Blue) = 203+26+183=412 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.27% from 412); Green value is 26 (10.55% from 255 or 6.31% from 412); Blue value is 183 (71.88% from 255 or 44.42% from 412); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1AB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB1AB7 is #34E548. Grayscale: #606060. Windows color (decimal): -3466569 or 11999947. OLE color: 11999947.

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

Color convert

RGB20326183-
CMYK00.870.100.20
HSL306.78º77.29%44.9%-
HSV(B)306.78º87.19%79.61%-
XYZ33.5516.8546.28-
YUV96.82176.64203.73-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.27%
GREEN value IS 26 (10.55% from 255) = 6.31%
BLUE value IS 183 (71.88% from 255) = 44.42%
R=49.27%
G=6.31%
B=44.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2032618300.870.100.20306.7877.2944.9
HexCB1AB7057A141334d2d
Octal313322670127122446311555
Binary110010111101010110111010101111010101001001100111001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB1AB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB1AB7; }

 p { color: rgb(203,26,183); }

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

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

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

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

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

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

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