Html Css Color HEX #C410DC Deep Magenta

📋 copy color: '#C410DC'

red 196 ◦ green 16 ◦ blue 220

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

Shades of Deep Magenta #C410DC

Tints of Deep Magenta #C410DC

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.7%

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

R = 45.37%
G = 3.7%
B = 50.93%

CMYK

 C value IS 0.11

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C410DC (or 0xC410DC) is known color: Deep Magenta. HEX triplet: C4, 10 and DC. RGB value is (196,16,220). Sum of RGB (Red+Green+Blue) = 196+16+220=432 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.37% from 432); Green value is 16 (6.64% from 255 or 3.70% from 432); Blue value is 220 (86.33% from 255 or 50.93% from 432); Max value from RGB is 220 - color contains mainly: blue. Hex color #C410DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C410DC is #3BEF23. Grayscale: #5C5C5C. Windows color (decimal): -3927844 or 14422212. OLE color: 14422212.

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

Color convert

RGB 196 16 220 -
CMYK 0.11 0.93 0 0.14
HSL 292.94º 0.86% 0.46% -
HSV(B) 292.94º 0.93% 0.86% -
XYZ 35.87 17.27 69.15 -
YUV 93.08 199.63 201.41 -
System Red Green Blue C M Y K H S L
Decimal 196 16 220 0.11 0.93 0 0.14 292.94 0.86 0.46
Hex C4 10 DC B 5D 0 E 125 56 2E
Octal 304 20 334 13 135 0 16 445 126 56
Binary 11000100 10000 11011100 1011 1011101 0 1110 100100101 1010110 101110

Color Harmonies of #C410DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C410DC

Black with #C410DC

Text Example


Text Example

White with #C410DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C410DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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