Shades of Deep Magenta #C816DF
Tints of Deep Magenta #C816DF
RGB
CMYK
RGB Variations
Color information
#C816DF (or 0xC816DF) is known color: Deep Magenta. HEX triplet: C8, 16 and DF. RGB value is (200,22,223). Sum of RGB (Red+Green+Blue) = 200+22+223=445 (58% of max value = 765). Red value is 200 (78.52% from 255 or 44.94% from 445); Green value is 22 (8.98% from 255 or 4.94% from 445); Blue value is 223 (87.5% from 255 or 50.11% from 445); Max value from RGB is 223 - color contains mainly: blue. Hex color #C816DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C816DF is #37E920. Grayscale: #616161. Windows color (decimal): -3664161 or 14620360. OLE color: 14620360.
HSL color Cylindrical-coordinate representation of color #C816DF: hue angle of 293.13º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C816DF is Cyan = 0.10, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 22 | 223 | - |
| CMYK | 0.10 | 0.90 | 0 | 0.13 |
| HSL | 293.13º | 0.82% | 0.48% | - |
| HSV(B) | 293.13º | 0.9% | 0.87% | - |
| XYZ | 37.43 | 18.18 | 71.35 | - |
| YUV | 98.14 | 198.47 | 200.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 22 | 223 | 0.10 | 0.90 | 0 | 0.13 | 293.13 | 0.82 | 0.48 |
| Hex | C8 | 16 | DF | A | 5A | 0 | D | 125 | 52 | 30 |
| Octal | 310 | 26 | 337 | 12 | 132 | 0 | 15 | 445 | 122 | 60 |
| Binary | 11001000 | 10110 | 11011111 | 1010 | 1011010 | 0 | 1101 | 100100101 | 1010010 | 110000 |
Color Harmonies of #C816DF
Complementary color
Monochromatic Colors of #C816DF
Black with #C816DF
Text Example
Text Example
White with #C816DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C816DF; }
p { color: rgb(200,22,223); }
H1.HeaderClassName
{
color: #C816DF;
}
.AnyTagClassName
{
color: #C816DF;
}
</style>
background-color css
<style>
a { background-color: #C816DF; }
a { background-color: rgb(200,22,223); }
div.DivClassName
{
background-color: #C816DF;
}
.BgClassName
{
background-color: #C816DF;
}
</style>
border-color css
<style>
span { border-color: #C816DF; }
span { border-color: rgb(200,22,223); }
td.TdClassName
{
border-color: #C816DF;
}
.TagClassName
{
border-color: #C816DF;
}
</style>