Shades of Deep Magenta #C518D0
Tints of Deep Magenta #C518D0
RGB
CMYK
RGB Variations
Color information
#C518D0 (or 0xC518D0) is known color: Deep Magenta. HEX triplet: C5, 18 and D0. RGB value is (197,24,208). Sum of RGB (Red+Green+Blue) = 197+24+208=429 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.92% from 429); Green value is 24 (9.77% from 255 or 5.59% from 429); Blue value is 208 (81.64% from 255 or 48.48% from 429); Max value from RGB is 208 - color contains mainly: blue. Hex color #C518D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C518D0 is #3AE72F. Grayscale: #606060. Windows color (decimal): -3860272 or 13637829. OLE color: 13637829.
HSL color Cylindrical-coordinate representation of color #C518D0: hue angle of 296.41º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C518D0 is Cyan = 0.05, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 24 | 208 | - |
| CMYK | 0.05 | 0.88 | 0 | 0.18 |
| HSL | 296.41º | 0.79% | 0.45% | - |
| HSV(B) | 296.41º | 0.88% | 0.82% | - |
| XYZ | 34.74 | 17.08 | 61.14 | - |
| YUV | 96.7 | 190.81 | 199.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 24 | 208 | 0.05 | 0.88 | 0 | 0.18 | 296.41 | 0.79 | 0.45 |
| Hex | C5 | 18 | D0 | 5 | 58 | 0 | 12 | 128 | 4F | 2D |
| Octal | 305 | 30 | 320 | 5 | 130 | 0 | 22 | 450 | 117 | 55 |
| Binary | 11000101 | 11000 | 11010000 | 101 | 1011000 | 0 | 10010 | 100101000 | 1001111 | 101101 |
Color Harmonies of #C518D0
Complementary color
Monochromatic Colors of #C518D0
Black with #C518D0
Text Example
Text Example
White with #C518D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C518D0; }
p { color: rgb(197,24,208); }
H1.HeaderClassName
{
color: #C518D0;
}
.AnyTagClassName
{
color: #C518D0;
}
</style>
background-color css
<style>
a { background-color: #C518D0; }
a { background-color: rgb(197,24,208); }
div.DivClassName
{
background-color: #C518D0;
}
.BgClassName
{
background-color: #C518D0;
}
</style>
border-color css
<style>
span { border-color: #C518D0; }
span { border-color: rgb(197,24,208); }
td.TdClassName
{
border-color: #C518D0;
}
.TagClassName
{
border-color: #C518D0;
}
</style>