Html Css Color HEX #CB01DB Deep Magenta

📋 copy color: '#CB01DB'

red 203 ◦ green 1 ◦ blue 219

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

Shades of Deep Magenta #CB01DB

Tints of Deep Magenta #CB01DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 51.77%

R = 47.99%
G = 0.24%
B = 51.77%

CMYK

 C value IS 0.07

 M value IS 1.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CB01DB (or 0xCB01DB) is known color: Deep Magenta. HEX triplet: CB, 01 and DB. RGB value is (203,1,219). Sum of RGB (Red+Green+Blue) = 203+1+219=423 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.99% from 423); Green value is 1 (0.78% from 255 or 0.24% from 423); Blue value is 219 (85.94% from 255 or 51.77% from 423); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB01DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB01DB is #34FE24. Grayscale: #555555. Windows color (decimal): -3472933 or 14352843. OLE color: 14352843.

HSL color Cylindrical-coordinate representation of color #CB01DB: hue angle of 295.6º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CB01DB is Cyan = 0.07, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 203 1 219 -
CMYK 0.07 1.00 0 0.14
HSL 295.6º 0.99% 0.43% -
HSV(B) 295.6º 1% 0.86% -
XYZ 37.43 17.83 68.49 -
YUV 86.25 202.92 211.27 -
System Red Green Blue C M Y K H S L
Decimal 203 1 219 0.07 1.00 0 0.14 295.6 0.99 0.43
Hex CB 1 DB 7 64 0 E 128 63 2B
Octal 313 1 333 7 144 0 16 450 143 53
Binary 11001011 1 11011011 111 1100100 0 1110 100101000 1100011 101011

Color Harmonies of #CB01DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB01DB

Black with #CB01DB

Text Example


Text Example

White with #CB01DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB01DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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