Html Css Color HEX #C411DA Deep Magenta

📋 copy color: '#C411DA'

red 196 ◦ green 17 ◦ blue 218

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

Shades of Deep Magenta #C411DA

Tints of Deep Magenta #C411DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 50.58%

R = 45.48%
G = 3.94%
B = 50.58%

CMYK

 C value IS 0.10

 M value IS 0.92

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C411DA (or 0xC411DA) is known color: Deep Magenta. HEX triplet: C4, 11 and DA. RGB value is (196,17,218). Sum of RGB (Red+Green+Blue) = 196+17+218=431 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.48% from 431); Green value is 17 (7.03% from 255 or 3.94% from 431); Blue value is 218 (85.55% from 255 or 50.58% from 431); Max value from RGB is 218 - color contains mainly: blue. Hex color #C411DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C411DA is #3BEE25. Grayscale: #5C5C5C. Windows color (decimal): -3927590 or 14291396. OLE color: 14291396.

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

Color convert

RGB 196 17 218 -
CMYK 0.10 0.92 0 0.15
HSL 293.43º 0.86% 0.46% -
HSV(B) 293.43º 0.92% 0.85% -
XYZ 35.62 17.2 67.77 -
YUV 93.44 198.3 201.16 -
System Red Green Blue C M Y K H S L
Decimal 196 17 218 0.10 0.92 0 0.15 293.43 0.86 0.46
Hex C4 11 DA A 5C 0 F 125 56 2E
Octal 304 21 332 12 134 0 17 445 126 56
Binary 11000100 10001 11011010 1010 1011100 0 1111 100100101 1010110 101110

Color Harmonies of #C411DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C411DA

Black with #C411DA

Text Example


Text Example

White with #C411DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C411DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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