Html Css Color HEX #C420DD Deep Magenta

📋 copy color: '#C420DD'

red 196 ◦ green 32 ◦ blue 221

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

Shades of Deep Magenta #C420DD

Tints of Deep Magenta #C420DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 49.22%

R = 43.65%
G = 7.13%
B = 49.22%

CMYK

 C value IS 0.11

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C420DD (or 0xC420DD) is known color: Deep Magenta. HEX triplet: C4, 20 and DD. RGB value is (196,32,221). Sum of RGB (Red+Green+Blue) = 196+32+221=449 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.65% from 449); Green value is 32 (12.89% from 255 or 7.13% from 449); Blue value is 221 (86.72% from 255 or 49.22% from 449); Max value from RGB is 221 - color contains mainly: blue. Hex color #C420DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C420DD is #3BDF22. Grayscale: #656565. Windows color (decimal): -3923747 or 14491844. OLE color: 14491844.

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

Color convert

RGB 196 32 221 -
CMYK 0.11 0.86 0 0.13
HSL 292.06º 0.75% 0.5% -
HSV(B) 292.06º 0.86% 0.87% -
XYZ 36.33 17.99 69.96 -
YUV 102.58 194.83 194.63 -
System Red Green Blue C M Y K H S L
Decimal 196 32 221 0.11 0.86 0 0.13 292.06 0.75 0.5
Hex C4 20 DD B 56 0 D 124 4B 32
Octal 304 40 335 13 126 0 15 444 113 62
Binary 11000100 100000 11011101 1011 1010110 0 1101 100100100 1001011 110010

Color Harmonies of #C420DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C420DD

Black with #C420DD

Text Example


Text Example

White with #C420DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C420DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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