Shades of Electric Purple #C524FE
Tints of Electric Purple #C524FE
RGB
CMYK
RGB Variations
Color information
#C524FE (or 0xC524FE) is known color: Electric Purple. HEX triplet: C5, 24 and FE. RGB value is (197,36,254). Sum of RGB (Red+Green+Blue) = 197+36+254=487 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.45% from 487); Green value is 36 (14.45% from 255 or 7.39% from 487); Blue value is 254 (99.61% from 255 or 52.16% from 487); Max value from RGB is 254 - color contains mainly: blue. Hex color #C524FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C524FE is #3ADB01. Grayscale: #6C6C6C. Windows color (decimal): -3857154 or 16655557. OLE color: 16655557.
HSL color Cylindrical-coordinate representation of color #C524FE: hue angle of 284.31º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C524FE is Cyan = 0.22, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 197 | 36 | 254 | - |
| CMYK | 0.22 | 0.86 | 0 | 0.00 |
| HSL | 284.31º | 0.99% | 0.57% | - |
| HSV(B) | 284.31º | 0.86% | 1% | - |
| XYZ | 41.55 | 20.29 | 95.49 | - |
| YUV | 108.99 | 209.84 | 190.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 36 | 254 | 0.22 | 0.86 | 0 | 0.00 | 284.31 | 0.99 | 0.57 |
| Hex | C5 | 24 | FE | 16 | 56 | 0 | 0 | 11C | 63 | 39 |
| Octal | 305 | 44 | 376 | 26 | 126 | 0 | 0 | 434 | 143 | 71 |
| Binary | 11000101 | 100100 | 11111110 | 10110 | 1010110 | 0 | 0 | 100011100 | 1100011 | 111001 |
Color Harmonies of #C524FE
Complementary color
Monochromatic Colors of #C524FE
Black with #C524FE
Text Example
Text Example
White with #C524FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C524FE; }
p { color: rgb(197,36,254); }
H1.HeaderClassName
{
color: #C524FE;
}
.AnyTagClassName
{
color: #C524FE;
}
</style>
background-color css
<style>
a { background-color: #C524FE; }
a { background-color: rgb(197,36,254); }
div.DivClassName
{
background-color: #C524FE;
}
.BgClassName
{
background-color: #C524FE;
}
</style>
border-color css
<style>
span { border-color: #C524FE; }
span { border-color: rgb(197,36,254); }
td.TdClassName
{
border-color: #C524FE;
}
.TagClassName
{
border-color: #C524FE;
}
</style>