Shades of Deep Magenta #C515DB
Tints of Deep Magenta #C515DB
RGB
CMYK
RGB Variations
Color information
#C515DB (or 0xC515DB) is known color: Deep Magenta. HEX triplet: C5, 15 and DB. RGB value is (197,21,219). Sum of RGB (Red+Green+Blue) = 197+21+219=437 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.08% from 437); Green value is 21 (8.59% from 255 or 4.81% from 437); Blue value is 219 (85.94% from 255 or 50.11% from 437); Max value from RGB is 219 - color contains mainly: blue. Hex color #C515DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C515DB is #3AEA24. Grayscale: #5F5F5F. Windows color (decimal): -3861029 or 14357957. OLE color: 14357957.
HSL color Cylindrical-coordinate representation of color #C515DB: hue angle of 293.33º 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 #C515DB is Cyan = 0.10, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 21 | 219 | - |
| CMYK | 0.10 | 0.90 | 0 | 0.14 |
| HSL | 293.33º | 0.83% | 0.47% | - |
| HSV(B) | 293.33º | 0.9% | 0.86% | - |
| XYZ | 36.08 | 17.52 | 68.5 | - |
| YUV | 96.2 | 197.31 | 199.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 21 | 219 | 0.10 | 0.90 | 0 | 0.14 | 293.33 | 0.83 | 0.47 |
| Hex | C5 | 15 | DB | A | 5A | 0 | E | 125 | 52 | 2F |
| Octal | 305 | 25 | 333 | 12 | 132 | 0 | 16 | 445 | 122 | 57 |
| Binary | 11000101 | 10101 | 11011011 | 1010 | 1011010 | 0 | 1110 | 100100101 | 1010010 | 101111 |
Color Harmonies of #C515DB
Complementary color
Monochromatic Colors of #C515DB
Black with #C515DB
Text Example
Text Example
White with #C515DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C515DB; }
p { color: rgb(197,21,219); }
H1.HeaderClassName
{
color: #C515DB;
}
.AnyTagClassName
{
color: #C515DB;
}
</style>
background-color css
<style>
a { background-color: #C515DB; }
a { background-color: rgb(197,21,219); }
div.DivClassName
{
background-color: #C515DB;
}
.BgClassName
{
background-color: #C515DB;
}
</style>
border-color css
<style>
span { border-color: #C515DB; }
span { border-color: rgb(197,21,219); }
td.TdClassName
{
border-color: #C515DB;
}
.TagClassName
{
border-color: #C515DB;
}
</style>