Shades of Deep Magenta #C518B5
Tints of Deep Magenta #C518B5
RGB
CMYK
RGB Variations
Color information
#C518B5 (or 0xC518B5) is known color: Deep Magenta. HEX triplet: C5, 18 and B5. RGB value is (197,24,181). Sum of RGB (Red+Green+Blue) = 197+24+181=402 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.00% from 402); Green value is 24 (9.77% from 255 or 5.97% from 402); Blue value is 181 (71.09% from 255 or 45.02% from 402); Max value from RGB is 197 - color contains mainly: red. Hex color #C518B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C518B5 is #3AE74A. Grayscale: #5D5D5D. Windows color (decimal): -3860299 or 11868357. OLE color: 11868357.
HSL color Cylindrical-coordinate representation of color #C518B5: hue angle of 305.55º 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 #C518B5 is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 24 | 181 | - |
| CMYK | 0 | 0.88 | 0.08 | 0.23 |
| HSL | 305.55º | 0.78% | 0.43% | - |
| HSV(B) | 305.55º | 0.88% | 0.77% | - |
| XYZ | 31.69 | 15.86 | 45.11 | - |
| YUV | 93.63 | 177.31 | 201.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 24 | 181 | 0 | 0.88 | 0.08 | 0.23 | 305.55 | 0.78 | 0.43 |
| Hex | C5 | 18 | B5 | 0 | 58 | 8 | 17 | 132 | 4E | 2B |
| Octal | 305 | 30 | 265 | 0 | 130 | 10 | 27 | 462 | 116 | 53 |
| Binary | 11000101 | 11000 | 10110101 | 0 | 1011000 | 1000 | 10111 | 100110010 | 1001110 | 101011 |
Color Harmonies of #C518B5
Complementary color
Monochromatic Colors of #C518B5
Black with #C518B5
Text Example
Text Example
White with #C518B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C518B5; }
p { color: rgb(197,24,181); }
H1.HeaderClassName
{
color: #C518B5;
}
.AnyTagClassName
{
color: #C518B5;
}
</style>
background-color css
<style>
a { background-color: #C518B5; }
a { background-color: rgb(197,24,181); }
div.DivClassName
{
background-color: #C518B5;
}
.BgClassName
{
background-color: #C518B5;
}
</style>
border-color css
<style>
span { border-color: #C518B5; }
span { border-color: rgb(197,24,181); }
td.TdClassName
{
border-color: #C518B5;
}
.TagClassName
{
border-color: #C518B5;
}
</style>