Shades of Deep Magenta #C51EDF
Tints of Deep Magenta #C51EDF
RGB
CMYK
RGB Variations
Color information
#C51EDF (or 0xC51EDF) is known color: Deep Magenta. HEX triplet: C5, 1E and DF. RGB value is (197,30,223). Sum of RGB (Red+Green+Blue) = 197+30+223=450 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.78% from 450); Green value is 30 (12.11% from 255 or 6.67% from 450); Blue value is 223 (87.5% from 255 or 49.56% from 450); Max value from RGB is 223 - color contains mainly: blue. Hex color #C51EDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C51EDF is #3AE120. Grayscale: #656565. Windows color (decimal): -3858721 or 14622405. OLE color: 14622405.
HSL color Cylindrical-coordinate representation of color #C51EDF: hue angle of 291.92º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C51EDF is Cyan = 0.12, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 30 | 223 | - |
| CMYK | 0.12 | 0.87 | 0 | 0.13 |
| HSL | 291.92º | 0.76% | 0.5% | - |
| HSV(B) | 291.92º | 0.87% | 0.87% | - |
| XYZ | 36.81 | 18.13 | 71.37 | - |
| YUV | 101.94 | 196.33 | 195.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 30 | 223 | 0.12 | 0.87 | 0 | 0.13 | 291.92 | 0.76 | 0.5 |
| Hex | C5 | 1E | DF | C | 57 | 0 | D | 124 | 4C | 32 |
| Octal | 305 | 36 | 337 | 14 | 127 | 0 | 15 | 444 | 114 | 62 |
| Binary | 11000101 | 11110 | 11011111 | 1100 | 1010111 | 0 | 1101 | 100100100 | 1001100 | 110010 |
Color Harmonies of #C51EDF
Complementary color
Monochromatic Colors of #C51EDF
Black with #C51EDF
Text Example
Text Example
White with #C51EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51EDF; }
p { color: rgb(197,30,223); }
H1.HeaderClassName
{
color: #C51EDF;
}
.AnyTagClassName
{
color: #C51EDF;
}
</style>
background-color css
<style>
a { background-color: #C51EDF; }
a { background-color: rgb(197,30,223); }
div.DivClassName
{
background-color: #C51EDF;
}
.BgClassName
{
background-color: #C51EDF;
}
</style>
border-color css
<style>
span { border-color: #C51EDF; }
span { border-color: rgb(197,30,223); }
td.TdClassName
{
border-color: #C51EDF;
}
.TagClassName
{
border-color: #C51EDF;
}
</style>