Html Css Color HEX #C413AA Deep Magenta

📋 copy color: '#C413AA'

red 196 ◦ green 19 ◦ blue 170

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

Shades of Deep Magenta #C413AA

Tints of Deep Magenta #C413AA

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.94%

 BLUE value IS 170 (66.8% from 255) = 44.16%

R = 50.91%
G = 4.94%
B = 44.16%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C413AA (or 0xC413AA) is known color: Deep Magenta. HEX triplet: C4, 13 and AA. RGB value is (196,19,170). Sum of RGB (Red+Green+Blue) = 196+19+170=385 (50% of max value = 765). Red value is 196 (76.95% from 255 or 50.91% from 385); Green value is 19 (7.81% from 255 or 4.94% from 385); Blue value is 170 (66.80% from 255 or 44.16% from 385); Max value from RGB is 196 - color contains mainly: red. Hex color #C413AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C413AA is #3BEC55. Grayscale: #585858. Windows color (decimal): -3927126 or 11146180. OLE color: 11146180.

HSL color Cylindrical-coordinate representation of color #C413AA: hue angle of 308.81º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C413AA is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 19 170 -
CMYK 0 0.90 0.13 0.23
HSL 308.81º 0.82% 0.42% -
HSV(B) 308.81º 0.9% 0.77% -
XYZ 30.25 15.1 39.35 -
YUV 89.14 173.64 204.22 -
System Red Green Blue C M Y K H S L
Decimal 196 19 170 0 0.90 0.13 0.23 308.81 0.82 0.42
Hex C4 13 AA 0 5A D 17 135 52 2A
Octal 304 23 252 0 132 15 27 465 122 52
Binary 11000100 10011 10101010 0 1011010 1101 10111 100110101 1010010 101010

Color Harmonies of #C413AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C413AA

Black with #C413AA

Text Example


Text Example

White with #C413AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C413AA; }

 p { color: rgb(196,19,170); }

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

background-color css

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

 a { background-color: rgb(196,19,170); }

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

border-color css

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

 span { border-color: rgb(196,19,170); }

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