Shades of Electric Purple #C50EEC
Tints of Electric Purple #C50EEC
RGB
CMYK
RGB Variations
Color information
#C50EEC (or 0xC50EEC) is known color: Electric Purple. HEX triplet: C5, 0E and EC. RGB value is (197,14,236). Sum of RGB (Red+Green+Blue) = 197+14+236=447 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.07% from 447); Green value is 14 (5.86% from 255 or 3.13% from 447); Blue value is 236 (92.58% from 255 or 52.80% from 447); Max value from RGB is 236 - color contains mainly: blue. Hex color #C50EEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C50EEC is #3AF113. Grayscale: #5D5D5D. Windows color (decimal): -3862804 or 15470277. OLE color: 15470277.
HSL color Cylindrical-coordinate representation of color #C50EEC: hue angle of 289.46º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C50EEC is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 14 | 236 | - |
| CMYK | 0.17 | 0.94 | 0 | 0.07 |
| HSL | 289.46º | 0.89% | 0.49% | - |
| HSV(B) | 289.46º | 0.94% | 0.93% | - |
| XYZ | 38.32 | 18.24 | 80.86 | - |
| YUV | 94.03 | 208.13 | 201.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 14 | 236 | 0.17 | 0.94 | 0 | 0.07 | 289.46 | 0.89 | 0.49 |
| Hex | C5 | E | EC | 11 | 5E | 0 | 7 | 121 | 59 | 31 |
| Octal | 305 | 16 | 354 | 21 | 136 | 0 | 7 | 441 | 131 | 61 |
| Binary | 11000101 | 1110 | 11101100 | 10001 | 1011110 | 0 | 111 | 100100001 | 1011001 | 110001 |
Color Harmonies of #C50EEC
Complementary color
Monochromatic Colors of #C50EEC
Black with #C50EEC
Text Example
Text Example
White with #C50EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50EEC; }
p { color: rgb(197,14,236); }
H1.HeaderClassName
{
color: #C50EEC;
}
.AnyTagClassName
{
color: #C50EEC;
}
</style>
background-color css
<style>
a { background-color: #C50EEC; }
a { background-color: rgb(197,14,236); }
div.DivClassName
{
background-color: #C50EEC;
}
.BgClassName
{
background-color: #C50EEC;
}
</style>
border-color css
<style>
span { border-color: #C50EEC; }
span { border-color: rgb(197,14,236); }
td.TdClassName
{
border-color: #C50EEC;
}
.TagClassName
{
border-color: #C50EEC;
}
</style>