Shades of Deep Magenta #C51FBD
Tints of Deep Magenta #C51FBD
RGB
CMYK
RGB Variations
Color information
#C51FBD (or 0xC51FBD) is known color: Deep Magenta. HEX triplet: C5, 1F and BD. RGB value is (197,31,189). Sum of RGB (Red+Green+Blue) = 197+31+189=417 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.24% from 417); Green value is 31 (12.5% from 255 or 7.43% from 417); Blue value is 189 (74.22% from 255 or 45.32% from 417); Max value from RGB is 197 - color contains mainly: red. Hex color #C51FBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C51FBD is #3AE042. Grayscale: #626262. Windows color (decimal): -3858499 or 12394437. OLE color: 12394437.
HSL color Cylindrical-coordinate representation of color #C51FBD: hue angle of 302.89º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C51FBD is Cyan = 0, Magento = 0.84, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 31 | 189 | - |
| CMYK | 0 | 0.84 | 0.04 | 0.23 |
| HSL | 302.89º | 0.73% | 0.45% | - |
| HSV(B) | 302.89º | 0.84% | 0.77% | - |
| XYZ | 32.7 | 16.52 | 49.61 | - |
| YUV | 98.65 | 179 | 198.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 31 | 189 | 0 | 0.84 | 0.04 | 0.23 | 302.89 | 0.73 | 0.45 |
| Hex | C5 | 1F | BD | 0 | 54 | 4 | 17 | 12F | 49 | 2D |
| Octal | 305 | 37 | 275 | 0 | 124 | 4 | 27 | 457 | 111 | 55 |
| Binary | 11000101 | 11111 | 10111101 | 0 | 1010100 | 100 | 10111 | 100101111 | 1001001 | 101101 |
Color Harmonies of #C51FBD
Complementary color
Monochromatic Colors of #C51FBD
Black with #C51FBD
Text Example
Text Example
White with #C51FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51FBD; }
p { color: rgb(197,31,189); }
H1.HeaderClassName
{
color: #C51FBD;
}
.AnyTagClassName
{
color: #C51FBD;
}
</style>
background-color css
<style>
a { background-color: #C51FBD; }
a { background-color: rgb(197,31,189); }
div.DivClassName
{
background-color: #C51FBD;
}
.BgClassName
{
background-color: #C51FBD;
}
</style>
border-color css
<style>
span { border-color: #C51FBD; }
span { border-color: rgb(197,31,189); }
td.TdClassName
{
border-color: #C51FBD;
}
.TagClassName
{
border-color: #C51FBD;
}
</style>