Shades of Deep Magenta #C518C0
Tints of Deep Magenta #C518C0
RGB
CMYK
RGB Variations
Color information
#C518C0 (or 0xC518C0) is known color: Deep Magenta. HEX triplet: C5, 18 and C0. RGB value is (197,24,192). Sum of RGB (Red+Green+Blue) = 197+24+192=413 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.70% from 413); Green value is 24 (9.77% from 255 or 5.81% from 413); Blue value is 192 (75.39% from 255 or 46.49% from 413); Max value from RGB is 197 - color contains mainly: red. Hex color #C518C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C518C0 is #3AE73F. Grayscale: #5E5E5E. Windows color (decimal): -3860288 or 12589253. OLE color: 12589253.
HSL color Cylindrical-coordinate representation of color #C518C0: hue angle of 301.73º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C518C0 is Cyan = 0, Magento = 0.88, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 24 | 192 | - |
| CMYK | 0 | 0.88 | 0.03 | 0.23 |
| HSL | 301.73º | 0.78% | 0.43% | - |
| HSV(B) | 301.73º | 0.88% | 0.77% | - |
| XYZ | 32.87 | 16.33 | 51.29 | - |
| YUV | 94.88 | 182.81 | 200.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 24 | 192 | 0 | 0.88 | 0.03 | 0.23 | 301.73 | 0.78 | 0.43 |
| Hex | C5 | 18 | C0 | 0 | 58 | 3 | 17 | 12E | 4E | 2B |
| Octal | 305 | 30 | 300 | 0 | 130 | 3 | 27 | 456 | 116 | 53 |
| Binary | 11000101 | 11000 | 11000000 | 0 | 1011000 | 11 | 10111 | 100101110 | 1001110 | 101011 |
Color Harmonies of #C518C0
Complementary color
Monochromatic Colors of #C518C0
Black with #C518C0
Text Example
Text Example
White with #C518C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C518C0; }
p { color: rgb(197,24,192); }
H1.HeaderClassName
{
color: #C518C0;
}
.AnyTagClassName
{
color: #C518C0;
}
</style>
background-color css
<style>
a { background-color: #C518C0; }
a { background-color: rgb(197,24,192); }
div.DivClassName
{
background-color: #C518C0;
}
.BgClassName
{
background-color: #C518C0;
}
</style>
border-color css
<style>
span { border-color: #C518C0; }
span { border-color: rgb(197,24,192); }
td.TdClassName
{
border-color: #C518C0;
}
.TagClassName
{
border-color: #C518C0;
}
</style>