Shades of Deep Magenta #C518BF
Tints of Deep Magenta #C518BF
RGB
CMYK
RGB Variations
Color information
#C518BF (or 0xC518BF) is known color: Deep Magenta. HEX triplet: C5, 18 and BF. RGB value is (197,24,191). Sum of RGB (Red+Green+Blue) = 197+24+191=412 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.82% from 412); Green value is 24 (9.77% from 255 or 5.83% from 412); Blue value is 191 (75% from 255 or 46.36% from 412); Max value from RGB is 197 - color contains mainly: red. Hex color #C518BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C518BF is #3AE740. Grayscale: #5E5E5E. Windows color (decimal): -3860289 or 12523717. OLE color: 12523717.
HSL color Cylindrical-coordinate representation of color #C518BF: hue angle of 302.08º 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 #C518BF is Cyan = 0, Magento = 0.88, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 24 | 191 | - |
| CMYK | 0 | 0.88 | 0.03 | 0.23 |
| HSL | 302.08º | 0.78% | 0.43% | - |
| HSV(B) | 302.08º | 0.88% | 0.77% | - |
| XYZ | 32.76 | 16.29 | 50.71 | - |
| YUV | 94.77 | 182.31 | 200.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 24 | 191 | 0 | 0.88 | 0.03 | 0.23 | 302.08 | 0.78 | 0.43 |
| Hex | C5 | 18 | BF | 0 | 58 | 3 | 17 | 12E | 4E | 2B |
| Octal | 305 | 30 | 277 | 0 | 130 | 3 | 27 | 456 | 116 | 53 |
| Binary | 11000101 | 11000 | 10111111 | 0 | 1011000 | 11 | 10111 | 100101110 | 1001110 | 101011 |
Color Harmonies of #C518BF
Complementary color
Monochromatic Colors of #C518BF
Black with #C518BF
Text Example
Text Example
White with #C518BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C518BF; }
p { color: rgb(197,24,191); }
H1.HeaderClassName
{
color: #C518BF;
}
.AnyTagClassName
{
color: #C518BF;
}
</style>
background-color css
<style>
a { background-color: #C518BF; }
a { background-color: rgb(197,24,191); }
div.DivClassName
{
background-color: #C518BF;
}
.BgClassName
{
background-color: #C518BF;
}
</style>
border-color css
<style>
span { border-color: #C518BF; }
span { border-color: rgb(197,24,191); }
td.TdClassName
{
border-color: #C518BF;
}
.TagClassName
{
border-color: #C518BF;
}
</style>