Shades of Deep Magenta #C518DA
Tints of Deep Magenta #C518DA
RGB
CMYK
RGB Variations
Color information
#C518DA (or 0xC518DA) is known color: Deep Magenta. HEX triplet: C5, 18 and DA. RGB value is (197,24,218). Sum of RGB (Red+Green+Blue) = 197+24+218=439 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.87% from 439); Green value is 24 (9.77% from 255 or 5.47% from 439); Blue value is 218 (85.55% from 255 or 49.66% from 439); Max value from RGB is 218 - color contains mainly: blue. Hex color #C518DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C518DA is #3AE725. Grayscale: #616161. Windows color (decimal): -3860262 or 14293189. OLE color: 14293189.
HSL color Cylindrical-coordinate representation of color #C518DA: hue angle of 293.51º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C518DA is Cyan = 0.10, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 24 | 218 | - |
| CMYK | 0.10 | 0.89 | 0 | 0.15 |
| HSL | 293.51º | 0.8% | 0.47% | - |
| HSV(B) | 293.51º | 0.89% | 0.85% | - |
| XYZ | 36.01 | 17.59 | 67.83 | - |
| YUV | 97.84 | 195.81 | 198.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 24 | 218 | 0.10 | 0.89 | 0 | 0.15 | 293.51 | 0.8 | 0.47 |
| Hex | C5 | 18 | DA | A | 59 | 0 | F | 126 | 50 | 2F |
| Octal | 305 | 30 | 332 | 12 | 131 | 0 | 17 | 446 | 120 | 57 |
| Binary | 11000101 | 11000 | 11011010 | 1010 | 1011001 | 0 | 1111 | 100100110 | 1010000 | 101111 |
Color Harmonies of #C518DA
Complementary color
Monochromatic Colors of #C518DA
Black with #C518DA
Text Example
Text Example
White with #C518DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C518DA; }
p { color: rgb(197,24,218); }
H1.HeaderClassName
{
color: #C518DA;
}
.AnyTagClassName
{
color: #C518DA;
}
</style>
background-color css
<style>
a { background-color: #C518DA; }
a { background-color: rgb(197,24,218); }
div.DivClassName
{
background-color: #C518DA;
}
.BgClassName
{
background-color: #C518DA;
}
</style>
border-color css
<style>
span { border-color: #C518DA; }
span { border-color: rgb(197,24,218); }
td.TdClassName
{
border-color: #C518DA;
}
.TagClassName
{
border-color: #C518DA;
}
</style>