Shades of Electric Purple #C52EFD
Tints of Electric Purple #C52EFD
RGB
CMYK
RGB Variations
Color information
#C52EFD (or 0xC52EFD) is known color: Electric Purple. HEX triplet: C5, 2E and FD. RGB value is (197,46,253). Sum of RGB (Red+Green+Blue) = 197+46+253=496 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.72% from 496); Green value is 46 (18.36% from 255 or 9.27% from 496); Blue value is 253 (99.22% from 255 or 51.01% from 496); Max value from RGB is 253 - color contains mainly: blue. Hex color #C52EFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C52EFD is #3AD102. Grayscale: #727272. Windows color (decimal): -3854595 or 16592581. OLE color: 16592581.
HSL color Cylindrical-coordinate representation of color #C52EFD: hue angle of 283.77º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C52EFD is Cyan = 0.22, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 46 | 253 | - |
| CMYK | 0.22 | 0.82 | 0 | 0.01 |
| HSL | 283.77º | 0.98% | 0.59% | - |
| HSV(B) | 283.77º | 0.82% | 0.99% | - |
| XYZ | 41.73 | 20.92 | 94.77 | - |
| YUV | 114.75 | 206.03 | 186.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 46 | 253 | 0.22 | 0.82 | 0 | 0.01 | 283.77 | 0.98 | 0.59 |
| Hex | C5 | 2E | FD | 16 | 52 | 0 | 1 | 11C | 62 | 3B |
| Octal | 305 | 56 | 375 | 26 | 122 | 0 | 1 | 434 | 142 | 73 |
| Binary | 11000101 | 101110 | 11111101 | 10110 | 1010010 | 0 | 1 | 100011100 | 1100010 | 111011 |
Color Harmonies of #C52EFD
Complementary color
Monochromatic Colors of #C52EFD
Black with #C52EFD
Text Example
Text Example
White with #C52EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52EFD; }
p { color: rgb(197,46,253); }
H1.HeaderClassName
{
color: #C52EFD;
}
.AnyTagClassName
{
color: #C52EFD;
}
</style>
background-color css
<style>
a { background-color: #C52EFD; }
a { background-color: rgb(197,46,253); }
div.DivClassName
{
background-color: #C52EFD;
}
.BgClassName
{
background-color: #C52EFD;
}
</style>
border-color css
<style>
span { border-color: #C52EFD; }
span { border-color: rgb(197,46,253); }
td.TdClassName
{
border-color: #C52EFD;
}
.TagClassName
{
border-color: #C52EFD;
}
</style>