Shades of Deep Magenta #C212AA
Tints of Deep Magenta #C212AA
RGB
CMYK
RGB Variations
Color information
#C212AA (or 0xC212AA) is known color: Deep Magenta. HEX triplet: C2, 12 and AA. RGB value is (194,18,170). Sum of RGB (Red+Green+Blue) = 194+18+170=382 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.79% from 382); Green value is 18 (7.42% from 255 or 4.71% from 382); Blue value is 170 (66.80% from 255 or 44.50% from 382); Max value from RGB is 194 - color contains mainly: red. Hex color #C212AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C212AA is #3DED55. Grayscale: #575757. Windows color (decimal): -4058454 or 11145922. OLE color: 11145922.
HSL color Cylindrical-coordinate representation of color #C212AA: hue angle of 308.18º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C212AA is Cyan = 0, Magento = 0.91, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 18 | 170 | - |
| CMYK | 0 | 0.91 | 0.12 | 0.24 |
| HSL | 308.18º | 0.83% | 0.42% | - |
| HSV(B) | 308.18º | 0.91% | 0.76% | - |
| XYZ | 29.72 | 14.8 | 39.32 | - |
| YUV | 87.95 | 174.31 | 203.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 18 | 170 | 0 | 0.91 | 0.12 | 0.24 | 308.18 | 0.83 | 0.42 |
| Hex | C2 | 12 | AA | 0 | 5B | C | 18 | 134 | 53 | 2A |
| Octal | 302 | 22 | 252 | 0 | 133 | 14 | 30 | 464 | 123 | 52 |
| Binary | 11000010 | 10010 | 10101010 | 0 | 1011011 | 1100 | 11000 | 100110100 | 1010011 | 101010 |
Color Harmonies of #C212AA
Complementary color
Monochromatic Colors of #C212AA
Black with #C212AA
Text Example
Text Example
White with #C212AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C212AA; }
p { color: rgb(194,18,170); }
H1.HeaderClassName
{
color: #C212AA;
}
.AnyTagClassName
{
color: #C212AA;
}
</style>
background-color css
<style>
a { background-color: #C212AA; }
a { background-color: rgb(194,18,170); }
div.DivClassName
{
background-color: #C212AA;
}
.BgClassName
{
background-color: #C212AA;
}
</style>
border-color css
<style>
span { border-color: #C212AA; }
span { border-color: rgb(194,18,170); }
td.TdClassName
{
border-color: #C212AA;
}
.TagClassName
{
border-color: #C212AA;
}
</style>