Shades of Electric Purple #C524EF
Tints of Electric Purple #C524EF
RGB
CMYK
RGB Variations
Color information
#C524EF (or 0xC524EF) is known color: Electric Purple. HEX triplet: C5, 24 and EF. RGB value is (197,36,239). Sum of RGB (Red+Green+Blue) = 197+36+239=472 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.74% from 472); Green value is 36 (14.45% from 255 or 7.63% from 472); Blue value is 239 (93.75% from 255 or 50.64% from 472); Max value from RGB is 239 - color contains mainly: blue. Hex color #C524EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C524EF is #3ADB10. Grayscale: #6A6A6A. Windows color (decimal): -3857169 or 15672517. OLE color: 15672517.
HSL color Cylindrical-coordinate representation of color #C524EF: hue angle of 287.59º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C524EF is Cyan = 0.18, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 197 | 36 | 239 | - |
| CMYK | 0.18 | 0.85 | 0 | 0.06 |
| HSL | 287.59º | 0.86% | 0.54% | - |
| HSV(B) | 287.59º | 0.85% | 0.94% | - |
| XYZ | 39.24 | 19.36 | 83.33 | - |
| YUV | 107.28 | 202.34 | 191.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 36 | 239 | 0.18 | 0.85 | 0 | 0.06 | 287.59 | 0.86 | 0.54 |
| Hex | C5 | 24 | EF | 12 | 55 | 0 | 6 | 120 | 56 | 36 |
| Octal | 305 | 44 | 357 | 22 | 125 | 0 | 6 | 440 | 126 | 66 |
| Binary | 11000101 | 100100 | 11101111 | 10010 | 1010101 | 0 | 110 | 100100000 | 1010110 | 110110 |
Color Harmonies of #C524EF
Complementary color
Monochromatic Colors of #C524EF
Black with #C524EF
Text Example
Text Example
White with #C524EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C524EF; }
p { color: rgb(197,36,239); }
H1.HeaderClassName
{
color: #C524EF;
}
.AnyTagClassName
{
color: #C524EF;
}
</style>
background-color css
<style>
a { background-color: #C524EF; }
a { background-color: rgb(197,36,239); }
div.DivClassName
{
background-color: #C524EF;
}
.BgClassName
{
background-color: #C524EF;
}
</style>
border-color css
<style>
span { border-color: #C524EF; }
span { border-color: rgb(197,36,239); }
td.TdClassName
{
border-color: #C524EF;
}
.TagClassName
{
border-color: #C524EF;
}
</style>