Shades of Deep Magenta #C51DBC
Tints of Deep Magenta #C51DBC
RGB
CMYK
RGB Variations
Color information
#C51DBC (or 0xC51DBC) is known color: Deep Magenta. HEX triplet: C5, 1D and BC. RGB value is (197,29,188). Sum of RGB (Red+Green+Blue) = 197+29+188=414 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.58% from 414); Green value is 29 (11.72% from 255 or 7.00% from 414); Blue value is 188 (73.83% from 255 or 45.41% from 414); Max value from RGB is 197 - color contains mainly: red. Hex color #C51DBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C51DBC is #3AE243. Grayscale: #606060. Windows color (decimal): -3859012 or 12328389. OLE color: 12328389.
HSL color Cylindrical-coordinate representation of color #C51DBC: hue angle of 303.21º 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 #C51DBC is Cyan = 0, Magento = 0.85, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 29 | 188 | - |
| CMYK | 0 | 0.85 | 0.05 | 0.23 |
| HSL | 303.21º | 0.74% | 0.44% | - |
| HSV(B) | 303.21º | 0.85% | 0.77% | - |
| XYZ | 32.54 | 16.38 | 49.02 | - |
| YUV | 97.36 | 179.16 | 199.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 29 | 188 | 0 | 0.85 | 0.05 | 0.23 | 303.21 | 0.74 | 0.44 |
| Hex | C5 | 1D | BC | 0 | 55 | 5 | 17 | 12F | 4A | 2C |
| Octal | 305 | 35 | 274 | 0 | 125 | 5 | 27 | 457 | 112 | 54 |
| Binary | 11000101 | 11101 | 10111100 | 0 | 1010101 | 101 | 10111 | 100101111 | 1001010 | 101100 |
Color Harmonies of #C51DBC
Complementary color
Monochromatic Colors of #C51DBC
Black with #C51DBC
Text Example
Text Example
White with #C51DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51DBC; }
p { color: rgb(197,29,188); }
H1.HeaderClassName
{
color: #C51DBC;
}
.AnyTagClassName
{
color: #C51DBC;
}
</style>
background-color css
<style>
a { background-color: #C51DBC; }
a { background-color: rgb(197,29,188); }
div.DivClassName
{
background-color: #C51DBC;
}
.BgClassName
{
background-color: #C51DBC;
}
</style>
border-color css
<style>
span { border-color: #C51DBC; }
span { border-color: rgb(197,29,188); }
td.TdClassName
{
border-color: #C51DBC;
}
.TagClassName
{
border-color: #C51DBC;
}
</style>