Shades of Deep Magenta #C50EDC
Tints of Deep Magenta #C50EDC
RGB
CMYK
RGB Variations
Color information
#C50EDC (or 0xC50EDC) is known color: Deep Magenta. HEX triplet: C5, 0E and DC. RGB value is (197,14,220). Sum of RGB (Red+Green+Blue) = 197+14+220=431 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.71% from 431); Green value is 14 (5.86% from 255 or 3.25% from 431); Blue value is 220 (86.33% from 255 or 51.04% from 431); Max value from RGB is 220 - color contains mainly: blue. Hex color #C50EDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C50EDC is #3AF123. Grayscale: #5B5B5B. Windows color (decimal): -3862820 or 14421701. OLE color: 14421701.
HSL color Cylindrical-coordinate representation of color #C50EDC: hue angle of 293.3º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C50EDC is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 14 | 220 | - |
| CMYK | 0.10 | 0.94 | 0 | 0.14 |
| HSL | 293.3º | 0.88% | 0.46% | - |
| HSV(B) | 293.3º | 0.94% | 0.86% | - |
| XYZ | 36.1 | 17.35 | 69.16 | - |
| YUV | 92.2 | 200.13 | 202.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 14 | 220 | 0.10 | 0.94 | 0 | 0.14 | 293.3 | 0.88 | 0.46 |
| Hex | C5 | E | DC | A | 5E | 0 | E | 125 | 58 | 2E |
| Octal | 305 | 16 | 334 | 12 | 136 | 0 | 16 | 445 | 130 | 56 |
| Binary | 11000101 | 1110 | 11011100 | 1010 | 1011110 | 0 | 1110 | 100100101 | 1011000 | 101110 |
Color Harmonies of #C50EDC
Complementary color
Monochromatic Colors of #C50EDC
Black with #C50EDC
Text Example
Text Example
White with #C50EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50EDC; }
p { color: rgb(197,14,220); }
H1.HeaderClassName
{
color: #C50EDC;
}
.AnyTagClassName
{
color: #C50EDC;
}
</style>
background-color css
<style>
a { background-color: #C50EDC; }
a { background-color: rgb(197,14,220); }
div.DivClassName
{
background-color: #C50EDC;
}
.BgClassName
{
background-color: #C50EDC;
}
</style>
border-color css
<style>
span { border-color: #C50EDC; }
span { border-color: rgb(197,14,220); }
td.TdClassName
{
border-color: #C50EDC;
}
.TagClassName
{
border-color: #C50EDC;
}
</style>