Shades of Electric Purple #C50FEC
Tints of Electric Purple #C50FEC
RGB
CMYK
RGB Variations
Color information
#C50FEC (or 0xC50FEC) is known color: Electric Purple. HEX triplet: C5, 0F and EC. RGB value is (197,15,236). Sum of RGB (Red+Green+Blue) = 197+15+236=448 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.97% from 448); Green value is 15 (6.25% from 255 or 3.35% from 448); Blue value is 236 (92.58% from 255 or 52.68% from 448); Max value from RGB is 236 - color contains mainly: blue. Hex color #C50FEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C50FEC is #3AF013. Grayscale: #5D5D5D. Windows color (decimal): -3862548 or 15470533. OLE color: 15470533.
HSL color Cylindrical-coordinate representation of color #C50FEC: hue angle of 289.41º degrees, saturation: 0.88, 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 #C50FEC is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 15 | 236 | - |
| CMYK | 0.17 | 0.94 | 0 | 0.07 |
| HSL | 289.41º | 0.88% | 0.49% | - |
| HSV(B) | 289.41º | 0.94% | 0.93% | - |
| XYZ | 38.34 | 18.27 | 80.86 | - |
| YUV | 94.61 | 207.8 | 201.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 15 | 236 | 0.17 | 0.94 | 0 | 0.07 | 289.41 | 0.88 | 0.49 |
| Hex | C5 | F | EC | 11 | 5E | 0 | 7 | 121 | 58 | 31 |
| Octal | 305 | 17 | 354 | 21 | 136 | 0 | 7 | 441 | 130 | 61 |
| Binary | 11000101 | 1111 | 11101100 | 10001 | 1011110 | 0 | 111 | 100100001 | 1011000 | 110001 |
Color Harmonies of #C50FEC
Complementary color
Monochromatic Colors of #C50FEC
Black with #C50FEC
Text Example
Text Example
White with #C50FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50FEC; }
p { color: rgb(197,15,236); }
H1.HeaderClassName
{
color: #C50FEC;
}
.AnyTagClassName
{
color: #C50FEC;
}
</style>
background-color css
<style>
a { background-color: #C50FEC; }
a { background-color: rgb(197,15,236); }
div.DivClassName
{
background-color: #C50FEC;
}
.BgClassName
{
background-color: #C50FEC;
}
</style>
border-color css
<style>
span { border-color: #C50FEC; }
span { border-color: rgb(197,15,236); }
td.TdClassName
{
border-color: #C50FEC;
}
.TagClassName
{
border-color: #C50FEC;
}
</style>