Shades of Deep Magenta #C50ECE
Tints of Deep Magenta #C50ECE
RGB
CMYK
RGB Variations
Color information
#C50ECE (or 0xC50ECE) is known color: Deep Magenta. HEX triplet: C5, 0E and CE. RGB value is (197,14,206). Sum of RGB (Red+Green+Blue) = 197+14+206=417 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.24% from 417); Green value is 14 (5.86% from 255 or 3.36% from 417); Blue value is 206 (80.86% from 255 or 49.40% from 417); Max value from RGB is 206 - color contains mainly: blue. Hex color #C50ECE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C50ECE is #3AF131. Grayscale: #5A5A5A. Windows color (decimal): -3862834 or 13504197. OLE color: 13504197.
HSL color Cylindrical-coordinate representation of color #C50ECE: hue angle of 297.19º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C50ECE is Cyan = 0.04, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 14 | 206 | - |
| CMYK | 0.04 | 0.93 | 0 | 0.19 |
| HSL | 297.19º | 0.87% | 0.43% | - |
| HSV(B) | 297.19º | 0.93% | 0.81% | - |
| XYZ | 34.32 | 16.64 | 59.8 | - |
| YUV | 90.61 | 193.13 | 203.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 14 | 206 | 0.04 | 0.93 | 0 | 0.19 | 297.19 | 0.87 | 0.43 |
| Hex | C5 | E | CE | 4 | 5D | 0 | 13 | 129 | 57 | 2B |
| Octal | 305 | 16 | 316 | 4 | 135 | 0 | 23 | 451 | 127 | 53 |
| Binary | 11000101 | 1110 | 11001110 | 100 | 1011101 | 0 | 10011 | 100101001 | 1010111 | 101011 |
Color Harmonies of #C50ECE
Complementary color
Monochromatic Colors of #C50ECE
Black with #C50ECE
Text Example
Text Example
White with #C50ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50ECE; }
p { color: rgb(197,14,206); }
H1.HeaderClassName
{
color: #C50ECE;
}
.AnyTagClassName
{
color: #C50ECE;
}
</style>
background-color css
<style>
a { background-color: #C50ECE; }
a { background-color: rgb(197,14,206); }
div.DivClassName
{
background-color: #C50ECE;
}
.BgClassName
{
background-color: #C50ECE;
}
</style>
border-color css
<style>
span { border-color: #C50ECE; }
span { border-color: rgb(197,14,206); }
td.TdClassName
{
border-color: #C50ECE;
}
.TagClassName
{
border-color: #C50ECE;
}
</style>