Shades of Deep Magenta #C515BB
Tints of Deep Magenta #C515BB
RGB
CMYK
RGB Variations
Color information
#C515BB (or 0xC515BB) is known color: Deep Magenta. HEX triplet: C5, 15 and BB. RGB value is (197,21,187). Sum of RGB (Red+Green+Blue) = 197+21+187=405 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.64% from 405); Green value is 21 (8.59% from 255 or 5.19% from 405); Blue value is 187 (73.44% from 255 or 46.17% from 405); Max value from RGB is 197 - color contains mainly: red. Hex color #C515BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C515BB is #3AEA44. Grayscale: #5C5C5C. Windows color (decimal): -3861061 or 12260805. OLE color: 12260805.
HSL color Cylindrical-coordinate representation of color #C515BB: hue angle of 303.41º 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 #C515BB is Cyan = 0, Magento = 0.89, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 21 | 187 | - |
| CMYK | 0 | 0.89 | 0.05 | 0.23 |
| HSL | 303.41º | 0.81% | 0.43% | - |
| HSV(B) | 303.41º | 0.89% | 0.77% | - |
| XYZ | 32.26 | 15.99 | 48.4 | - |
| YUV | 92.55 | 181.31 | 202.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 21 | 187 | 0 | 0.89 | 0.05 | 0.23 | 303.41 | 0.81 | 0.43 |
| Hex | C5 | 15 | BB | 0 | 59 | 5 | 17 | 12F | 51 | 2B |
| Octal | 305 | 25 | 273 | 0 | 131 | 5 | 27 | 457 | 121 | 53 |
| Binary | 11000101 | 10101 | 10111011 | 0 | 1011001 | 101 | 10111 | 100101111 | 1010001 | 101011 |
Color Harmonies of #C515BB
Complementary color
Monochromatic Colors of #C515BB
Black with #C515BB
Text Example
Text Example
White with #C515BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C515BB; }
p { color: rgb(197,21,187); }
H1.HeaderClassName
{
color: #C515BB;
}
.AnyTagClassName
{
color: #C515BB;
}
</style>
background-color css
<style>
a { background-color: #C515BB; }
a { background-color: rgb(197,21,187); }
div.DivClassName
{
background-color: #C515BB;
}
.BgClassName
{
background-color: #C515BB;
}
</style>
border-color css
<style>
span { border-color: #C515BB; }
span { border-color: rgb(197,21,187); }
td.TdClassName
{
border-color: #C515BB;
}
.TagClassName
{
border-color: #C515BB;
}
</style>