#C412AA

Color #C412AA Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #C412AA

Tints of Deep Magenta #C412AA

Color information

#C412AA (or 0xC412AA) is unknown color: approx 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

RGB19618170-
CMYK00.910.130.23
HSL308.76º83.18%41.96%-
HSV(B)308.76º90.82%76.86%-
XYZ30.2415.0739.35-
YUV88.55173.97204.64-

RGB Variations

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

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.80% from 255) = 44.27%
R=51.04%
G=4.69%
B=44.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961817000.910.130.23308.7683.1841.96
HexC412AA05BD17135532a
Octal304222520133152746512352
Binary110001001001010101010010110111101101111001101011010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C412AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>