Shades of Deep Magenta #C512AA
Tints of Deep Magenta #C512AA
RGB
CMYK
RGB Variations
Color information
#C512AA (or 0xC512AA) is known color: Deep Magenta. HEX triplet: C5, 12 and AA. RGB value is (197,18,170). Sum of RGB (Red+Green+Blue) = 197+18+170=385 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.17% from 385); Green value is 18 (7.42% from 255 or 4.68% from 385); Blue value is 170 (66.80% from 255 or 44.16% from 385); Max value from RGB is 197 - color contains mainly: red. Hex color #C512AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C512AA is #3AED55. Grayscale: #585858. Windows color (decimal): -3861846 or 11145925. OLE color: 11145925.
HSL color Cylindrical-coordinate representation of color #C512AA: hue angle of 309.05º 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 #C512AA is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 18 | 170 | - |
| CMYK | 0 | 0.91 | 0.14 | 0.23 |
| HSL | 309.05º | 0.83% | 0.42% | - |
| HSV(B) | 309.05º | 0.91% | 0.77% | - |
| XYZ | 30.5 | 15.21 | 39.36 | - |
| YUV | 88.85 | 173.8 | 205.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 18 | 170 | 0 | 0.91 | 0.14 | 0.23 | 309.05 | 0.83 | 0.42 |
| Hex | C5 | 12 | AA | 0 | 5B | E | 17 | 135 | 53 | 2A |
| Octal | 305 | 22 | 252 | 0 | 133 | 16 | 27 | 465 | 123 | 52 |
| Binary | 11000101 | 10010 | 10101010 | 0 | 1011011 | 1110 | 10111 | 100110101 | 1010011 | 101010 |
Color Harmonies of #C512AA
Complementary color
Monochromatic Colors of #C512AA
Black with #C512AA
Text Example
Text Example
White with #C512AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C512AA; }
p { color: rgb(197,18,170); }
H1.HeaderClassName
{
color: #C512AA;
}
.AnyTagClassName
{
color: #C512AA;
}
</style>
background-color css
<style>
a { background-color: #C512AA; }
a { background-color: rgb(197,18,170); }
div.DivClassName
{
background-color: #C512AA;
}
.BgClassName
{
background-color: #C512AA;
}
</style>
border-color css
<style>
span { border-color: #C512AA; }
span { border-color: rgb(197,18,170); }
td.TdClassName
{
border-color: #C512AA;
}
.TagClassName
{
border-color: #C512AA;
}
</style>