Html Css Color HEX #C414DA Deep Magenta

📋 copy color: '#C414DA'

red 196 ◦ green 20 ◦ blue 218

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

Shades of Deep Magenta #C414DA

Tints of Deep Magenta #C414DA

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.61%

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

R = 45.16%
G = 4.61%
B = 50.23%

CMYK

 C value IS 0.10

 M value IS 0.91

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C414DA (or 0xC414DA) is known color: Deep Magenta. HEX triplet: C4, 14 and DA. RGB value is (196,20,218). Sum of RGB (Red+Green+Blue) = 196+20+218=434 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.16% from 434); Green value is 20 (8.20% from 255 or 4.61% from 434); Blue value is 218 (85.55% from 255 or 50.23% from 434); Max value from RGB is 218 - color contains mainly: blue. Hex color #C414DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C414DA is #3BEB25. Grayscale: #5E5E5E. Windows color (decimal): -3926822 or 14292164. OLE color: 14292164.

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

Color convert

RGB 196 20 218 -
CMYK 0.10 0.91 0 0.15
HSL 293.33º 0.83% 0.47% -
HSV(B) 293.33º 0.91% 0.85% -
XYZ 35.67 17.3 67.79 -
YUV 95.2 197.31 199.9 -
System Red Green Blue C M Y K H S L
Decimal 196 20 218 0.10 0.91 0 0.15 293.33 0.83 0.47
Hex C4 14 DA A 5B 0 F 125 53 2F
Octal 304 24 332 12 133 0 17 445 123 57
Binary 11000100 10100 11011010 1010 1011011 0 1111 100100101 1010011 101111

Color Harmonies of #C414DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C414DA

Black with #C414DA

Text Example


Text Example

White with #C414DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C414DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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