Html Css Color HEX #C422DC Deep Magenta

📋 copy color: '#C422DC'

red 196 ◦ green 34 ◦ blue 220

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

Shades of Deep Magenta #C422DC

Tints of Deep Magenta #C422DC

RGB

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

 GREEN value IS 34 (13.67% from 255) = 7.56%

 BLUE value IS 220 (86.33% from 255) = 48.89%

R = 43.56%
G = 7.56%
B = 48.89%

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

#C422DC (or 0xC422DC) is known color: Deep Magenta. HEX triplet: C4, 22 and DC. RGB value is (196,34,220). Sum of RGB (Red+Green+Blue) = 196+34+220=450 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.56% from 450); Green value is 34 (13.67% from 255 or 7.56% from 450); Blue value is 220 (86.33% from 255 or 48.89% from 450); Max value from RGB is 220 - color contains mainly: blue. Hex color #C422DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C422DC is #3BDD23. Grayscale: #676767. Windows color (decimal): -3923236 or 14426820. OLE color: 14426820.

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

Color convert

RGB 196 34 220 -
CMYK 0.11 0.85 0 0.14
HSL 292.26º 0.73% 0.5% -
HSV(B) 292.26º 0.85% 0.86% -
XYZ 36.26 18.05 69.28 -
YUV 103.64 193.67 193.88 -
System Red Green Blue C M Y K H S L
Decimal 196 34 220 0.11 0.85 0 0.14 292.26 0.73 0.5
Hex C4 22 DC B 55 0 E 124 49 32
Octal 304 42 334 13 125 0 16 444 111 62
Binary 11000100 100010 11011100 1011 1010101 0 1110 100100100 1001001 110010

Color Harmonies of #C422DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C422DC

Black with #C422DC

Text Example


Text Example

White with #C422DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C422DC; }

 p { color: rgb(196,34,220); }

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

background-color css

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

 a { background-color: rgb(196,34,220); }

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

border-color css

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

 span { border-color: rgb(196,34,220); }

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