Shades of Deep Magenta #C010AA
Tints of Deep Magenta #C010AA
RGB
CMYK
RGB Variations
Color information
#C010AA (or 0xC010AA) is known color: Deep Magenta. HEX triplet: C0, 10 and AA. RGB value is (192,16,170). Sum of RGB (Red+Green+Blue) = 192+16+170=378 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.79% from 378); Green value is 16 (6.64% from 255 or 4.23% from 378); Blue value is 170 (66.80% from 255 or 44.97% from 378); Max value from RGB is 192 - color contains mainly: red. Hex color #C010AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C010AA is #3FEF55. Grayscale: #555555. Windows color (decimal): -4190038 or 11145408. OLE color: 11145408.
HSL color Cylindrical-coordinate representation of color #C010AA: hue angle of 307.5º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C010AA is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 16 | 170 | - |
| CMYK | 0 | 0.92 | 0.11 | 0.25 |
| HSL | 307.5º | 0.85% | 0.41% | - |
| HSV(B) | 307.5º | 0.92% | 0.75% | - |
| XYZ | 29.18 | 14.48 | 39.29 | - |
| YUV | 86.18 | 175.31 | 203.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 16 | 170 | 0 | 0.92 | 0.11 | 0.25 | 307.5 | 0.85 | 0.41 |
| Hex | C0 | 10 | AA | 0 | 5C | B | 19 | 134 | 55 | 29 |
| Octal | 300 | 20 | 252 | 0 | 134 | 13 | 31 | 464 | 125 | 51 |
| Binary | 11000000 | 10000 | 10101010 | 0 | 1011100 | 1011 | 11001 | 100110100 | 1010101 | 101001 |
Color Harmonies of #C010AA
Complementary color
Monochromatic Colors of #C010AA
Black with #C010AA
Text Example
Text Example
White with #C010AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C010AA; }
p { color: rgb(192,16,170); }
H1.HeaderClassName
{
color: #C010AA;
}
.AnyTagClassName
{
color: #C010AA;
}
</style>
background-color css
<style>
a { background-color: #C010AA; }
a { background-color: rgb(192,16,170); }
div.DivClassName
{
background-color: #C010AA;
}
.BgClassName
{
background-color: #C010AA;
}
</style>
border-color css
<style>
span { border-color: #C010AA; }
span { border-color: rgb(192,16,170); }
td.TdClassName
{
border-color: #C010AA;
}
.TagClassName
{
border-color: #C010AA;
}
</style>