Shades of Electric Purple #C52BFE
Tints of Electric Purple #C52BFE
RGB
CMYK
RGB Variations
Color information
#C52BFE (or 0xC52BFE) is known color: Electric Purple. HEX triplet: C5, 2B and FE. RGB value is (197,43,254). Sum of RGB (Red+Green+Blue) = 197+43+254=494 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.88% from 494); Green value is 43 (17.19% from 255 or 8.70% from 494); Blue value is 254 (99.61% from 255 or 51.42% from 494); Max value from RGB is 254 - color contains mainly: blue. Hex color #C52BFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C52BFE is #3AD401. Grayscale: #707070. Windows color (decimal): -3855362 or 16657349. OLE color: 16657349.
HSL color Cylindrical-coordinate representation of color #C52BFE: hue angle of 283.79º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C52BFE is Cyan = 0.22, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 197 | 43 | 254 | - |
| CMYK | 0.22 | 0.83 | 0 | 0.00 |
| HSL | 283.79º | 0.99% | 0.58% | - |
| HSV(B) | 283.79º | 0.83% | 1% | - |
| XYZ | 41.78 | 20.75 | 95.57 | - |
| YUV | 113.1 | 207.52 | 187.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 43 | 254 | 0.22 | 0.83 | 0 | 0.00 | 283.79 | 0.99 | 0.58 |
| Hex | C5 | 2B | FE | 16 | 53 | 0 | 0 | 11C | 63 | 3A |
| Octal | 305 | 53 | 376 | 26 | 123 | 0 | 0 | 434 | 143 | 72 |
| Binary | 11000101 | 101011 | 11111110 | 10110 | 1010011 | 0 | 0 | 100011100 | 1100011 | 111010 |
Color Harmonies of #C52BFE
Complementary color
Monochromatic Colors of #C52BFE
Black with #C52BFE
Text Example
Text Example
White with #C52BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52BFE; }
p { color: rgb(197,43,254); }
H1.HeaderClassName
{
color: #C52BFE;
}
.AnyTagClassName
{
color: #C52BFE;
}
</style>
background-color css
<style>
a { background-color: #C52BFE; }
a { background-color: rgb(197,43,254); }
div.DivClassName
{
background-color: #C52BFE;
}
.BgClassName
{
background-color: #C52BFE;
}
</style>
border-color css
<style>
span { border-color: #C52BFE; }
span { border-color: rgb(197,43,254); }
td.TdClassName
{
border-color: #C52BFE;
}
.TagClassName
{
border-color: #C52BFE;
}
</style>