Shades of Deep Magenta #C810AD
Tints of Deep Magenta #C810AD
RGB
CMYK
RGB Variations
Color information
#C810AD (or 0xC810AD) is known color: Deep Magenta. HEX triplet: C8, 10 and AD. RGB value is (200,16,173). Sum of RGB (Red+Green+Blue) = 200+16+173=389 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.41% from 389); Green value is 16 (6.64% from 255 or 4.11% from 389); Blue value is 173 (67.97% from 255 or 44.47% from 389); Max value from RGB is 200 - color contains mainly: red. Hex color #C810AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C810AD is #37EF52. Grayscale: #585858. Windows color (decimal): -3665747 or 11342024. OLE color: 11342024.
HSL color Cylindrical-coordinate representation of color #C810AD: hue angle of 308.8º 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 #C810AD is Cyan = 0, Magento = 0.92, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 16 | 173 | - |
| CMYK | 0 | 0.92 | 0.14 | 0.22 |
| HSL | 308.8º | 0.85% | 0.42% | - |
| HSV(B) | 308.8º | 0.92% | 0.78% | - |
| XYZ | 31.55 | 15.67 | 40.9 | - |
| YUV | 88.91 | 175.46 | 207.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 16 | 173 | 0 | 0.92 | 0.14 | 0.22 | 308.8 | 0.85 | 0.42 |
| Hex | C8 | 10 | AD | 0 | 5C | E | 16 | 135 | 55 | 2A |
| Octal | 310 | 20 | 255 | 0 | 134 | 16 | 26 | 465 | 125 | 52 |
| Binary | 11001000 | 10000 | 10101101 | 0 | 1011100 | 1110 | 10110 | 100110101 | 1010101 | 101010 |
Color Harmonies of #C810AD
Complementary color
Monochromatic Colors of #C810AD
Black with #C810AD
Text Example
Text Example
White with #C810AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C810AD; }
p { color: rgb(200,16,173); }
H1.HeaderClassName
{
color: #C810AD;
}
.AnyTagClassName
{
color: #C810AD;
}
</style>
background-color css
<style>
a { background-color: #C810AD; }
a { background-color: rgb(200,16,173); }
div.DivClassName
{
background-color: #C810AD;
}
.BgClassName
{
background-color: #C810AD;
}
</style>
border-color css
<style>
span { border-color: #C810AD; }
span { border-color: rgb(200,16,173); }
td.TdClassName
{
border-color: #C810AD;
}
.TagClassName
{
border-color: #C810AD;
}
</style>