Shades of Electric Purple #C52EF9
Tints of Electric Purple #C52EF9
RGB
CMYK
RGB Variations
Color information
#C52EF9 (or 0xC52EF9) is known color: Electric Purple. HEX triplet: C5, 2E and F9. RGB value is (197,46,249). Sum of RGB (Red+Green+Blue) = 197+46+249=492 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.04% from 492); Green value is 46 (18.36% from 255 or 9.35% from 492); Blue value is 249 (97.66% from 255 or 50.61% from 492); Max value from RGB is 249 - color contains mainly: blue. Hex color #C52EF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C52EF9 is #3AD106. Grayscale: #717171. Windows color (decimal): -3854599 or 16330437. OLE color: 16330437.
HSL color Cylindrical-coordinate representation of color #C52EF9: hue angle of 284.63º degrees, saturation: 0.94, 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 #C52EF9 is Cyan = 0.21, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 46 | 249 | - |
| CMYK | 0.21 | 0.82 | 0 | 0.02 |
| HSL | 284.63º | 0.94% | 0.58% | - |
| HSV(B) | 284.63º | 0.82% | 0.98% | - |
| XYZ | 41.1 | 20.66 | 91.44 | - |
| YUV | 114.29 | 204.03 | 186.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 46 | 249 | 0.21 | 0.82 | 0 | 0.02 | 284.63 | 0.94 | 0.58 |
| Hex | C5 | 2E | F9 | 15 | 52 | 0 | 2 | 11D | 5E | 3A |
| Octal | 305 | 56 | 371 | 25 | 122 | 0 | 2 | 435 | 136 | 72 |
| Binary | 11000101 | 101110 | 11111001 | 10101 | 1010010 | 0 | 10 | 100011101 | 1011110 | 111010 |
Color Harmonies of #C52EF9
Complementary color
Monochromatic Colors of #C52EF9
Black with #C52EF9
Text Example
Text Example
White with #C52EF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52EF9; }
p { color: rgb(197,46,249); }
H1.HeaderClassName
{
color: #C52EF9;
}
.AnyTagClassName
{
color: #C52EF9;
}
</style>
background-color css
<style>
a { background-color: #C52EF9; }
a { background-color: rgb(197,46,249); }
div.DivClassName
{
background-color: #C52EF9;
}
.BgClassName
{
background-color: #C52EF9;
}
</style>
border-color css
<style>
span { border-color: #C52EF9; }
span { border-color: rgb(197,46,249); }
td.TdClassName
{
border-color: #C52EF9;
}
.TagClassName
{
border-color: #C52EF9;
}
</style>