Shades of Deep Magenta #C216DC
Tints of Deep Magenta #C216DC
RGB
CMYK
RGB Variations
Color information
#C216DC (or 0xC216DC) is known color: Deep Magenta. HEX triplet: C2, 16 and DC. RGB value is (194,22,220). Sum of RGB (Red+Green+Blue) = 194+22+220=436 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.50% from 436); Green value is 22 (8.98% from 255 or 5.05% from 436); Blue value is 220 (86.33% from 255 or 50.46% from 436); Max value from RGB is 220 - color contains mainly: blue. Hex color #C216DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C216DC is #3DE923. Grayscale: #5F5F5F. Windows color (decimal): -4057380 or 14423746. OLE color: 14423746.
HSL color Cylindrical-coordinate representation of color #C216DC: hue angle of 292.12º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C216DC is Cyan = 0.12, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 22 | 220 | - |
| CMYK | 0.12 | 0.9 | 0 | 0.14 |
| HSL | 292.12º | 0.82% | 0.47% | - |
| HSV(B) | 292.12º | 0.9% | 0.86% | - |
| XYZ | 35.45 | 17.21 | 69.16 | - |
| YUV | 96 | 197.98 | 197.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 22 | 220 | 0.12 | 0.9 | 0 | 0.14 | 292.12 | 0.82 | 0.47 |
| Hex | C2 | 16 | DC | C | 5A | 0 | E | 124 | 52 | 2F |
| Octal | 302 | 26 | 334 | 14 | 132 | 0 | 16 | 444 | 122 | 57 |
| Binary | 11000010 | 10110 | 11011100 | 1100 | 1011010 | 0 | 1110 | 100100100 | 1010010 | 101111 |
Color Harmonies of #C216DC
Complementary color
Monochromatic Colors of #C216DC
Black with #C216DC
Text Example
Text Example
White with #C216DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C216DC; }
p { color: rgb(194,22,220); }
H1.HeaderClassName
{
color: #C216DC;
}
.AnyTagClassName
{
color: #C216DC;
}
</style>
background-color css
<style>
a { background-color: #C216DC; }
a { background-color: rgb(194,22,220); }
div.DivClassName
{
background-color: #C216DC;
}
.BgClassName
{
background-color: #C216DC;
}
</style>
border-color css
<style>
span { border-color: #C216DC; }
span { border-color: rgb(194,22,220); }
td.TdClassName
{
border-color: #C216DC;
}
.TagClassName
{
border-color: #C216DC;
}
</style>