Shades of Deep Magenta #C50EC3
Tints of Deep Magenta #C50EC3
RGB
CMYK
RGB Variations
Color information
#C50EC3 (or 0xC50EC3) is known color: Deep Magenta. HEX triplet: C5, 0E and C3. RGB value is (197,14,195). Sum of RGB (Red+Green+Blue) = 197+14+195=406 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.52% from 406); Green value is 14 (5.86% from 255 or 3.45% from 406); Blue value is 195 (76.56% from 255 or 48.03% from 406); Max value from RGB is 197 - color contains mainly: red. Hex color #C50EC3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C50EC3 is #3AF13C. Grayscale: #585858. Windows color (decimal): -3862845 or 12783301. OLE color: 12783301.
HSL color Cylindrical-coordinate representation of color #C50EC3: hue angle of 300.66º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C50EC3 is Cyan = 0, Magento = 0.93, Yellow = 0.01 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 14 | 195 | - |
| CMYK | 0 | 0.93 | 0.01 | 0.23 |
| HSL | 300.66º | 0.87% | 0.41% | - |
| HSV(B) | 300.66º | 0.93% | 0.77% | - |
| XYZ | 33.03 | 16.12 | 53 | - |
| YUV | 89.35 | 187.63 | 204.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 14 | 195 | 0 | 0.93 | 0.01 | 0.23 | 300.66 | 0.87 | 0.41 |
| Hex | C5 | E | C3 | 0 | 5D | 1 | 17 | 12D | 57 | 29 |
| Octal | 305 | 16 | 303 | 0 | 135 | 1 | 27 | 455 | 127 | 51 |
| Binary | 11000101 | 1110 | 11000011 | 0 | 1011101 | 1 | 10111 | 100101101 | 1010111 | 101001 |
Color Harmonies of #C50EC3
Complementary color
Monochromatic Colors of #C50EC3
Black with #C50EC3
Text Example
Text Example
White with #C50EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50EC3; }
p { color: rgb(197,14,195); }
H1.HeaderClassName
{
color: #C50EC3;
}
.AnyTagClassName
{
color: #C50EC3;
}
</style>
background-color css
<style>
a { background-color: #C50EC3; }
a { background-color: rgb(197,14,195); }
div.DivClassName
{
background-color: #C50EC3;
}
.BgClassName
{
background-color: #C50EC3;
}
</style>
border-color css
<style>
span { border-color: #C50EC3; }
span { border-color: rgb(197,14,195); }
td.TdClassName
{
border-color: #C50EC3;
}
.TagClassName
{
border-color: #C50EC3;
}
</style>