Shades of Deep Magenta #C50EDF
Tints of Deep Magenta #C50EDF
RGB
CMYK
RGB Variations
Color information
#C50EDF (or 0xC50EDF) is known color: Deep Magenta. HEX triplet: C5, 0E and DF. RGB value is (197,14,223). Sum of RGB (Red+Green+Blue) = 197+14+223=434 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.39% from 434); Green value is 14 (5.86% from 255 or 3.23% from 434); Blue value is 223 (87.5% from 255 or 51.38% from 434); Max value from RGB is 223 - color contains mainly: blue. Hex color #C50EDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C50EDF is #3AF120. Grayscale: #5B5B5B. Windows color (decimal): -3862817 or 14618309. OLE color: 14618309.
HSL color Cylindrical-coordinate representation of color #C50EDF: hue angle of 292.54º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C50EDF is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 14 | 223 | - |
| CMYK | 0.12 | 0.94 | 0 | 0.13 |
| HSL | 292.54º | 0.88% | 0.46% | - |
| HSV(B) | 292.54º | 0.94% | 0.87% | - |
| XYZ | 36.5 | 17.51 | 71.27 | - |
| YUV | 92.54 | 201.63 | 202.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 14 | 223 | 0.12 | 0.94 | 0 | 0.13 | 292.54 | 0.88 | 0.46 |
| Hex | C5 | E | DF | C | 5E | 0 | D | 125 | 58 | 2E |
| Octal | 305 | 16 | 337 | 14 | 136 | 0 | 15 | 445 | 130 | 56 |
| Binary | 11000101 | 1110 | 11011111 | 1100 | 1011110 | 0 | 1101 | 100100101 | 1011000 | 101110 |
Color Harmonies of #C50EDF
Complementary color
Monochromatic Colors of #C50EDF
Black with #C50EDF
Text Example
Text Example
White with #C50EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50EDF; }
p { color: rgb(197,14,223); }
H1.HeaderClassName
{
color: #C50EDF;
}
.AnyTagClassName
{
color: #C50EDF;
}
</style>
background-color css
<style>
a { background-color: #C50EDF; }
a { background-color: rgb(197,14,223); }
div.DivClassName
{
background-color: #C50EDF;
}
.BgClassName
{
background-color: #C50EDF;
}
</style>
border-color css
<style>
span { border-color: #C50EDF; }
span { border-color: rgb(197,14,223); }
td.TdClassName
{
border-color: #C50EDF;
}
.TagClassName
{
border-color: #C50EDF;
}
</style>