Shades of Electric Purple #C524EC
Tints of Electric Purple #C524EC
RGB
CMYK
RGB Variations
Color information
#C524EC (or 0xC524EC) is known color: Electric Purple. HEX triplet: C5, 24 and EC. RGB value is (197,36,236). Sum of RGB (Red+Green+Blue) = 197+36+236=469 (62% of max value = 765). Red value is 197 (77.34% from 255 or 42.00% from 469); Green value is 36 (14.45% from 255 or 7.68% from 469); Blue value is 236 (92.58% from 255 or 50.32% from 469); Max value from RGB is 236 - color contains mainly: blue. Hex color #C524EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C524EC is #3ADB13. Grayscale: #6A6A6A. Windows color (decimal): -3857172 or 15475909. OLE color: 15475909.
HSL color Cylindrical-coordinate representation of color #C524EC: hue angle of 288.3º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C524EC is Cyan = 0.17, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 36 | 236 | - |
| CMYK | 0.17 | 0.85 | 0 | 0.07 |
| HSL | 288.3º | 0.84% | 0.53% | - |
| HSV(B) | 288.3º | 0.85% | 0.93% | - |
| XYZ | 38.8 | 19.19 | 81.02 | - |
| YUV | 106.94 | 200.84 | 192.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 36 | 236 | 0.17 | 0.85 | 0 | 0.07 | 288.3 | 0.84 | 0.53 |
| Hex | C5 | 24 | EC | 11 | 55 | 0 | 7 | 120 | 54 | 35 |
| Octal | 305 | 44 | 354 | 21 | 125 | 0 | 7 | 440 | 124 | 65 |
| Binary | 11000101 | 100100 | 11101100 | 10001 | 1010101 | 0 | 111 | 100100000 | 1010100 | 110101 |
Color Harmonies of #C524EC
Complementary color
Monochromatic Colors of #C524EC
Black with #C524EC
Text Example
Text Example
White with #C524EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C524EC; }
p { color: rgb(197,36,236); }
H1.HeaderClassName
{
color: #C524EC;
}
.AnyTagClassName
{
color: #C524EC;
}
</style>
background-color css
<style>
a { background-color: #C524EC; }
a { background-color: rgb(197,36,236); }
div.DivClassName
{
background-color: #C524EC;
}
.BgClassName
{
background-color: #C524EC;
}
</style>
border-color css
<style>
span { border-color: #C524EC; }
span { border-color: rgb(197,36,236); }
td.TdClassName
{
border-color: #C524EC;
}
.TagClassName
{
border-color: #C524EC;
}
</style>