Shades of Deep Magenta #C50ECC
Tints of Deep Magenta #C50ECC
RGB
CMYK
RGB Variations
Color information
#C50ECC (or 0xC50ECC) is known color: Deep Magenta. HEX triplet: C5, 0E and CC. RGB value is (197,14,204). Sum of RGB (Red+Green+Blue) = 197+14+204=415 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.47% from 415); Green value is 14 (5.86% from 255 or 3.37% from 415); Blue value is 204 (80.08% from 255 or 49.16% from 415); Max value from RGB is 204 - color contains mainly: blue. Hex color #C50ECC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C50ECC is #3AF133. Grayscale: #595959. Windows color (decimal): -3862836 or 13373125. OLE color: 13373125.
HSL color Cylindrical-coordinate representation of color #C50ECC: hue angle of 297.79º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C50ECC is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 197 | 14 | 204 | - |
| CMYK | 0.03 | 0.93 | 0 | 0.2 |
| HSL | 297.79º | 0.87% | 0.43% | - |
| HSV(B) | 297.79º | 0.93% | 0.8% | - |
| XYZ | 34.08 | 16.54 | 58.52 | - |
| YUV | 90.38 | 192.13 | 204.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 14 | 204 | 0.03 | 0.93 | 0 | 0.2 | 297.79 | 0.87 | 0.43 |
| Hex | C5 | E | CC | 3 | 5D | 0 | 14 | 12A | 57 | 2B |
| Octal | 305 | 16 | 314 | 3 | 135 | 0 | 24 | 452 | 127 | 53 |
| Binary | 11000101 | 1110 | 11001100 | 11 | 1011101 | 0 | 10100 | 100101010 | 1010111 | 101011 |
Color Harmonies of #C50ECC
Complementary color
Monochromatic Colors of #C50ECC
Black with #C50ECC
Text Example
Text Example
White with #C50ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50ECC; }
p { color: rgb(197,14,204); }
H1.HeaderClassName
{
color: #C50ECC;
}
.AnyTagClassName
{
color: #C50ECC;
}
</style>
background-color css
<style>
a { background-color: #C50ECC; }
a { background-color: rgb(197,14,204); }
div.DivClassName
{
background-color: #C50ECC;
}
.BgClassName
{
background-color: #C50ECC;
}
</style>
border-color css
<style>
span { border-color: #C50ECC; }
span { border-color: rgb(197,14,204); }
td.TdClassName
{
border-color: #C50ECC;
}
.TagClassName
{
border-color: #C50ECC;
}
</style>