Shades of Deep Magenta #C216DD
Tints of Deep Magenta #C216DD
RGB
CMYK
RGB Variations
Color information
#C216DD (or 0xC216DD) is known color: Deep Magenta. HEX triplet: C2, 16 and DD. RGB value is (194,22,221). Sum of RGB (Red+Green+Blue) = 194+22+221=437 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.39% from 437); Green value is 22 (8.98% from 255 or 5.03% from 437); Blue value is 221 (86.72% from 255 or 50.57% from 437); Max value from RGB is 221 - color contains mainly: blue. Hex color #C216DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C216DD is #3DE922. Grayscale: #5F5F5F. Windows color (decimal): -4057379 or 14489282. OLE color: 14489282.
HSL color Cylindrical-coordinate representation of color #C216DD: hue angle of 291.86º 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 #C216DD is Cyan = 0.12, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 22 | 221 | - |
| CMYK | 0.12 | 0.90 | 0 | 0.13 |
| HSL | 291.86º | 0.82% | 0.48% | - |
| HSV(B) | 291.86º | 0.9% | 0.87% | - |
| XYZ | 35.59 | 17.26 | 69.86 | - |
| YUV | 96.11 | 198.48 | 197.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 22 | 221 | 0.12 | 0.90 | 0 | 0.13 | 291.86 | 0.82 | 0.48 |
| Hex | C2 | 16 | DD | C | 5A | 0 | D | 124 | 52 | 30 |
| Octal | 302 | 26 | 335 | 14 | 132 | 0 | 15 | 444 | 122 | 60 |
| Binary | 11000010 | 10110 | 11011101 | 1100 | 1011010 | 0 | 1101 | 100100100 | 1010010 | 110000 |
Color Harmonies of #C216DD
Complementary color
Monochromatic Colors of #C216DD
Black with #C216DD
Text Example
Text Example
White with #C216DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C216DD; }
p { color: rgb(194,22,221); }
H1.HeaderClassName
{
color: #C216DD;
}
.AnyTagClassName
{
color: #C216DD;
}
</style>
background-color css
<style>
a { background-color: #C216DD; }
a { background-color: rgb(194,22,221); }
div.DivClassName
{
background-color: #C216DD;
}
.BgClassName
{
background-color: #C216DD;
}
</style>
border-color css
<style>
span { border-color: #C216DD; }
span { border-color: rgb(194,22,221); }
td.TdClassName
{
border-color: #C216DD;
}
.TagClassName
{
border-color: #C216DD;
}
</style>