#CB05B9

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

Shades of Deep Magenta #CB05B9

Tints of Deep Magenta #CB05B9

Color information

#CB05B9 (or 0xCB05B9) is unknown color: approx Deep Magenta. HEX triplet: CB, 05 and B9. RGB value is (203,5,185). Sum of RGB (Red+Green+Blue) = 203+5+185=393 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.65% from 393); Green value is 5 (2.34% from 255 or 1.27% from 393); Blue value is 185 (72.66% from 255 or 47.07% from 393); Max value from RGB is 203 - color contains mainly: red. Hex color #CB05B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB05B9 is #34FA46. Grayscale: #545454. Windows color (decimal): -3471943 or 12125643. OLE color: 12125643.

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

Color convert

RGB2035185-
CMYK00.980.090.20
HSL305.45º95.19%40.78%-
HSV(B)305.45º97.54%79.61%-
XYZ33.4416.3147.28-
YUV84.72184.6212.36-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 51.65%
GREEN value IS 5 (2.34% from 255) = 1.27%
BLUE value IS 185 (72.66% from 255) = 47.07%
R=51.65%
G=1.27%
B=47.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203518500.980.090.20305.4595.1940.78
HexCB5B90629141315f29
Octal31352710142112446113751
Binary1100101110110111001011000101001101001001100011011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB05B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB05B9; }

 p { color: rgb(203,5,185); }

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

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

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

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

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

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

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