Shades of Deep Magenta #C216DB
Tints of Deep Magenta #C216DB
RGB
CMYK
RGB Variations
Color information
#C216DB (or 0xC216DB) is known color: Deep Magenta. HEX triplet: C2, 16 and DB. RGB value is (194,22,219). Sum of RGB (Red+Green+Blue) = 194+22+219=435 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.60% from 435); Green value is 22 (8.98% from 255 or 5.06% from 435); Blue value is 219 (85.94% from 255 or 50.34% from 435); Max value from RGB is 219 - color contains mainly: blue. Hex color #C216DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C216DB is #3DE924. Grayscale: #5F5F5F. Windows color (decimal): -4057381 or 14358210. OLE color: 14358210.
HSL color Cylindrical-coordinate representation of color #C216DB: hue angle of 292.39º 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 #C216DB is Cyan = 0.11, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 22 | 219 | - |
| CMYK | 0.11 | 0.90 | 0 | 0.14 |
| HSL | 292.39º | 0.82% | 0.47% | - |
| HSV(B) | 292.39º | 0.9% | 0.86% | - |
| XYZ | 35.32 | 17.16 | 68.47 | - |
| YUV | 95.89 | 197.48 | 197.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 22 | 219 | 0.11 | 0.90 | 0 | 0.14 | 292.39 | 0.82 | 0.47 |
| Hex | C2 | 16 | DB | B | 5A | 0 | E | 124 | 52 | 2F |
| Octal | 302 | 26 | 333 | 13 | 132 | 0 | 16 | 444 | 122 | 57 |
| Binary | 11000010 | 10110 | 11011011 | 1011 | 1011010 | 0 | 1110 | 100100100 | 1010010 | 101111 |
Color Harmonies of #C216DB
Complementary color
Monochromatic Colors of #C216DB
Black with #C216DB
Text Example
Text Example
White with #C216DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C216DB; }
p { color: rgb(194,22,219); }
H1.HeaderClassName
{
color: #C216DB;
}
.AnyTagClassName
{
color: #C216DB;
}
</style>
background-color css
<style>
a { background-color: #C216DB; }
a { background-color: rgb(194,22,219); }
div.DivClassName
{
background-color: #C216DB;
}
.BgClassName
{
background-color: #C216DB;
}
</style>
border-color css
<style>
span { border-color: #C216DB; }
span { border-color: rgb(194,22,219); }
td.TdClassName
{
border-color: #C216DB;
}
.TagClassName
{
border-color: #C216DB;
}
</style>