Html Css Color HEX #C420DB Deep Magenta

📋 copy color: '#C420DB'

red 196 ◦ green 32 ◦ blue 219

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

Shades of Deep Magenta #C420DB

Tints of Deep Magenta #C420DB

RGB

 RED value IS 196 (76.95% from 255) = 43.85%

 GREEN value IS 32 (12.89% from 255) = 7.16%

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

R = 43.85%
G = 7.16%
B = 48.99%

CMYK

 C value IS 0.11

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C420DB (or 0xC420DB) is known color: Deep Magenta. HEX triplet: C4, 20 and DB. RGB value is (196,32,219). Sum of RGB (Red+Green+Blue) = 196+32+219=447 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.85% from 447); Green value is 32 (12.89% from 255 or 7.16% 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 #C420DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C420DB is #3BDF24. Grayscale: #656565. Windows color (decimal): -3923749 or 14360772. OLE color: 14360772.

HSL color Cylindrical-coordinate representation of color #C420DB: hue angle of 292.62º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C420DB is Cyan = 0.11, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 196 32 219 -
CMYK 0.11 0.85 0 0.14
HSL 292.62º 0.75% 0.49% -
HSV(B) 292.62º 0.85% 0.86% -
XYZ 36.07 17.88 68.57 -
YUV 102.35 193.83 194.79 -
System Red Green Blue C M Y K H S L
Decimal 196 32 219 0.11 0.85 0 0.14 292.62 0.75 0.49
Hex C4 20 DB B 55 0 E 125 4B 31
Octal 304 40 333 13 125 0 16 445 113 61
Binary 11000100 100000 11011011 1011 1010101 0 1110 100100101 1001011 110001

Color Harmonies of #C420DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C420DB

Black with #C420DB

Text Example


Text Example

White with #C420DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C420DB; }

 p { color: rgb(196,32,219); }

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

background-color css

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

 a { background-color: rgb(196,32,219); }

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

border-color css

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

 span { border-color: rgb(196,32,219); }

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