Shades of Electric Purple #C52AEF
Tints of Electric Purple #C52AEF
RGB
CMYK
RGB Variations
Color information
#C52AEF (or 0xC52AEF) is known color: Electric Purple. HEX triplet: C5, 2A and EF. RGB value is (197,42,239). Sum of RGB (Red+Green+Blue) = 197+42+239=478 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.21% from 478); Green value is 42 (16.80% from 255 or 8.79% from 478); Blue value is 239 (93.75% from 255 or 50% from 478); Max value from RGB is 239 - color contains mainly: blue. Hex color #C52AEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C52AEF is #3AD510. Grayscale: #6E6E6E. Windows color (decimal): -3855633 or 15674053. OLE color: 15674053.
HSL color Cylindrical-coordinate representation of color #C52AEF: hue angle of 287.21º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C52AEF is Cyan = 0.18, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 197 | 42 | 239 | - |
| CMYK | 0.18 | 0.82 | 0 | 0.06 |
| HSL | 287.21º | 0.86% | 0.55% | - |
| HSV(B) | 287.21º | 0.82% | 0.94% | - |
| XYZ | 39.43 | 19.76 | 83.4 | - |
| YUV | 110.8 | 200.35 | 189.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 42 | 239 | 0.18 | 0.82 | 0 | 0.06 | 287.21 | 0.86 | 0.55 |
| Hex | C5 | 2A | EF | 12 | 52 | 0 | 6 | 11F | 56 | 37 |
| Octal | 305 | 52 | 357 | 22 | 122 | 0 | 6 | 437 | 126 | 67 |
| Binary | 11000101 | 101010 | 11101111 | 10010 | 1010010 | 0 | 110 | 100011111 | 1010110 | 110111 |
Color Harmonies of #C52AEF
Complementary color
Monochromatic Colors of #C52AEF
Black with #C52AEF
Text Example
Text Example
White with #C52AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52AEF; }
p { color: rgb(197,42,239); }
H1.HeaderClassName
{
color: #C52AEF;
}
.AnyTagClassName
{
color: #C52AEF;
}
</style>
background-color css
<style>
a { background-color: #C52AEF; }
a { background-color: rgb(197,42,239); }
div.DivClassName
{
background-color: #C52AEF;
}
.BgClassName
{
background-color: #C52AEF;
}
</style>
border-color css
<style>
span { border-color: #C52AEF; }
span { border-color: rgb(197,42,239); }
td.TdClassName
{
border-color: #C52AEF;
}
.TagClassName
{
border-color: #C52AEF;
}
</style>