Shades of Electric Purple #C52BEA
Tints of Electric Purple #C52BEA
RGB
CMYK
RGB Variations
Color information
#C52BEA (or 0xC52BEA) is known color: Electric Purple. HEX triplet: C5, 2B and EA. RGB value is (197,43,234). Sum of RGB (Red+Green+Blue) = 197+43+234=474 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.56% from 474); Green value is 43 (17.19% from 255 or 9.07% from 474); Blue value is 234 (91.80% from 255 or 49.37% from 474); Max value from RGB is 234 - color contains mainly: blue. Hex color #C52BEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C52BEA is #3AD415. Grayscale: #6E6E6E. Windows color (decimal): -3855382 or 15346629. OLE color: 15346629.
HSL color Cylindrical-coordinate representation of color #C52BEA: hue angle of 288.38º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C52BEA is Cyan = 0.16, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 197 | 43 | 234 | - |
| CMYK | 0.16 | 0.82 | 0 | 0.08 |
| HSL | 288.38º | 0.82% | 0.54% | - |
| HSV(B) | 288.38º | 0.82% | 0.92% | - |
| XYZ | 38.74 | 19.54 | 79.57 | - |
| YUV | 110.82 | 197.52 | 189.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 43 | 234 | 0.16 | 0.82 | 0 | 0.08 | 288.38 | 0.82 | 0.54 |
| Hex | C5 | 2B | EA | 10 | 52 | 0 | 8 | 120 | 52 | 36 |
| Octal | 305 | 53 | 352 | 20 | 122 | 0 | 10 | 440 | 122 | 66 |
| Binary | 11000101 | 101011 | 11101010 | 10000 | 1010010 | 0 | 1000 | 100100000 | 1010010 | 110110 |
Color Harmonies of #C52BEA
Complementary color
Monochromatic Colors of #C52BEA
Black with #C52BEA
Text Example
Text Example
White with #C52BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52BEA; }
p { color: rgb(197,43,234); }
H1.HeaderClassName
{
color: #C52BEA;
}
.AnyTagClassName
{
color: #C52BEA;
}
</style>
background-color css
<style>
a { background-color: #C52BEA; }
a { background-color: rgb(197,43,234); }
div.DivClassName
{
background-color: #C52BEA;
}
.BgClassName
{
background-color: #C52BEA;
}
</style>
border-color css
<style>
span { border-color: #C52BEA; }
span { border-color: rgb(197,43,234); }
td.TdClassName
{
border-color: #C52BEA;
}
.TagClassName
{
border-color: #C52BEA;
}
</style>