Shades of Deep Magenta #C518B9
Tints of Deep Magenta #C518B9
RGB
CMYK
RGB Variations
Color information
#C518B9 (or 0xC518B9) is known color: Deep Magenta. HEX triplet: C5, 18 and B9. RGB value is (197,24,185). Sum of RGB (Red+Green+Blue) = 197+24+185=406 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.52% from 406); Green value is 24 (9.77% from 255 or 5.91% from 406); Blue value is 185 (72.66% from 255 or 45.57% from 406); Max value from RGB is 197 - color contains mainly: red. Hex color #C518B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C518B9 is #3AE746. Grayscale: #5D5D5D. Windows color (decimal): -3860295 or 12130501. OLE color: 12130501.
HSL color Cylindrical-coordinate representation of color #C518B9: hue angle of 304.16º 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 #C518B9 is Cyan = 0, Magento = 0.88, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 24 | 185 | - |
| CMYK | 0 | 0.88 | 0.06 | 0.23 |
| HSL | 304.16º | 0.78% | 0.43% | - |
| HSV(B) | 304.16º | 0.88% | 0.77% | - |
| XYZ | 32.11 | 16.03 | 47.3 | - |
| YUV | 94.08 | 179.31 | 201.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 24 | 185 | 0 | 0.88 | 0.06 | 0.23 | 304.16 | 0.78 | 0.43 |
| Hex | C5 | 18 | B9 | 0 | 58 | 6 | 17 | 130 | 4E | 2B |
| Octal | 305 | 30 | 271 | 0 | 130 | 6 | 27 | 460 | 116 | 53 |
| Binary | 11000101 | 11000 | 10111001 | 0 | 1011000 | 110 | 10111 | 100110000 | 1001110 | 101011 |
Color Harmonies of #C518B9
Complementary color
Monochromatic Colors of #C518B9
Black with #C518B9
Text Example
Text Example
White with #C518B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C518B9; }
p { color: rgb(197,24,185); }
H1.HeaderClassName
{
color: #C518B9;
}
.AnyTagClassName
{
color: #C518B9;
}
</style>
background-color css
<style>
a { background-color: #C518B9; }
a { background-color: rgb(197,24,185); }
div.DivClassName
{
background-color: #C518B9;
}
.BgClassName
{
background-color: #C518B9;
}
</style>
border-color css
<style>
span { border-color: #C518B9; }
span { border-color: rgb(197,24,185); }
td.TdClassName
{
border-color: #C518B9;
}
.TagClassName
{
border-color: #C518B9;
}
</style>