Shades of Deep Magenta #C810AA
Tints of Deep Magenta #C810AA
RGB
CMYK
RGB Variations
Color information
#C810AA (or 0xC810AA) is known color: Deep Magenta. HEX triplet: C8, 10 and AA. RGB value is (200,16,170). Sum of RGB (Red+Green+Blue) = 200+16+170=386 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.81% from 386); Green value is 16 (6.64% from 255 or 4.15% from 386); Blue value is 170 (66.80% from 255 or 44.04% from 386); Max value from RGB is 200 - color contains mainly: red. Hex color #C810AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C810AA is #37EF55. Grayscale: #585858. Windows color (decimal): -3665750 or 11145416. OLE color: 11145416.
HSL color Cylindrical-coordinate representation of color #C810AA: hue angle of 309.78º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C810AA is Cyan = 0, Magento = 0.92, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 16 | 170 | - |
| CMYK | 0 | 0.92 | 0.15 | 0.22 |
| HSL | 309.78º | 0.85% | 0.42% | - |
| HSV(B) | 309.78º | 0.92% | 0.78% | - |
| XYZ | 31.26 | 15.55 | 39.38 | - |
| YUV | 88.57 | 173.96 | 207.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 16 | 170 | 0 | 0.92 | 0.15 | 0.22 | 309.78 | 0.85 | 0.42 |
| Hex | C8 | 10 | AA | 0 | 5C | F | 16 | 136 | 55 | 2A |
| Octal | 310 | 20 | 252 | 0 | 134 | 17 | 26 | 466 | 125 | 52 |
| Binary | 11001000 | 10000 | 10101010 | 0 | 1011100 | 1111 | 10110 | 100110110 | 1010101 | 101010 |
Color Harmonies of #C810AA
Complementary color
Monochromatic Colors of #C810AA
Black with #C810AA
Text Example
Text Example
White with #C810AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C810AA; }
p { color: rgb(200,16,170); }
H1.HeaderClassName
{
color: #C810AA;
}
.AnyTagClassName
{
color: #C810AA;
}
</style>
background-color css
<style>
a { background-color: #C810AA; }
a { background-color: rgb(200,16,170); }
div.DivClassName
{
background-color: #C810AA;
}
.BgClassName
{
background-color: #C810AA;
}
</style>
border-color css
<style>
span { border-color: #C810AA; }
span { border-color: rgb(200,16,170); }
td.TdClassName
{
border-color: #C810AA;
}
.TagClassName
{
border-color: #C810AA;
}
</style>