Shades of Deep Magenta #C816AE
Tints of Deep Magenta #C816AE
RGB
CMYK
RGB Variations
Color information
#C816AE (or 0xC816AE) is known color: Deep Magenta. HEX triplet: C8, 16 and AE. RGB value is (200,22,174). Sum of RGB (Red+Green+Blue) = 200+22+174=396 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.51% from 396); Green value is 22 (8.98% from 255 or 5.56% from 396); Blue value is 174 (68.36% from 255 or 43.94% from 396); Max value from RGB is 200 - color contains mainly: red. Hex color #C816AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C816AE is #37E951. Grayscale: #5C5C5C. Windows color (decimal): -3664210 or 11409096. OLE color: 11409096.
HSL color Cylindrical-coordinate representation of color #C816AE: hue angle of 308.76º 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 #C816AE is Cyan = 0, Magento = 0.89, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 22 | 174 | - |
| CMYK | 0 | 0.89 | 0.13 | 0.22 |
| HSL | 308.76º | 0.8% | 0.44% | - |
| HSV(B) | 308.76º | 0.89% | 0.78% | - |
| XYZ | 31.75 | 15.91 | 41.44 | - |
| YUV | 92.55 | 173.97 | 204.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 22 | 174 | 0 | 0.89 | 0.13 | 0.22 | 308.76 | 0.8 | 0.44 |
| Hex | C8 | 16 | AE | 0 | 59 | D | 16 | 135 | 50 | 2C |
| Octal | 310 | 26 | 256 | 0 | 131 | 15 | 26 | 465 | 120 | 54 |
| Binary | 11001000 | 10110 | 10101110 | 0 | 1011001 | 1101 | 10110 | 100110101 | 1010000 | 101100 |
Color Harmonies of #C816AE
Complementary color
Monochromatic Colors of #C816AE
Black with #C816AE
Text Example
Text Example
White with #C816AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C816AE; }
p { color: rgb(200,22,174); }
H1.HeaderClassName
{
color: #C816AE;
}
.AnyTagClassName
{
color: #C816AE;
}
</style>
background-color css
<style>
a { background-color: #C816AE; }
a { background-color: rgb(200,22,174); }
div.DivClassName
{
background-color: #C816AE;
}
.BgClassName
{
background-color: #C816AE;
}
</style>
border-color css
<style>
span { border-color: #C816AE; }
span { border-color: rgb(200,22,174); }
td.TdClassName
{
border-color: #C816AE;
}
.TagClassName
{
border-color: #C816AE;
}
</style>