Shades of Deep Magenta #C50FB1
Tints of Deep Magenta #C50FB1
RGB
CMYK
RGB Variations
Color information
#C50FB1 (or 0xC50FB1) is known color: Deep Magenta. HEX triplet: C5, 0F and B1. RGB value is (197,15,177). Sum of RGB (Red+Green+Blue) = 197+15+177=389 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.64% from 389); Green value is 15 (6.25% from 255 or 3.86% from 389); Blue value is 177 (69.53% from 255 or 45.50% from 389); Max value from RGB is 197 - color contains mainly: red. Hex color #C50FB1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50FB1 is #3AF04E. Grayscale: #575757. Windows color (decimal): -3862607 or 11603909. OLE color: 11603909.
HSL color Cylindrical-coordinate representation of color #C50FB1: hue angle of 306.59º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C50FB1 is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 15 | 177 | - |
| CMYK | 0 | 0.92 | 0.10 | 0.23 |
| HSL | 306.59º | 0.86% | 0.42% | - |
| HSV(B) | 306.59º | 0.92% | 0.77% | - |
| XYZ | 31.13 | 15.39 | 42.92 | - |
| YUV | 87.89 | 178.3 | 205.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 15 | 177 | 0 | 0.92 | 0.10 | 0.23 | 306.59 | 0.86 | 0.42 |
| Hex | C5 | F | B1 | 0 | 5C | A | 17 | 133 | 56 | 2A |
| Octal | 305 | 17 | 261 | 0 | 134 | 12 | 27 | 463 | 126 | 52 |
| Binary | 11000101 | 1111 | 10110001 | 0 | 1011100 | 1010 | 10111 | 100110011 | 1010110 | 101010 |
Color Harmonies of #C50FB1
Complementary color
Monochromatic Colors of #C50FB1
Black with #C50FB1
Text Example
Text Example
White with #C50FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50FB1; }
p { color: rgb(197,15,177); }
H1.HeaderClassName
{
color: #C50FB1;
}
.AnyTagClassName
{
color: #C50FB1;
}
</style>
background-color css
<style>
a { background-color: #C50FB1; }
a { background-color: rgb(197,15,177); }
div.DivClassName
{
background-color: #C50FB1;
}
.BgClassName
{
background-color: #C50FB1;
}
</style>
border-color css
<style>
span { border-color: #C50FB1; }
span { border-color: rgb(197,15,177); }
td.TdClassName
{
border-color: #C50FB1;
}
.TagClassName
{
border-color: #C50FB1;
}
</style>