Shades of Deep Magenta #C51DE2
Tints of Deep Magenta #C51DE2
RGB
CMYK
RGB Variations
Color information
#C51DE2 (or 0xC51DE2) is known color: Deep Magenta. HEX triplet: C5, 1D and E2. RGB value is (197,29,226). Sum of RGB (Red+Green+Blue) = 197+29+226=452 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.58% from 452); Green value is 29 (11.72% from 255 or 6.42% from 452); Blue value is 226 (88.67% from 255 or 50% from 452); Max value from RGB is 226 - color contains mainly: blue. Hex color #C51DE2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C51DE2 is #3AE21D. Grayscale: #656565. Windows color (decimal): -3858974 or 14818757. OLE color: 14818757.
HSL color Cylindrical-coordinate representation of color #C51DE2: hue angle of 291.17º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C51DE2 is Cyan = 0.13, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 197 | 29 | 226 | - |
| CMYK | 0.13 | 0.87 | 0 | 0.11 |
| HSL | 291.17º | 0.77% | 0.5% | - |
| HSV(B) | 291.17º | 0.87% | 0.89% | - |
| XYZ | 37.19 | 18.24 | 73.51 | - |
| YUV | 101.69 | 198.16 | 195.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 29 | 226 | 0.13 | 0.87 | 0 | 0.11 | 291.17 | 0.77 | 0.5 |
| Hex | C5 | 1D | E2 | D | 57 | 0 | B | 123 | 4D | 32 |
| Octal | 305 | 35 | 342 | 15 | 127 | 0 | 13 | 443 | 115 | 62 |
| Binary | 11000101 | 11101 | 11100010 | 1101 | 1010111 | 0 | 1011 | 100100011 | 1001101 | 110010 |
Color Harmonies of #C51DE2
Complementary color
Monochromatic Colors of #C51DE2
Black with #C51DE2
Text Example
Text Example
White with #C51DE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51DE2; }
p { color: rgb(197,29,226); }
H1.HeaderClassName
{
color: #C51DE2;
}
.AnyTagClassName
{
color: #C51DE2;
}
</style>
background-color css
<style>
a { background-color: #C51DE2; }
a { background-color: rgb(197,29,226); }
div.DivClassName
{
background-color: #C51DE2;
}
.BgClassName
{
background-color: #C51DE2;
}
</style>
border-color css
<style>
span { border-color: #C51DE2; }
span { border-color: rgb(197,29,226); }
td.TdClassName
{
border-color: #C51DE2;
}
.TagClassName
{
border-color: #C51DE2;
}
</style>