Shades of Deep Magenta #C51EBE
Tints of Deep Magenta #C51EBE
RGB
CMYK
RGB Variations
Color information
#C51EBE (or 0xC51EBE) is known color: Deep Magenta. HEX triplet: C5, 1E and BE. RGB value is (197,30,190). Sum of RGB (Red+Green+Blue) = 197+30+190=417 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.24% from 417); Green value is 30 (12.11% from 255 or 7.19% from 417); Blue value is 190 (74.61% from 255 or 45.56% from 417); Max value from RGB is 197 - color contains mainly: red. Hex color #C51EBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C51EBE is #3AE141. Grayscale: #616161. Windows color (decimal): -3858754 or 12459717. OLE color: 12459717.
HSL color Cylindrical-coordinate representation of color #C51EBE: hue angle of 302.51º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C51EBE is Cyan = 0, Magento = 0.85, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 30 | 190 | - |
| CMYK | 0 | 0.85 | 0.04 | 0.23 |
| HSL | 302.52º | 0.74% | 0.45% | - |
| HSV(B) | 302.52º | 0.85% | 0.77% | - |
| XYZ | 32.78 | 16.52 | 50.18 | - |
| YUV | 98.17 | 179.83 | 198.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 30 | 190 | 0 | 0.85 | 0.04 | 0.23 | 302.52 | 0.74 | 0.45 |
| Hex | C5 | 1E | BE | 0 | 55 | 4 | 17 | 12F | 4A | 2D |
| Octal | 305 | 36 | 276 | 0 | 125 | 4 | 27 | 457 | 112 | 55 |
| Binary | 11000101 | 11110 | 10111110 | 0 | 1010101 | 100 | 10111 | 100101111 | 1001010 | 101101 |
Color Harmonies of #C51EBE
Complementary color
Monochromatic Colors of #C51EBE
Black with #C51EBE
Text Example
Text Example
White with #C51EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51EBE; }
p { color: rgb(197,30,190); }
H1.HeaderClassName
{
color: #C51EBE;
}
.AnyTagClassName
{
color: #C51EBE;
}
</style>
background-color css
<style>
a { background-color: #C51EBE; }
a { background-color: rgb(197,30,190); }
div.DivClassName
{
background-color: #C51EBE;
}
.BgClassName
{
background-color: #C51EBE;
}
</style>
border-color css
<style>
span { border-color: #C51EBE; }
span { border-color: rgb(197,30,190); }
td.TdClassName
{
border-color: #C51EBE;
}
.TagClassName
{
border-color: #C51EBE;
}
</style>