Shades of Deep Magenta #C515BF
Tints of Deep Magenta #C515BF
RGB
CMYK
RGB Variations
Color information
#C515BF (or 0xC515BF) is known color: Deep Magenta. HEX triplet: C5, 15 and BF. RGB value is (197,21,191). Sum of RGB (Red+Green+Blue) = 197+21+191=409 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.17% from 409); Green value is 21 (8.59% from 255 or 5.13% from 409); Blue value is 191 (75% from 255 or 46.70% from 409); Max value from RGB is 197 - color contains mainly: red. Hex color #C515BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C515BF is #3AEA40. Grayscale: #5C5C5C. Windows color (decimal): -3861057 or 12522949. OLE color: 12522949.
HSL color Cylindrical-coordinate representation of color #C515BF: hue angle of 302.05º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C515BF is Cyan = 0, Magento = 0.89, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 21 | 191 | - |
| CMYK | 0 | 0.89 | 0.03 | 0.23 |
| HSL | 302.05º | 0.81% | 0.43% | - |
| HSV(B) | 302.05º | 0.89% | 0.77% | - |
| XYZ | 32.7 | 16.17 | 50.69 | - |
| YUV | 93 | 183.31 | 202.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 21 | 191 | 0 | 0.89 | 0.03 | 0.23 | 302.05 | 0.81 | 0.43 |
| Hex | C5 | 15 | BF | 0 | 59 | 3 | 17 | 12E | 51 | 2B |
| Octal | 305 | 25 | 277 | 0 | 131 | 3 | 27 | 456 | 121 | 53 |
| Binary | 11000101 | 10101 | 10111111 | 0 | 1011001 | 11 | 10111 | 100101110 | 1010001 | 101011 |
Color Harmonies of #C515BF
Complementary color
Monochromatic Colors of #C515BF
Black with #C515BF
Text Example
Text Example
White with #C515BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C515BF; }
p { color: rgb(197,21,191); }
H1.HeaderClassName
{
color: #C515BF;
}
.AnyTagClassName
{
color: #C515BF;
}
</style>
background-color css
<style>
a { background-color: #C515BF; }
a { background-color: rgb(197,21,191); }
div.DivClassName
{
background-color: #C515BF;
}
.BgClassName
{
background-color: #C515BF;
}
</style>
border-color css
<style>
span { border-color: #C515BF; }
span { border-color: rgb(197,21,191); }
td.TdClassName
{
border-color: #C515BF;
}
.TagClassName
{
border-color: #C515BF;
}
</style>