Shades of Deep Magenta #C816E0
Tints of Deep Magenta #C816E0
RGB
CMYK
RGB Variations
Color information
#C816E0 (or 0xC816E0) is known color: Deep Magenta. HEX triplet: C8, 16 and E0. RGB value is (200,22,224). Sum of RGB (Red+Green+Blue) = 200+22+224=446 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.84% from 446); Green value is 22 (8.98% from 255 or 4.93% from 446); Blue value is 224 (87.89% from 255 or 50.22% from 446); Max value from RGB is 224 - color contains mainly: blue. Hex color #C816E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C816E0 is #37E91F. Grayscale: #616161. Windows color (decimal): -3664160 or 14685896. OLE color: 14685896.
HSL color Cylindrical-coordinate representation of color #C816E0: hue angle of 292.87º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C816E0 is Cyan = 0.11, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 200 | 22 | 224 | - |
| CMYK | 0.11 | 0.90 | 0 | 0.12 |
| HSL | 292.87º | 0.82% | 0.48% | - |
| HSV(B) | 292.87º | 0.9% | 0.88% | - |
| XYZ | 37.56 | 18.24 | 72.06 | - |
| YUV | 98.25 | 198.97 | 200.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 22 | 224 | 0.11 | 0.90 | 0 | 0.12 | 292.87 | 0.82 | 0.48 |
| Hex | C8 | 16 | E0 | B | 5A | 0 | C | 125 | 52 | 30 |
| Octal | 310 | 26 | 340 | 13 | 132 | 0 | 14 | 445 | 122 | 60 |
| Binary | 11001000 | 10110 | 11100000 | 1011 | 1011010 | 0 | 1100 | 100100101 | 1010010 | 110000 |
Color Harmonies of #C816E0
Complementary color
Monochromatic Colors of #C816E0
Black with #C816E0
Text Example
Text Example
White with #C816E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C816E0; }
p { color: rgb(200,22,224); }
H1.HeaderClassName
{
color: #C816E0;
}
.AnyTagClassName
{
color: #C816E0;
}
</style>
background-color css
<style>
a { background-color: #C816E0; }
a { background-color: rgb(200,22,224); }
div.DivClassName
{
background-color: #C816E0;
}
.BgClassName
{
background-color: #C816E0;
}
</style>
border-color css
<style>
span { border-color: #C816E0; }
span { border-color: rgb(200,22,224); }
td.TdClassName
{
border-color: #C816E0;
}
.TagClassName
{
border-color: #C816E0;
}
</style>