#CB01BE

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

Shades of Deep Magenta #CB01BE

Tints of Deep Magenta #CB01BE

Color information

#CB01BE (or 0xCB01BE) is unknown color: approx Deep Magenta. HEX triplet: CB, 01 and BE. RGB value is (203,1,190). Sum of RGB (Red+Green+Blue) = 203+1+190=394 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.52% from 394); Green value is 1 (0.78% from 255 or 0.25% from 394); Blue value is 190 (74.61% from 255 or 48.22% from 394); Max value from RGB is 203 - color contains mainly: red. Hex color #CB01BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB01BE is #34FE41. Grayscale: #525252. Windows color (decimal): -3472962 or 12452299. OLE color: 12452299.

HSL color Cylindrical-coordinate representation of color #CB01BE: hue angle of 303.86º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CB01BE is Cyan = 0, Magento = 1.00, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB2031190-
CMYK01.000.060.20
HSL303.86º99.02%40%-
HSV(B)303.86º99.51%79.61%-
XYZ33.9316.4450.1-
YUV82.94188.42213.63-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 51.52%
GREEN value IS 1 (0.78% from 255) = 0.25%
BLUE value IS 190 (74.61% from 255) = 48.22%
R=51.52%
G=0.25%
B=48.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203119001.000.060.20303.8699.0240
HexCB1BE0646141306328
Octal3131276014462446014350
Binary1100101111011111001100100110101001001100001100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB01BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB01BE; }

 p { color: rgb(203,1,190); }

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

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

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

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

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

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

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