Shades of Electric Purple #C50EFF
Tints of Electric Purple #C50EFF
RGB
CMYK
RGB Variations
Color information
#C50EFF (or 0xC50EFF) is known color: Electric Purple. HEX triplet: C5, 0E and FF. RGB value is (197,14,255). Sum of RGB (Red+Green+Blue) = 197+14+255=466 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.27% from 466); Green value is 14 (5.86% from 255 or 3.00% from 466); Blue value is 255 (100% from 255 or 54.72% from 466); Max value from RGB is 255 - color contains mainly: blue. Hex color #C50EFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C50EFF is #3AF100. Grayscale: #5F5F5F. Windows color (decimal): -3862785 or 16715461. OLE color: 16715461.
HSL color Cylindrical-coordinate representation of color #C50EFF: hue angle of 285.56º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C50EFF is Cyan = 0.23, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 14 | 255 | - |
| CMYK | 0.23 | 0.95 | 0 | 0 |
| HSL | 285.56º | 1% | 0.53% | - |
| HSV(B) | 285.56º | 0.95% | 1% | - |
| XYZ | 41.23 | 19.4 | 96.18 | - |
| YUV | 96.19 | 217.63 | 199.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 14 | 255 | 0.23 | 0.95 | 0 | 0 | 285.56 | 1 | 0.53 |
| Hex | C5 | E | FF | 17 | 5F | 0 | 0 | 11E | 64 | 35 |
| Octal | 305 | 16 | 377 | 27 | 137 | 0 | 0 | 436 | 144 | 65 |
| Binary | 11000101 | 1110 | 11111111 | 10111 | 1011111 | 0 | 0 | 100011110 | 1100100 | 110101 |
Color Harmonies of #C50EFF
Complementary color
Monochromatic Colors of #C50EFF
Black with #C50EFF
Text Example
Text Example
White with #C50EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50EFF; }
p { color: rgb(197,14,255); }
H1.HeaderClassName
{
color: #C50EFF;
}
.AnyTagClassName
{
color: #C50EFF;
}
</style>
background-color css
<style>
a { background-color: #C50EFF; }
a { background-color: rgb(197,14,255); }
div.DivClassName
{
background-color: #C50EFF;
}
.BgClassName
{
background-color: #C50EFF;
}
</style>
border-color css
<style>
span { border-color: #C50EFF; }
span { border-color: rgb(197,14,255); }
td.TdClassName
{
border-color: #C50EFF;
}
.TagClassName
{
border-color: #C50EFF;
}
</style>