Html Css Color HEX #C414DD Deep Magenta

📋 copy color: '#C414DD'

red 196 ◦ green 20 ◦ blue 221

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

Shades of Deep Magenta #C414DD

Tints of Deep Magenta #C414DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 50.57%

R = 44.85%
G = 4.58%
B = 50.57%

CMYK

 C value IS 0.11

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C414DD (or 0xC414DD) is known color: Deep Magenta. HEX triplet: C4, 14 and DD. RGB value is (196,20,221). Sum of RGB (Red+Green+Blue) = 196+20+221=437 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.85% from 437); Green value is 20 (8.20% from 255 or 4.58% from 437); Blue value is 221 (86.72% from 255 or 50.57% from 437); Max value from RGB is 221 - color contains mainly: blue. Hex color #C414DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C414DD is #3BEB22. Grayscale: #5E5E5E. Windows color (decimal): -3926819 or 14488772. OLE color: 14488772.

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

Color convert

RGB 196 20 221 -
CMYK 0.11 0.91 0 0.13
HSL 292.54º 0.83% 0.47% -
HSV(B) 292.54º 0.91% 0.87% -
XYZ 36.07 17.46 69.88 -
YUV 95.54 198.81 199.66 -
System Red Green Blue C M Y K H S L
Decimal 196 20 221 0.11 0.91 0 0.13 292.54 0.83 0.47
Hex C4 14 DD B 5B 0 D 125 53 2F
Octal 304 24 335 13 133 0 15 445 123 57
Binary 11000100 10100 11011101 1011 1011011 0 1101 100100101 1010011 101111

Color Harmonies of #C414DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C414DD

Black with #C414DD

Text Example


Text Example

White with #C414DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C414DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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