Shades of Deep Magenta #C51CE0
Tints of Deep Magenta #C51CE0
RGB
CMYK
RGB Variations
Color information
#C51CE0 (or 0xC51CE0) is known color: Deep Magenta. HEX triplet: C5, 1C and E0. RGB value is (197,28,224). Sum of RGB (Red+Green+Blue) = 197+28+224=449 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.88% from 449); Green value is 28 (11.33% from 255 or 6.24% from 449); Blue value is 224 (87.89% from 255 or 49.89% from 449); Max value from RGB is 224 - color contains mainly: blue. Hex color #C51CE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C51CE0 is #3AE31F. Grayscale: #646464. Windows color (decimal): -3859232 or 14687429. OLE color: 14687429.
HSL color Cylindrical-coordinate representation of color #C51CE0: hue angle of 291.73º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C51CE0 is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 197 | 28 | 224 | - |
| CMYK | 0.12 | 0.88 | 0 | 0.12 |
| HSL | 291.73º | 0.78% | 0.49% | - |
| HSV(B) | 291.73º | 0.88% | 0.88% | - |
| XYZ | 36.9 | 18.08 | 72.07 | - |
| YUV | 100.88 | 197.49 | 196.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 28 | 224 | 0.12 | 0.88 | 0 | 0.12 | 291.73 | 0.78 | 0.49 |
| Hex | C5 | 1C | E0 | C | 58 | 0 | C | 124 | 4E | 31 |
| Octal | 305 | 34 | 340 | 14 | 130 | 0 | 14 | 444 | 116 | 61 |
| Binary | 11000101 | 11100 | 11100000 | 1100 | 1011000 | 0 | 1100 | 100100100 | 1001110 | 110001 |
Color Harmonies of #C51CE0
Complementary color
Monochromatic Colors of #C51CE0
Black with #C51CE0
Text Example
Text Example
White with #C51CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51CE0; }
p { color: rgb(197,28,224); }
H1.HeaderClassName
{
color: #C51CE0;
}
.AnyTagClassName
{
color: #C51CE0;
}
</style>
background-color css
<style>
a { background-color: #C51CE0; }
a { background-color: rgb(197,28,224); }
div.DivClassName
{
background-color: #C51CE0;
}
.BgClassName
{
background-color: #C51CE0;
}
</style>
border-color css
<style>
span { border-color: #C51CE0; }
span { border-color: rgb(197,28,224); }
td.TdClassName
{
border-color: #C51CE0;
}
.TagClassName
{
border-color: #C51CE0;
}
</style>