Shades of Electric Purple #C52EFA
Tints of Electric Purple #C52EFA
RGB
CMYK
RGB Variations
Color information
#C52EFA (or 0xC52EFA) is known color: Electric Purple. HEX triplet: C5, 2E and FA. RGB value is (197,46,250). Sum of RGB (Red+Green+Blue) = 197+46+250=493 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.96% from 493); Green value is 46 (18.36% from 255 or 9.33% from 493); Blue value is 250 (98.05% from 255 or 50.71% from 493); Max value from RGB is 250 - color contains mainly: blue. Hex color #C52EFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C52EFA is #3AD105. Grayscale: #717171. Windows color (decimal): -3854598 or 16395973. OLE color: 16395973.
HSL color Cylindrical-coordinate representation of color #C52EFA: hue angle of 284.41º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C52EFA is Cyan = 0.21, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 46 | 250 | - |
| CMYK | 0.21 | 0.82 | 0 | 0.02 |
| HSL | 284.41º | 0.95% | 0.58% | - |
| HSV(B) | 284.41º | 0.82% | 0.98% | - |
| XYZ | 41.26 | 20.73 | 92.27 | - |
| YUV | 114.41 | 204.53 | 186.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 46 | 250 | 0.21 | 0.82 | 0 | 0.02 | 284.41 | 0.95 | 0.58 |
| Hex | C5 | 2E | FA | 15 | 52 | 0 | 2 | 11C | 5F | 3A |
| Octal | 305 | 56 | 372 | 25 | 122 | 0 | 2 | 434 | 137 | 72 |
| Binary | 11000101 | 101110 | 11111010 | 10101 | 1010010 | 0 | 10 | 100011100 | 1011111 | 111010 |
Color Harmonies of #C52EFA
Complementary color
Monochromatic Colors of #C52EFA
Black with #C52EFA
Text Example
Text Example
White with #C52EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52EFA; }
p { color: rgb(197,46,250); }
H1.HeaderClassName
{
color: #C52EFA;
}
.AnyTagClassName
{
color: #C52EFA;
}
</style>
background-color css
<style>
a { background-color: #C52EFA; }
a { background-color: rgb(197,46,250); }
div.DivClassName
{
background-color: #C52EFA;
}
.BgClassName
{
background-color: #C52EFA;
}
</style>
border-color css
<style>
span { border-color: #C52EFA; }
span { border-color: rgb(197,46,250); }
td.TdClassName
{
border-color: #C52EFA;
}
.TagClassName
{
border-color: #C52EFA;
}
</style>