Shades of Deep Magenta #C816DD
Tints of Deep Magenta #C816DD
RGB
CMYK
RGB Variations
Color information
#C816DD (or 0xC816DD) is known color: Deep Magenta. HEX triplet: C8, 16 and DD. RGB value is (200,22,221). Sum of RGB (Red+Green+Blue) = 200+22+221=443 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.15% from 443); Green value is 22 (8.98% from 255 or 4.97% from 443); Blue value is 221 (86.72% from 255 or 49.89% from 443); Max value from RGB is 221 - color contains mainly: blue. Hex color #C816DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C816DD is #37E922. Grayscale: #616161. Windows color (decimal): -3664163 or 14489288. OLE color: 14489288.
HSL color Cylindrical-coordinate representation of color #C816DD: hue angle of 293.67º 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 #C816DD is Cyan = 0.10, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 22 | 221 | - |
| CMYK | 0.10 | 0.90 | 0 | 0.13 |
| HSL | 293.67º | 0.82% | 0.48% | - |
| HSV(B) | 293.67º | 0.9% | 0.87% | - |
| XYZ | 37.16 | 18.07 | 69.94 | - |
| YUV | 97.91 | 197.47 | 200.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 22 | 221 | 0.10 | 0.90 | 0 | 0.13 | 293.67 | 0.82 | 0.48 |
| Hex | C8 | 16 | DD | A | 5A | 0 | D | 126 | 52 | 30 |
| Octal | 310 | 26 | 335 | 12 | 132 | 0 | 15 | 446 | 122 | 60 |
| Binary | 11001000 | 10110 | 11011101 | 1010 | 1011010 | 0 | 1101 | 100100110 | 1010010 | 110000 |
Color Harmonies of #C816DD
Complementary color
Monochromatic Colors of #C816DD
Black with #C816DD
Text Example
Text Example
White with #C816DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C816DD; }
p { color: rgb(200,22,221); }
H1.HeaderClassName
{
color: #C816DD;
}
.AnyTagClassName
{
color: #C816DD;
}
</style>
background-color css
<style>
a { background-color: #C816DD; }
a { background-color: rgb(200,22,221); }
div.DivClassName
{
background-color: #C816DD;
}
.BgClassName
{
background-color: #C816DD;
}
</style>
border-color css
<style>
span { border-color: #C816DD; }
span { border-color: rgb(200,22,221); }
td.TdClassName
{
border-color: #C816DD;
}
.TagClassName
{
border-color: #C816DD;
}
</style>