Shades of Electric Purple #C52AEE
Tints of Electric Purple #C52AEE
RGB
CMYK
RGB Variations
Color information
#C52AEE (or 0xC52AEE) is known color: Electric Purple. HEX triplet: C5, 2A and EE. RGB value is (197,42,238). Sum of RGB (Red+Green+Blue) = 197+42+238=477 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.30% from 477); Green value is 42 (16.80% from 255 or 8.81% from 477); Blue value is 238 (93.36% from 255 or 49.90% from 477); Max value from RGB is 238 - color contains mainly: blue. Hex color #C52AEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C52AEE is #3AD511. Grayscale: #6E6E6E. Windows color (decimal): -3855634 or 15608517. OLE color: 15608517.
HSL color Cylindrical-coordinate representation of color #C52AEE: hue angle of 287.45º degrees, saturation: 0.85, 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 #C52AEE is Cyan = 0.17, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 42 | 238 | - |
| CMYK | 0.17 | 0.82 | 0 | 0.07 |
| HSL | 287.45º | 0.85% | 0.55% | - |
| HSV(B) | 287.45º | 0.82% | 0.93% | - |
| XYZ | 39.29 | 19.7 | 82.62 | - |
| YUV | 110.69 | 199.85 | 189.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 42 | 238 | 0.17 | 0.82 | 0 | 0.07 | 287.45 | 0.85 | 0.55 |
| Hex | C5 | 2A | EE | 11 | 52 | 0 | 7 | 11F | 55 | 37 |
| Octal | 305 | 52 | 356 | 21 | 122 | 0 | 7 | 437 | 125 | 67 |
| Binary | 11000101 | 101010 | 11101110 | 10001 | 1010010 | 0 | 111 | 100011111 | 1010101 | 110111 |
Color Harmonies of #C52AEE
Complementary color
Monochromatic Colors of #C52AEE
Black with #C52AEE
Text Example
Text Example
White with #C52AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52AEE; }
p { color: rgb(197,42,238); }
H1.HeaderClassName
{
color: #C52AEE;
}
.AnyTagClassName
{
color: #C52AEE;
}
</style>
background-color css
<style>
a { background-color: #C52AEE; }
a { background-color: rgb(197,42,238); }
div.DivClassName
{
background-color: #C52AEE;
}
.BgClassName
{
background-color: #C52AEE;
}
</style>
border-color css
<style>
span { border-color: #C52AEE; }
span { border-color: rgb(197,42,238); }
td.TdClassName
{
border-color: #C52AEE;
}
.TagClassName
{
border-color: #C52AEE;
}
</style>