Shades of Electric Purple #C52AED
Tints of Electric Purple #C52AED
RGB
CMYK
RGB Variations
Color information
#C52AED (or 0xC52AED) is known color: Electric Purple. HEX triplet: C5, 2A and ED. RGB value is (197,42,237). Sum of RGB (Red+Green+Blue) = 197+42+237=476 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.39% from 476); Green value is 42 (16.80% from 255 or 8.82% from 476); Blue value is 237 (92.97% from 255 or 49.79% from 476); Max value from RGB is 237 - color contains mainly: blue. Hex color #C52AED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C52AED is #3AD512. Grayscale: #6D6D6D. Windows color (decimal): -3855635 or 15542981. OLE color: 15542981.
HSL color Cylindrical-coordinate representation of color #C52AED: hue angle of 287.69º 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 #C52AED is Cyan = 0.17, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 42 | 237 | - |
| CMYK | 0.17 | 0.82 | 0 | 0.07 |
| HSL | 287.69º | 0.84% | 0.55% | - |
| HSV(B) | 287.69º | 0.82% | 0.93% | - |
| XYZ | 39.14 | 19.64 | 81.85 | - |
| YUV | 110.58 | 199.35 | 189.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 42 | 237 | 0.17 | 0.82 | 0 | 0.07 | 287.69 | 0.84 | 0.55 |
| Hex | C5 | 2A | ED | 11 | 52 | 0 | 7 | 120 | 54 | 37 |
| Octal | 305 | 52 | 355 | 21 | 122 | 0 | 7 | 440 | 124 | 67 |
| Binary | 11000101 | 101010 | 11101101 | 10001 | 1010010 | 0 | 111 | 100100000 | 1010100 | 110111 |
Color Harmonies of #C52AED
Complementary color
Monochromatic Colors of #C52AED
Black with #C52AED
Text Example
Text Example
White with #C52AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52AED; }
p { color: rgb(197,42,237); }
H1.HeaderClassName
{
color: #C52AED;
}
.AnyTagClassName
{
color: #C52AED;
}
</style>
background-color css
<style>
a { background-color: #C52AED; }
a { background-color: rgb(197,42,237); }
div.DivClassName
{
background-color: #C52AED;
}
.BgClassName
{
background-color: #C52AED;
}
</style>
border-color css
<style>
span { border-color: #C52AED; }
span { border-color: rgb(197,42,237); }
td.TdClassName
{
border-color: #C52AED;
}
.TagClassName
{
border-color: #C52AED;
}
</style>