Shades of Deep Magenta #C518AD
Tints of Deep Magenta #C518AD
RGB
CMYK
RGB Variations
Color information
#C518AD (or 0xC518AD) is known color: Deep Magenta. HEX triplet: C5, 18 and AD. RGB value is (197,24,173). Sum of RGB (Red+Green+Blue) = 197+24+173=394 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50% from 394); Green value is 24 (9.77% from 255 or 6.09% from 394); Blue value is 173 (67.97% from 255 or 43.91% from 394); Max value from RGB is 197 - color contains mainly: red. Hex color #C518AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C518AD is #3AE752. Grayscale: #5C5C5C. Windows color (decimal): -3860307 or 11344069. OLE color: 11344069.
HSL color Cylindrical-coordinate representation of color #C518AD: hue angle of 308.32º 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 #C518AD is Cyan = 0, Magento = 0.88, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 24 | 173 | - |
| CMYK | 0 | 0.88 | 0.12 | 0.23 |
| HSL | 308.32º | 0.78% | 0.43% | - |
| HSV(B) | 308.32º | 0.88% | 0.77% | - |
| XYZ | 30.9 | 15.54 | 40.91 | - |
| YUV | 92.71 | 173.31 | 202.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 24 | 173 | 0 | 0.88 | 0.12 | 0.23 | 308.32 | 0.78 | 0.43 |
| Hex | C5 | 18 | AD | 0 | 58 | C | 17 | 134 | 4E | 2B |
| Octal | 305 | 30 | 255 | 0 | 130 | 14 | 27 | 464 | 116 | 53 |
| Binary | 11000101 | 11000 | 10101101 | 0 | 1011000 | 1100 | 10111 | 100110100 | 1001110 | 101011 |
Color Harmonies of #C518AD
Complementary color
Monochromatic Colors of #C518AD
Black with #C518AD
Text Example
Text Example
White with #C518AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C518AD; }
p { color: rgb(197,24,173); }
H1.HeaderClassName
{
color: #C518AD;
}
.AnyTagClassName
{
color: #C518AD;
}
</style>
background-color css
<style>
a { background-color: #C518AD; }
a { background-color: rgb(197,24,173); }
div.DivClassName
{
background-color: #C518AD;
}
.BgClassName
{
background-color: #C518AD;
}
</style>
border-color css
<style>
span { border-color: #C518AD; }
span { border-color: rgb(197,24,173); }
td.TdClassName
{
border-color: #C518AD;
}
.TagClassName
{
border-color: #C518AD;
}
</style>