Shades of Deep Magenta #C816DB
Tints of Deep Magenta #C816DB
RGB
CMYK
RGB Variations
Color information
#C816DB (or 0xC816DB) is known color: Deep Magenta. HEX triplet: C8, 16 and DB. RGB value is (200,22,219). Sum of RGB (Red+Green+Blue) = 200+22+219=441 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.35% from 441); Green value is 22 (8.98% from 255 or 4.99% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 219 - color contains mainly: blue. Hex color #C816DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C816DB is #37E924. Grayscale: #616161. Windows color (decimal): -3664165 or 14358216. OLE color: 14358216.
HSL color Cylindrical-coordinate representation of color #C816DB: hue angle of 294.21º 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 #C816DB is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 22 | 219 | - |
| CMYK | 0.09 | 0.90 | 0 | 0.14 |
| HSL | 294.21º | 0.82% | 0.47% | - |
| HSV(B) | 294.21º | 0.9% | 0.86% | - |
| XYZ | 36.89 | 17.97 | 68.54 | - |
| YUV | 97.68 | 196.47 | 200.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 22 | 219 | 0.09 | 0.90 | 0 | 0.14 | 294.21 | 0.82 | 0.47 |
| Hex | C8 | 16 | DB | 9 | 5A | 0 | E | 126 | 52 | 2F |
| Octal | 310 | 26 | 333 | 11 | 132 | 0 | 16 | 446 | 122 | 57 |
| Binary | 11001000 | 10110 | 11011011 | 1001 | 1011010 | 0 | 1110 | 100100110 | 1010010 | 101111 |
Color Harmonies of #C816DB
Complementary color
Monochromatic Colors of #C816DB
Black with #C816DB
Text Example
Text Example
White with #C816DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C816DB; }
p { color: rgb(200,22,219); }
H1.HeaderClassName
{
color: #C816DB;
}
.AnyTagClassName
{
color: #C816DB;
}
</style>
background-color css
<style>
a { background-color: #C816DB; }
a { background-color: rgb(200,22,219); }
div.DivClassName
{
background-color: #C816DB;
}
.BgClassName
{
background-color: #C816DB;
}
</style>
border-color css
<style>
span { border-color: #C816DB; }
span { border-color: rgb(200,22,219); }
td.TdClassName
{
border-color: #C816DB;
}
.TagClassName
{
border-color: #C816DB;
}
</style>