Html Css Color HEX #C421DC Deep Magenta

📋 copy color: '#C421DC'

red 196 ◦ green 33 ◦ blue 220

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

Shades of Deep Magenta #C421DC

Tints of Deep Magenta #C421DC

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.35%

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

R = 43.65%
G = 7.35%
B = 49%

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

#C421DC (or 0xC421DC) is known color: Deep Magenta. HEX triplet: C4, 21 and DC. RGB value is (196,33,220). Sum of RGB (Red+Green+Blue) = 196+33+220=449 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.65% from 449); Green value is 33 (13.28% from 255 or 7.35% from 449); Blue value is 220 (86.33% from 255 or 49.00% from 449); Max value from RGB is 220 - color contains mainly: blue. Hex color #C421DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C421DC is #3BDE23. Grayscale: #666666. Windows color (decimal): -3923492 or 14426564. OLE color: 14426564.

HSL color Cylindrical-coordinate representation of color #C421DC: hue angle of 292.3º degrees, saturation: 0.74, 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 #C421DC is Cyan = 0.11, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 196 33 220 -
CMYK 0.11 0.85 0 0.14
HSL 292.3º 0.74% 0.5% -
HSV(B) 292.3º 0.85% 0.86% -
XYZ 36.23 17.99 69.27 -
YUV 103.06 194 194.29 -
System Red Green Blue C M Y K H S L
Decimal 196 33 220 0.11 0.85 0 0.14 292.3 0.74 0.5
Hex C4 21 DC B 55 0 E 124 4A 32
Octal 304 41 334 13 125 0 16 444 112 62
Binary 11000100 100001 11011100 1011 1010101 0 1110 100100100 1001010 110010

Color Harmonies of #C421DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C421DC

Black with #C421DC

Text Example


Text Example

White with #C421DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C421DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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