Shades of Electric Purple #C52AEC
Tints of Electric Purple #C52AEC
RGB
CMYK
RGB Variations
Color information
#C52AEC (or 0xC52AEC) is known color: Electric Purple. HEX triplet: C5, 2A and EC. RGB value is (197,42,236). Sum of RGB (Red+Green+Blue) = 197+42+236=475 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.47% from 475); Green value is 42 (16.80% from 255 or 8.84% from 475); Blue value is 236 (92.58% from 255 or 49.68% from 475); Max value from RGB is 236 - color contains mainly: blue. Hex color #C52AEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C52AEC is #3AD513. Grayscale: #6D6D6D. Windows color (decimal): -3855636 or 15477445. OLE color: 15477445.
HSL color Cylindrical-coordinate representation of color #C52AEC: hue angle of 287.94º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C52AEC is Cyan = 0.17, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 42 | 236 | - |
| CMYK | 0.17 | 0.82 | 0 | 0.07 |
| HSL | 287.94º | 0.84% | 0.55% | - |
| HSV(B) | 287.94º | 0.82% | 0.93% | - |
| XYZ | 38.99 | 19.58 | 81.08 | - |
| YUV | 110.46 | 198.85 | 189.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 42 | 236 | 0.17 | 0.82 | 0 | 0.07 | 287.94 | 0.84 | 0.55 |
| Hex | C5 | 2A | EC | 11 | 52 | 0 | 7 | 120 | 54 | 37 |
| Octal | 305 | 52 | 354 | 21 | 122 | 0 | 7 | 440 | 124 | 67 |
| Binary | 11000101 | 101010 | 11101100 | 10001 | 1010010 | 0 | 111 | 100100000 | 1010100 | 110111 |
Color Harmonies of #C52AEC
Complementary color
Monochromatic Colors of #C52AEC
Black with #C52AEC
Text Example
Text Example
White with #C52AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52AEC; }
p { color: rgb(197,42,236); }
H1.HeaderClassName
{
color: #C52AEC;
}
.AnyTagClassName
{
color: #C52AEC;
}
</style>
background-color css
<style>
a { background-color: #C52AEC; }
a { background-color: rgb(197,42,236); }
div.DivClassName
{
background-color: #C52AEC;
}
.BgClassName
{
background-color: #C52AEC;
}
</style>
border-color css
<style>
span { border-color: #C52AEC; }
span { border-color: rgb(197,42,236); }
td.TdClassName
{
border-color: #C52AEC;
}
.TagClassName
{
border-color: #C52AEC;
}
</style>