Shades of Electric Purple #C524EA
Tints of Electric Purple #C524EA
RGB
CMYK
RGB Variations
Color information
#C524EA (or 0xC524EA) is known color: Electric Purple. HEX triplet: C5, 24 and EA. RGB value is (197,36,234). Sum of RGB (Red+Green+Blue) = 197+36+234=467 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.18% from 467); Green value is 36 (14.45% from 255 or 7.71% from 467); Blue value is 234 (91.80% from 255 or 50.11% from 467); Max value from RGB is 234 - color contains mainly: blue. Hex color #C524EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C524EA is #3ADB15. Grayscale: #6A6A6A. Windows color (decimal): -3857174 or 15344837. OLE color: 15344837.
HSL color Cylindrical-coordinate representation of color #C524EA: hue angle of 288.79º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C524EA is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 197 | 36 | 234 | - |
| CMYK | 0.16 | 0.85 | 0 | 0.08 |
| HSL | 288.79º | 0.83% | 0.53% | - |
| HSV(B) | 288.79º | 0.85% | 0.92% | - |
| XYZ | 38.51 | 19.07 | 79.49 | - |
| YUV | 106.71 | 199.84 | 192.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 36 | 234 | 0.16 | 0.85 | 0 | 0.08 | 288.79 | 0.83 | 0.53 |
| Hex | C5 | 24 | EA | 10 | 55 | 0 | 8 | 121 | 52 | 35 |
| Octal | 305 | 44 | 352 | 20 | 125 | 0 | 10 | 441 | 122 | 65 |
| Binary | 11000101 | 100100 | 11101010 | 10000 | 1010101 | 0 | 1000 | 100100001 | 1010010 | 110101 |
Color Harmonies of #C524EA
Complementary color
Monochromatic Colors of #C524EA
Black with #C524EA
Text Example
Text Example
White with #C524EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C524EA; }
p { color: rgb(197,36,234); }
H1.HeaderClassName
{
color: #C524EA;
}
.AnyTagClassName
{
color: #C524EA;
}
</style>
background-color css
<style>
a { background-color: #C524EA; }
a { background-color: rgb(197,36,234); }
div.DivClassName
{
background-color: #C524EA;
}
.BgClassName
{
background-color: #C524EA;
}
</style>
border-color css
<style>
span { border-color: #C524EA; }
span { border-color: rgb(197,36,234); }
td.TdClassName
{
border-color: #C524EA;
}
.TagClassName
{
border-color: #C524EA;
}
</style>