Shades of Deep Magenta #C518DB
Tints of Deep Magenta #C518DB
RGB
CMYK
RGB Variations
Color information
#C518DB (or 0xC518DB) is known color: Deep Magenta. HEX triplet: C5, 18 and DB. RGB value is (197,24,219). Sum of RGB (Red+Green+Blue) = 197+24+219=440 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.77% from 440); Green value is 24 (9.77% from 255 or 5.45% 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 #C518DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C518DB is #3AE724. Grayscale: #616161. Windows color (decimal): -3860261 or 14358725. OLE color: 14358725.
HSL color Cylindrical-coordinate representation of color #C518DB: hue angle of 293.23º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C518DB is Cyan = 0.10, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 24 | 219 | - |
| CMYK | 0.10 | 0.89 | 0 | 0.14 |
| HSL | 293.23º | 0.8% | 0.48% | - |
| HSV(B) | 293.23º | 0.89% | 0.86% | - |
| XYZ | 36.14 | 17.64 | 68.52 | - |
| YUV | 97.96 | 196.31 | 198.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 24 | 219 | 0.10 | 0.89 | 0 | 0.14 | 293.23 | 0.8 | 0.48 |
| Hex | C5 | 18 | DB | A | 59 | 0 | E | 125 | 50 | 30 |
| Octal | 305 | 30 | 333 | 12 | 131 | 0 | 16 | 445 | 120 | 60 |
| Binary | 11000101 | 11000 | 11011011 | 1010 | 1011001 | 0 | 1110 | 100100101 | 1010000 | 110000 |
Color Harmonies of #C518DB
Complementary color
Monochromatic Colors of #C518DB
Black with #C518DB
Text Example
Text Example
White with #C518DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C518DB; }
p { color: rgb(197,24,219); }
H1.HeaderClassName
{
color: #C518DB;
}
.AnyTagClassName
{
color: #C518DB;
}
</style>
background-color css
<style>
a { background-color: #C518DB; }
a { background-color: rgb(197,24,219); }
div.DivClassName
{
background-color: #C518DB;
}
.BgClassName
{
background-color: #C518DB;
}
</style>
border-color css
<style>
span { border-color: #C518DB; }
span { border-color: rgb(197,24,219); }
td.TdClassName
{
border-color: #C518DB;
}
.TagClassName
{
border-color: #C518DB;
}
</style>