Html Css Color HEX #C411DC Deep Magenta

📋 copy color: '#C411DC'

red 196 ◦ green 17 ◦ blue 220

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

Shades of Deep Magenta #C411DC

Tints of Deep Magenta #C411DC

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.93%

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

R = 45.27%
G = 3.93%
B = 50.81%

CMYK

 C value IS 0.11

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C411DC (or 0xC411DC) is known color: Deep Magenta. HEX triplet: C4, 11 and DC. RGB value is (196,17,220). Sum of RGB (Red+Green+Blue) = 196+17+220=433 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.27% from 433); Green value is 17 (7.03% from 255 or 3.93% from 433); Blue value is 220 (86.33% from 255 or 50.81% from 433); Max value from RGB is 220 - color contains mainly: blue. Hex color #C411DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C411DC is #3BEE23. Grayscale: #5D5D5D. Windows color (decimal): -3927588 or 14422468. OLE color: 14422468.

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

Color convert

RGB 196 17 220 -
CMYK 0.11 0.92 0 0.14
HSL 292.91º 0.86% 0.46% -
HSV(B) 292.91º 0.92% 0.86% -
XYZ 35.88 17.3 69.16 -
YUV 93.66 199.3 200.99 -
System Red Green Blue C M Y K H S L
Decimal 196 17 220 0.11 0.92 0 0.14 292.91 0.86 0.46
Hex C4 11 DC B 5C 0 E 125 56 2E
Octal 304 21 334 13 134 0 16 445 126 56
Binary 11000100 10001 11011100 1011 1011100 0 1110 100100101 1010110 101110

Color Harmonies of #C411DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C411DC

Black with #C411DC

Text Example


Text Example

White with #C411DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C411DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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