Html Css Color HEX #CB00DB Deep Magenta

📋 copy color: '#CB00DB'

red 203 ◦ green 0 ◦ blue 219

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

Shades of Deep Magenta #CB00DB

Tints of Deep Magenta #CB00DB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 48.1%
G = 0%
B = 51.9%

CMYK

 C value IS 0.07

 M value IS 1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CB00DB (or 0xCB00DB) is known color: Deep Magenta. HEX triplet: CB, 00 and DB. RGB value is (203,0,219). Sum of RGB (Red+Green+Blue) = 203+0+219=422 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.10% from 422); Green value is 0 (0.39% from 255 or 0% from 422); Blue value is 219 (85.94% from 255 or 51.90% from 422); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB00DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB00DB is #34FF24. Grayscale: #545454. Windows color (decimal): -3473189 or 14352587. OLE color: 14352587.

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

Color convert

RGB 203 0 219 -
CMYK 0.07 1 0 0.14
HSL 295.62º 1% 0.43% -
HSV(B) 295.62º 1% 0.86% -
XYZ 37.41 17.81 68.48 -
YUV 85.66 203.25 211.69 -
System Red Green Blue C M Y K H S L
Decimal 203 0 219 0.07 1 0 0.14 295.62 1 0.43
Hex CB 0 DB 7 64 0 E 128 64 2B
Octal 313 0 333 7 144 0 16 450 144 53
Binary 11001011 0 11011011 111 1100100 0 1110 100101000 1100100 101011

Color Harmonies of #CB00DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB00DB

Black with #CB00DB

Text Example


Text Example

White with #CB00DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB00DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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