Html Css Color HEX #CB01AB Deep Magenta

📋 copy color: '#CB01AB'

red 203 ◦ green 1 ◦ blue 171

#CB01AB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #CB01AB

Tints of Deep Magenta #CB01AB

RGB

 RED value IS 203 (79.69% from 255) = 54.13%

 GREEN value IS 1 (0.78% from 255) = 0.27%

 BLUE value IS 171 (67.19% from 255) = 45.6%

R = 54.13%
G = 0.27%
B = 45.6%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#CB01AB (or 0xCB01AB) is known color: Deep Magenta. HEX triplet: CB, 01 and AB. RGB value is (203,1,171). Sum of RGB (Red+Green+Blue) = 203+1+171=375 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.13% from 375); Green value is 1 (0.78% from 255 or 0.27% from 375); Blue value is 171 (67.19% from 255 or 45.6% from 375); Max value from RGB is 203 - color contains mainly: red. Hex color #CB01AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB01AB is #34FE54. Grayscale: #505050. Windows color (decimal): -3472981 or 11207115. OLE color: 11207115.

HSL color Cylindrical-coordinate representation of color #CB01AB: hue angle of 309.5º 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 #CB01AB is Cyan = 0, Magento = 1.00, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 1 171 -
CMYK 0 1.00 0.16 0.20
HSL 309.5º 0.99% 0.4% -
HSV(B) 309.5º 1% 0.8% -
XYZ 31.99 15.66 39.86 -
YUV 80.78 178.92 215.18 -
System Red Green Blue C M Y K H S L
Decimal 203 1 171 0 1.00 0.16 0.20 309.5 0.99 0.4
Hex CB 1 AB 0 64 10 14 136 63 28
Octal 313 1 253 0 144 20 24 466 143 50
Binary 11001011 1 10101011 0 1100100 10000 10100 100110110 1100011 101000

Color Harmonies of #CB01AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB01AB

Black with #CB01AB

Text Example


Text Example

White with #CB01AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB01AB; }

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

 H1.HeaderClassName
 {
   color: #CB01AB;
 }
 .AnyTagClassName
 {
   color: #CB01AB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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