Shades of Deep Magenta #C518AE
Tints of Deep Magenta #C518AE
RGB
CMYK
RGB Variations
Color information
#C518AE (or 0xC518AE) is known color: Deep Magenta. HEX triplet: C5, 18 and AE. RGB value is (197,24,174). Sum of RGB (Red+Green+Blue) = 197+24+174=395 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.87% from 395); Green value is 24 (9.77% from 255 or 6.08% from 395); Blue value is 174 (68.36% from 255 or 44.05% from 395); Max value from RGB is 197 - color contains mainly: red. Hex color #C518AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C518AE is #3AE751. Grayscale: #5C5C5C. Windows color (decimal): -3860306 or 11409605. OLE color: 11409605.
HSL color Cylindrical-coordinate representation of color #C518AE: hue angle of 307.98º 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 #C518AE is Cyan = 0, Magento = 0.88, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 24 | 174 | - |
| CMYK | 0 | 0.88 | 0.12 | 0.23 |
| HSL | 307.98º | 0.78% | 0.43% | - |
| HSV(B) | 307.98º | 0.88% | 0.77% | - |
| XYZ | 30.99 | 15.58 | 41.42 | - |
| YUV | 92.83 | 173.81 | 202.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 24 | 174 | 0 | 0.88 | 0.12 | 0.23 | 307.98 | 0.78 | 0.43 |
| Hex | C5 | 18 | AE | 0 | 58 | C | 17 | 134 | 4E | 2B |
| Octal | 305 | 30 | 256 | 0 | 130 | 14 | 27 | 464 | 116 | 53 |
| Binary | 11000101 | 11000 | 10101110 | 0 | 1011000 | 1100 | 10111 | 100110100 | 1001110 | 101011 |
Color Harmonies of #C518AE
Complementary color
Monochromatic Colors of #C518AE
Black with #C518AE
Text Example
Text Example
White with #C518AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C518AE; }
p { color: rgb(197,24,174); }
H1.HeaderClassName
{
color: #C518AE;
}
.AnyTagClassName
{
color: #C518AE;
}
</style>
background-color css
<style>
a { background-color: #C518AE; }
a { background-color: rgb(197,24,174); }
div.DivClassName
{
background-color: #C518AE;
}
.BgClassName
{
background-color: #C518AE;
}
</style>
border-color css
<style>
span { border-color: #C518AE; }
span { border-color: rgb(197,24,174); }
td.TdClassName
{
border-color: #C518AE;
}
.TagClassName
{
border-color: #C518AE;
}
</style>