Shades of Deep Magenta #C51DB0
Tints of Deep Magenta #C51DB0
RGB
CMYK
RGB Variations
Color information
#C51DB0 (or 0xC51DB0) is known color: Deep Magenta. HEX triplet: C5, 1D and B0. RGB value is (197,29,176). Sum of RGB (Red+Green+Blue) = 197+29+176=402 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.00% from 402); Green value is 29 (11.72% from 255 or 7.21% from 402); Blue value is 176 (69.14% from 255 or 43.78% from 402); Max value from RGB is 197 - color contains mainly: red. Hex color #C51DB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51DB0 is #3AE24F. Grayscale: #5F5F5F. Windows color (decimal): -3859024 or 11541957. OLE color: 11541957.
HSL color Cylindrical-coordinate representation of color #C51DB0: hue angle of 307.5º 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 #C51DB0 is Cyan = 0, Magento = 0.85, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 29 | 176 | - |
| CMYK | 0 | 0.85 | 0.11 | 0.23 |
| HSL | 307.5º | 0.74% | 0.44% | - |
| HSV(B) | 307.5º | 0.85% | 0.77% | - |
| XYZ | 31.3 | 15.88 | 42.49 | - |
| YUV | 95.99 | 173.16 | 200.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 29 | 176 | 0 | 0.85 | 0.11 | 0.23 | 307.5 | 0.74 | 0.44 |
| Hex | C5 | 1D | B0 | 0 | 55 | B | 17 | 134 | 4A | 2C |
| Octal | 305 | 35 | 260 | 0 | 125 | 13 | 27 | 464 | 112 | 54 |
| Binary | 11000101 | 11101 | 10110000 | 0 | 1010101 | 1011 | 10111 | 100110100 | 1001010 | 101100 |
Color Harmonies of #C51DB0
Complementary color
Monochromatic Colors of #C51DB0
Black with #C51DB0
Text Example
Text Example
White with #C51DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51DB0; }
p { color: rgb(197,29,176); }
H1.HeaderClassName
{
color: #C51DB0;
}
.AnyTagClassName
{
color: #C51DB0;
}
</style>
background-color css
<style>
a { background-color: #C51DB0; }
a { background-color: rgb(197,29,176); }
div.DivClassName
{
background-color: #C51DB0;
}
.BgClassName
{
background-color: #C51DB0;
}
</style>
border-color css
<style>
span { border-color: #C51DB0; }
span { border-color: rgb(197,29,176); }
td.TdClassName
{
border-color: #C51DB0;
}
.TagClassName
{
border-color: #C51DB0;
}
</style>