Shades of Deep Magenta #C816AD
Tints of Deep Magenta #C816AD
RGB
CMYK
RGB Variations
Color information
#C816AD (or 0xC816AD) is known color: Deep Magenta. HEX triplet: C8, 16 and AD. RGB value is (200,22,173). Sum of RGB (Red+Green+Blue) = 200+22+173=395 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.63% from 395); Green value is 22 (8.98% from 255 or 5.57% from 395); Blue value is 173 (67.97% from 255 or 43.80% from 395); Max value from RGB is 200 - color contains mainly: red. Hex color #C816AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C816AD is #37E952. Grayscale: #5C5C5C. Windows color (decimal): -3664211 or 11343560. OLE color: 11343560.
HSL color Cylindrical-coordinate representation of color #C816AD: hue angle of 309.1º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C816AD is Cyan = 0, Magento = 0.89, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 22 | 173 | - |
| CMYK | 0 | 0.89 | 0.14 | 0.22 |
| HSL | 309.1º | 0.8% | 0.44% | - |
| HSV(B) | 309.1º | 0.89% | 0.78% | - |
| XYZ | 31.65 | 15.87 | 40.93 | - |
| YUV | 92.44 | 173.47 | 204.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 22 | 173 | 0 | 0.89 | 0.14 | 0.22 | 309.1 | 0.8 | 0.44 |
| Hex | C8 | 16 | AD | 0 | 59 | E | 16 | 135 | 50 | 2C |
| Octal | 310 | 26 | 255 | 0 | 131 | 16 | 26 | 465 | 120 | 54 |
| Binary | 11001000 | 10110 | 10101101 | 0 | 1011001 | 1110 | 10110 | 100110101 | 1010000 | 101100 |
Color Harmonies of #C816AD
Complementary color
Monochromatic Colors of #C816AD
Black with #C816AD
Text Example
Text Example
White with #C816AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C816AD; }
p { color: rgb(200,22,173); }
H1.HeaderClassName
{
color: #C816AD;
}
.AnyTagClassName
{
color: #C816AD;
}
</style>
background-color css
<style>
a { background-color: #C816AD; }
a { background-color: rgb(200,22,173); }
div.DivClassName
{
background-color: #C816AD;
}
.BgClassName
{
background-color: #C816AD;
}
</style>
border-color css
<style>
span { border-color: #C816AD; }
span { border-color: rgb(200,22,173); }
td.TdClassName
{
border-color: #C816AD;
}
.TagClassName
{
border-color: #C816AD;
}
</style>