Shades of Deep Magenta #C518BD
Tints of Deep Magenta #C518BD
RGB
CMYK
RGB Variations
Color information
#C518BD (or 0xC518BD) is known color: Deep Magenta. HEX triplet: C5, 18 and BD. RGB value is (197,24,189). Sum of RGB (Red+Green+Blue) = 197+24+189=410 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.05% from 410); Green value is 24 (9.77% from 255 or 5.85% from 410); Blue value is 189 (74.22% from 255 or 46.10% from 410); Max value from RGB is 197 - color contains mainly: red. Hex color #C518BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C518BD is #3AE742. Grayscale: #5E5E5E. Windows color (decimal): -3860291 or 12392645. OLE color: 12392645.
HSL color Cylindrical-coordinate representation of color #C518BD: hue angle of 302.77º 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 #C518BD is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 24 | 189 | - |
| CMYK | 0 | 0.88 | 0.04 | 0.23 |
| HSL | 302.77º | 0.78% | 0.43% | - |
| HSV(B) | 302.77º | 0.88% | 0.77% | - |
| XYZ | 32.54 | 16.2 | 49.56 | - |
| YUV | 94.54 | 181.31 | 201.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 24 | 189 | 0 | 0.88 | 0.04 | 0.23 | 302.77 | 0.78 | 0.43 |
| Hex | C5 | 18 | BD | 0 | 58 | 4 | 17 | 12F | 4E | 2B |
| Octal | 305 | 30 | 275 | 0 | 130 | 4 | 27 | 457 | 116 | 53 |
| Binary | 11000101 | 11000 | 10111101 | 0 | 1011000 | 100 | 10111 | 100101111 | 1001110 | 101011 |
Color Harmonies of #C518BD
Complementary color
Monochromatic Colors of #C518BD
Black with #C518BD
Text Example
Text Example
White with #C518BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C518BD; }
p { color: rgb(197,24,189); }
H1.HeaderClassName
{
color: #C518BD;
}
.AnyTagClassName
{
color: #C518BD;
}
</style>
background-color css
<style>
a { background-color: #C518BD; }
a { background-color: rgb(197,24,189); }
div.DivClassName
{
background-color: #C518BD;
}
.BgClassName
{
background-color: #C518BD;
}
</style>
border-color css
<style>
span { border-color: #C518BD; }
span { border-color: rgb(197,24,189); }
td.TdClassName
{
border-color: #C518BD;
}
.TagClassName
{
border-color: #C518BD;
}
</style>