Shades of Deep Magenta #C51DBE
Tints of Deep Magenta #C51DBE
RGB
CMYK
RGB Variations
Color information
#C51DBE (or 0xC51DBE) is known color: Deep Magenta. HEX triplet: C5, 1D and BE. RGB value is (197,29,190). Sum of RGB (Red+Green+Blue) = 197+29+190=416 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.36% from 416); Green value is 29 (11.72% from 255 or 6.97% from 416); Blue value is 190 (74.61% from 255 or 45.67% from 416); Max value from RGB is 197 - color contains mainly: red. Hex color #C51DBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C51DBE is #3AE241. Grayscale: #616161. Windows color (decimal): -3859010 or 12459461. OLE color: 12459461.
HSL color Cylindrical-coordinate representation of color #C51DBE: hue angle of 302.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 #C51DBE is Cyan = 0, Magento = 0.85, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 29 | 190 | - |
| CMYK | 0 | 0.85 | 0.04 | 0.23 |
| HSL | 302.5º | 0.74% | 0.44% | - |
| HSV(B) | 302.5º | 0.85% | 0.77% | - |
| XYZ | 32.76 | 16.47 | 50.17 | - |
| YUV | 97.59 | 180.16 | 198.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 29 | 190 | 0 | 0.85 | 0.04 | 0.23 | 302.5 | 0.74 | 0.44 |
| Hex | C5 | 1D | BE | 0 | 55 | 4 | 17 | 12E | 4A | 2C |
| Octal | 305 | 35 | 276 | 0 | 125 | 4 | 27 | 456 | 112 | 54 |
| Binary | 11000101 | 11101 | 10111110 | 0 | 1010101 | 100 | 10111 | 100101110 | 1001010 | 101100 |
Color Harmonies of #C51DBE
Complementary color
Monochromatic Colors of #C51DBE
Black with #C51DBE
Text Example
Text Example
White with #C51DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51DBE; }
p { color: rgb(197,29,190); }
H1.HeaderClassName
{
color: #C51DBE;
}
.AnyTagClassName
{
color: #C51DBE;
}
</style>
background-color css
<style>
a { background-color: #C51DBE; }
a { background-color: rgb(197,29,190); }
div.DivClassName
{
background-color: #C51DBE;
}
.BgClassName
{
background-color: #C51DBE;
}
</style>
border-color css
<style>
span { border-color: #C51DBE; }
span { border-color: rgb(197,29,190); }
td.TdClassName
{
border-color: #C51DBE;
}
.TagClassName
{
border-color: #C51DBE;
}
</style>