Shades of Electric Purple #C52FFA
Tints of Electric Purple #C52FFA
RGB
CMYK
RGB Variations
Color information
#C52FFA (or 0xC52FFA) is known color: Electric Purple. HEX triplet: C5, 2F and FA. RGB value is (197,47,250). Sum of RGB (Red+Green+Blue) = 197+47+250=494 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.88% from 494); Green value is 47 (18.75% from 255 or 9.51% from 494); Blue value is 250 (98.05% from 255 or 50.61% from 494); Max value from RGB is 250 - color contains mainly: blue. Hex color #C52FFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C52FFA is #3AD005. Grayscale: #727272. Windows color (decimal): -3854342 or 16396229. OLE color: 16396229.
HSL color Cylindrical-coordinate representation of color #C52FFA: hue angle of 284.33º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C52FFA is Cyan = 0.21, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 47 | 250 | - |
| CMYK | 0.21 | 0.81 | 0 | 0.02 |
| HSL | 284.34º | 0.95% | 0.58% | - |
| HSV(B) | 284.34º | 0.81% | 0.98% | - |
| XYZ | 41.3 | 20.81 | 92.28 | - |
| YUV | 114.99 | 204.2 | 186.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 47 | 250 | 0.21 | 0.81 | 0 | 0.02 | 284.34 | 0.95 | 0.58 |
| Hex | C5 | 2F | FA | 15 | 51 | 0 | 2 | 11C | 5F | 3A |
| Octal | 305 | 57 | 372 | 25 | 121 | 0 | 2 | 434 | 137 | 72 |
| Binary | 11000101 | 101111 | 11111010 | 10101 | 1010001 | 0 | 10 | 100011100 | 1011111 | 111010 |
Color Harmonies of #C52FFA
Complementary color
Monochromatic Colors of #C52FFA
Black with #C52FFA
Text Example
Text Example
White with #C52FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52FFA; }
p { color: rgb(197,47,250); }
H1.HeaderClassName
{
color: #C52FFA;
}
.AnyTagClassName
{
color: #C52FFA;
}
</style>
background-color css
<style>
a { background-color: #C52FFA; }
a { background-color: rgb(197,47,250); }
div.DivClassName
{
background-color: #C52FFA;
}
.BgClassName
{
background-color: #C52FFA;
}
</style>
border-color css
<style>
span { border-color: #C52FFA; }
span { border-color: rgb(197,47,250); }
td.TdClassName
{
border-color: #C52FFA;
}
.TagClassName
{
border-color: #C52FFA;
}
</style>