Shades of Deep Magenta #C816AC
Tints of Deep Magenta #C816AC
RGB
CMYK
RGB Variations
Color information
#C816AC (or 0xC816AC) is known color: Deep Magenta. HEX triplet: C8, 16 and AC. RGB value is (200,22,172). Sum of RGB (Red+Green+Blue) = 200+22+172=394 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.76% from 394); Green value is 22 (8.98% from 255 or 5.58% from 394); Blue value is 172 (67.58% from 255 or 43.65% from 394); Max value from RGB is 200 - color contains mainly: red. Hex color #C816AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C816AC is #37E953. Grayscale: #5B5B5B. Windows color (decimal): -3664212 or 11278024. OLE color: 11278024.
HSL color Cylindrical-coordinate representation of color #C816AC: hue angle of 309.44º 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 #C816AC is Cyan = 0, Magento = 0.89, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 22 | 172 | - |
| CMYK | 0 | 0.89 | 0.14 | 0.22 |
| HSL | 309.44º | 0.8% | 0.44% | - |
| HSV(B) | 309.44º | 0.89% | 0.78% | - |
| XYZ | 31.55 | 15.83 | 40.42 | - |
| YUV | 92.32 | 172.97 | 204.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 22 | 172 | 0 | 0.89 | 0.14 | 0.22 | 309.44 | 0.8 | 0.44 |
| Hex | C8 | 16 | AC | 0 | 59 | E | 16 | 135 | 50 | 2C |
| Octal | 310 | 26 | 254 | 0 | 131 | 16 | 26 | 465 | 120 | 54 |
| Binary | 11001000 | 10110 | 10101100 | 0 | 1011001 | 1110 | 10110 | 100110101 | 1010000 | 101100 |
Color Harmonies of #C816AC
Complementary color
Monochromatic Colors of #C816AC
Black with #C816AC
Text Example
Text Example
White with #C816AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C816AC; }
p { color: rgb(200,22,172); }
H1.HeaderClassName
{
color: #C816AC;
}
.AnyTagClassName
{
color: #C816AC;
}
</style>
background-color css
<style>
a { background-color: #C816AC; }
a { background-color: rgb(200,22,172); }
div.DivClassName
{
background-color: #C816AC;
}
.BgClassName
{
background-color: #C816AC;
}
</style>
border-color css
<style>
span { border-color: #C816AC; }
span { border-color: rgb(200,22,172); }
td.TdClassName
{
border-color: #C816AC;
}
.TagClassName
{
border-color: #C816AC;
}
</style>