Html Css Color HEX #CB19DB Deep Magenta

📋 copy color: '#CB19DB'

red 203 ◦ green 25 ◦ blue 219

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

Shades of Deep Magenta #CB19DB

Tints of Deep Magenta #CB19DB

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.59%

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

R = 45.41%
G = 5.59%
B = 48.99%

CMYK

 C value IS 0.07

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CB19DB (or 0xCB19DB) is known color: Deep Magenta. HEX triplet: CB, 19 and DB. RGB value is (203,25,219). Sum of RGB (Red+Green+Blue) = 203+25+219=447 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.41% from 447); Green value is 25 (10.16% from 255 or 5.59% from 447); Blue value is 219 (85.94% from 255 or 48.99% from 447); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB19DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB19DB is #34E624. Grayscale: #636363. Windows color (decimal): -3466789 or 14358987. OLE color: 14358987.

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

Color convert

RGB 203 25 219 -
CMYK 0.07 0.89 0 0.14
HSL 295.05º 0.8% 0.48% -
HSV(B) 295.05º 0.89% 0.86% -
XYZ 37.76 18.51 68.6 -
YUV 100.34 194.97 201.23 -
System Red Green Blue C M Y K H S L
Decimal 203 25 219 0.07 0.89 0 0.14 295.05 0.8 0.48
Hex CB 19 DB 7 59 0 E 127 50 30
Octal 313 31 333 7 131 0 16 447 120 60
Binary 11001011 11001 11011011 111 1011001 0 1110 100100111 1010000 110000

Color Harmonies of #CB19DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB19DB

Black with #CB19DB

Text Example


Text Example

White with #CB19DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB19DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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