Shades of Deep Magenta #C012AA
Tints of Deep Magenta #C012AA
RGB
CMYK
RGB Variations
Color information
#C012AA (or 0xC012AA) is known color: Deep Magenta. HEX triplet: C0, 12 and AA. RGB value is (192,18,170). Sum of RGB (Red+Green+Blue) = 192+18+170=380 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.53% from 380); Green value is 18 (7.42% from 255 or 4.74% from 380); Blue value is 170 (66.80% from 255 or 44.74% from 380); Max value from RGB is 192 - color contains mainly: red. Hex color #C012AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C012AA is #3FED55. Grayscale: #565656. Windows color (decimal): -4189526 or 11145920. OLE color: 11145920.
HSL color Cylindrical-coordinate representation of color #C012AA: hue angle of 307.59º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C012AA is Cyan = 0, Magento = 0.91, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 18 | 170 | - |
| CMYK | 0 | 0.91 | 0.11 | 0.25 |
| HSL | 307.59º | 0.83% | 0.41% | - |
| HSV(B) | 307.59º | 0.91% | 0.75% | - |
| XYZ | 29.21 | 14.54 | 39.3 | - |
| YUV | 87.35 | 174.65 | 202.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 18 | 170 | 0 | 0.91 | 0.11 | 0.25 | 307.59 | 0.83 | 0.41 |
| Hex | C0 | 12 | AA | 0 | 5B | B | 19 | 134 | 53 | 29 |
| Octal | 300 | 22 | 252 | 0 | 133 | 13 | 31 | 464 | 123 | 51 |
| Binary | 11000000 | 10010 | 10101010 | 0 | 1011011 | 1011 | 11001 | 100110100 | 1010011 | 101001 |
Color Harmonies of #C012AA
Complementary color
Monochromatic Colors of #C012AA
Black with #C012AA
Text Example
Text Example
White with #C012AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C012AA; }
p { color: rgb(192,18,170); }
H1.HeaderClassName
{
color: #C012AA;
}
.AnyTagClassName
{
color: #C012AA;
}
</style>
background-color css
<style>
a { background-color: #C012AA; }
a { background-color: rgb(192,18,170); }
div.DivClassName
{
background-color: #C012AA;
}
.BgClassName
{
background-color: #C012AA;
}
</style>
border-color css
<style>
span { border-color: #C012AA; }
span { border-color: rgb(192,18,170); }
td.TdClassName
{
border-color: #C012AA;
}
.TagClassName
{
border-color: #C012AA;
}
</style>