Html Css Color HEX #C412AA Deep Magenta

📋 copy color: '#C412AA'

red 196 ◦ green 18 ◦ blue 170

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

Shades of Deep Magenta #C412AA

Tints of Deep Magenta #C412AA

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.69%

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

R = 51.04%
G = 4.69%
B = 44.27%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C412AA (or 0xC412AA) is known color: Deep Magenta. HEX triplet: C4, 12 and AA. RGB value is (196,18,170). Sum of RGB (Red+Green+Blue) = 196+18+170=384 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.04% from 384); Green value is 18 (7.42% from 255 or 4.69% from 384); Blue value is 170 (66.80% from 255 or 44.27% from 384); Max value from RGB is 196 - color contains mainly: red. Hex color #C412AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C412AA is #3BED55. Grayscale: #585858. Windows color (decimal): -3927382 or 11145924. OLE color: 11145924.

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

Color convert

RGB 196 18 170 -
CMYK 0 0.91 0.13 0.23
HSL 308.76º 0.83% 0.42% -
HSV(B) 308.76º 0.91% 0.77% -
XYZ 30.24 15.07 39.35 -
YUV 88.55 173.97 204.64 -
System Red Green Blue C M Y K H S L
Decimal 196 18 170 0 0.91 0.13 0.23 308.76 0.83 0.42
Hex C4 12 AA 0 5B D 17 135 53 2A
Octal 304 22 252 0 133 15 27 465 123 52
Binary 11000100 10010 10101010 0 1011011 1101 10111 100110101 1010011 101010

Color Harmonies of #C412AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C412AA

Black with #C412AA

Text Example


Text Example

White with #C412AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C412AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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