Shades of Electric Purple #C52EFE
Tints of Electric Purple #C52EFE
RGB
CMYK
RGB Variations
Color information
#C52EFE (or 0xC52EFE) is known color: Electric Purple. HEX triplet: C5, 2E and FE. RGB value is (197,46,254). Sum of RGB (Red+Green+Blue) = 197+46+254=497 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.64% from 497); Green value is 46 (18.36% from 255 or 9.26% from 497); Blue value is 254 (99.61% from 255 or 51.11% from 497); Max value from RGB is 254 - color contains mainly: blue. Hex color #C52EFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C52EFE is #3AD101. Grayscale: #727272. Windows color (decimal): -3854594 or 16658117. OLE color: 16658117.
HSL color Cylindrical-coordinate representation of color #C52EFE: hue angle of 283.56º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C52EFE is Cyan = 0.22, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 197 | 46 | 254 | - |
| CMYK | 0.22 | 0.82 | 0 | 0.00 |
| HSL | 283.56º | 0.99% | 0.59% | - |
| HSV(B) | 283.56º | 0.82% | 1% | - |
| XYZ | 41.89 | 20.98 | 95.61 | - |
| YUV | 114.86 | 206.53 | 186.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 46 | 254 | 0.22 | 0.82 | 0 | 0.00 | 283.56 | 0.99 | 0.59 |
| Hex | C5 | 2E | FE | 16 | 52 | 0 | 0 | 11C | 63 | 3B |
| Octal | 305 | 56 | 376 | 26 | 122 | 0 | 0 | 434 | 143 | 73 |
| Binary | 11000101 | 101110 | 11111110 | 10110 | 1010010 | 0 | 0 | 100011100 | 1100011 | 111011 |
Color Harmonies of #C52EFE
Complementary color
Monochromatic Colors of #C52EFE
Black with #C52EFE
Text Example
Text Example
White with #C52EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52EFE; }
p { color: rgb(197,46,254); }
H1.HeaderClassName
{
color: #C52EFE;
}
.AnyTagClassName
{
color: #C52EFE;
}
</style>
background-color css
<style>
a { background-color: #C52EFE; }
a { background-color: rgb(197,46,254); }
div.DivClassName
{
background-color: #C52EFE;
}
.BgClassName
{
background-color: #C52EFE;
}
</style>
border-color css
<style>
span { border-color: #C52EFE; }
span { border-color: rgb(197,46,254); }
td.TdClassName
{
border-color: #C52EFE;
}
.TagClassName
{
border-color: #C52EFE;
}
</style>