Html Css Color HEX #C416DC Deep Magenta

📋 copy color: '#C416DC'

red 196 ◦ green 22 ◦ blue 220

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

Shades of Deep Magenta #C416DC

Tints of Deep Magenta #C416DC

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.02%

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

R = 44.75%
G = 5.02%
B = 50.23%

CMYK

 C value IS 0.11

 M value IS 0.9

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C416DC (or 0xC416DC) is known color: Deep Magenta. HEX triplet: C4, 16 and DC. RGB value is (196,22,220). Sum of RGB (Red+Green+Blue) = 196+22+220=438 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.75% from 438); Green value is 22 (8.98% from 255 or 5.02% from 438); Blue value is 220 (86.33% from 255 or 50.23% from 438); Max value from RGB is 220 - color contains mainly: blue. Hex color #C416DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C416DC is #3BE923. Grayscale: #5F5F5F. Windows color (decimal): -3926308 or 14423748. OLE color: 14423748.

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

Color convert

RGB 196 22 220 -
CMYK 0.11 0.9 0 0.14
HSL 292.73º 0.82% 0.47% -
HSV(B) 292.73º 0.9% 0.86% -
XYZ 35.97 17.48 69.19 -
YUV 96.6 197.65 198.9 -
System Red Green Blue C M Y K H S L
Decimal 196 22 220 0.11 0.9 0 0.14 292.73 0.82 0.47
Hex C4 16 DC B 5A 0 E 125 52 2F
Octal 304 26 334 13 132 0 16 445 122 57
Binary 11000100 10110 11011100 1011 1011010 0 1110 100100101 1010010 101111

Color Harmonies of #C416DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C416DC

Black with #C416DC

Text Example


Text Example

White with #C416DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C416DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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