Shades of Deep Magenta #C51DBF
Tints of Deep Magenta #C51DBF
RGB
CMYK
RGB Variations
Color information
#C51DBF (or 0xC51DBF) is known color: Deep Magenta. HEX triplet: C5, 1D and BF. RGB value is (197,29,191). Sum of RGB (Red+Green+Blue) = 197+29+191=417 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.24% from 417); Green value is 29 (11.72% from 255 or 6.95% from 417); Blue value is 191 (75% from 255 or 45.80% from 417); Max value from RGB is 197 - color contains mainly: red. Hex color #C51DBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C51DBF is #3AE240. Grayscale: #616161. Windows color (decimal): -3859009 or 12524997. OLE color: 12524997.
HSL color Cylindrical-coordinate representation of color #C51DBF: hue angle of 302.14º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C51DBF is Cyan = 0, Magento = 0.85, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 29 | 191 | - |
| CMYK | 0 | 0.85 | 0.03 | 0.23 |
| HSL | 302.14º | 0.74% | 0.44% | - |
| HSV(B) | 302.14º | 0.85% | 0.77% | - |
| XYZ | 32.87 | 16.51 | 50.74 | - |
| YUV | 97.7 | 180.66 | 198.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 29 | 191 | 0 | 0.85 | 0.03 | 0.23 | 302.14 | 0.74 | 0.44 |
| Hex | C5 | 1D | BF | 0 | 55 | 3 | 17 | 12E | 4A | 2C |
| Octal | 305 | 35 | 277 | 0 | 125 | 3 | 27 | 456 | 112 | 54 |
| Binary | 11000101 | 11101 | 10111111 | 0 | 1010101 | 11 | 10111 | 100101110 | 1001010 | 101100 |
Color Harmonies of #C51DBF
Complementary color
Monochromatic Colors of #C51DBF
Black with #C51DBF
Text Example
Text Example
White with #C51DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51DBF; }
p { color: rgb(197,29,191); }
H1.HeaderClassName
{
color: #C51DBF;
}
.AnyTagClassName
{
color: #C51DBF;
}
</style>
background-color css
<style>
a { background-color: #C51DBF; }
a { background-color: rgb(197,29,191); }
div.DivClassName
{
background-color: #C51DBF;
}
.BgClassName
{
background-color: #C51DBF;
}
</style>
border-color css
<style>
span { border-color: #C51DBF; }
span { border-color: rgb(197,29,191); }
td.TdClassName
{
border-color: #C51DBF;
}
.TagClassName
{
border-color: #C51DBF;
}
</style>