Shades of Deep Magenta #C815DB
Tints of Deep Magenta #C815DB
RGB
CMYK
RGB Variations
Color information
#C815DB (or 0xC815DB) is known color: Deep Magenta. HEX triplet: C8, 15 and DB. RGB value is (200,21,219). Sum of RGB (Red+Green+Blue) = 200+21+219=440 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.45% from 440); Green value is 21 (8.59% from 255 or 4.77% from 440); Blue value is 219 (85.94% from 255 or 49.77% from 440); Max value from RGB is 219 - color contains mainly: blue. Hex color #C815DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C815DB is #37EA24. Grayscale: #606060. Windows color (decimal): -3664421 or 14357960. OLE color: 14357960.
HSL color Cylindrical-coordinate representation of color #C815DB: hue angle of 294.24º 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 #C815DB is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 21 | 219 | - |
| CMYK | 0.09 | 0.90 | 0 | 0.14 |
| HSL | 294.24º | 0.83% | 0.47% | - |
| HSV(B) | 294.24º | 0.9% | 0.86% | - |
| XYZ | 36.87 | 17.93 | 68.54 | - |
| YUV | 97.09 | 196.8 | 201.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 21 | 219 | 0.09 | 0.90 | 0 | 0.14 | 294.24 | 0.83 | 0.47 |
| Hex | C8 | 15 | DB | 9 | 5A | 0 | E | 126 | 52 | 2F |
| Octal | 310 | 25 | 333 | 11 | 132 | 0 | 16 | 446 | 122 | 57 |
| Binary | 11001000 | 10101 | 11011011 | 1001 | 1011010 | 0 | 1110 | 100100110 | 1010010 | 101111 |
Color Harmonies of #C815DB
Complementary color
Monochromatic Colors of #C815DB
Black with #C815DB
Text Example
Text Example
White with #C815DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C815DB; }
p { color: rgb(200,21,219); }
H1.HeaderClassName
{
color: #C815DB;
}
.AnyTagClassName
{
color: #C815DB;
}
</style>
background-color css
<style>
a { background-color: #C815DB; }
a { background-color: rgb(200,21,219); }
div.DivClassName
{
background-color: #C815DB;
}
.BgClassName
{
background-color: #C815DB;
}
</style>
border-color css
<style>
span { border-color: #C815DB; }
span { border-color: rgb(200,21,219); }
td.TdClassName
{
border-color: #C815DB;
}
.TagClassName
{
border-color: #C815DB;
}
</style>