Shades of Electric Purple #C52BFF
Tints of Electric Purple #C52BFF
RGB
CMYK
RGB Variations
Color information
#C52BFF (or 0xC52BFF) is known color: Electric Purple. HEX triplet: C5, 2B and FF. RGB value is (197,43,255). Sum of RGB (Red+Green+Blue) = 197+43+255=495 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.80% from 495); Green value is 43 (17.19% from 255 or 8.69% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #C52BFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C52BFF is #3AD400. Grayscale: #707070. Windows color (decimal): -3855361 or 16722885. OLE color: 16722885.
HSL color Cylindrical-coordinate representation of color #C52BFF: hue angle of 283.58º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C52BFF is Cyan = 0.23, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 43 | 255 | - |
| CMYK | 0.23 | 0.83 | 0 | 0 |
| HSL | 283.58º | 1% | 0.58% | - |
| HSV(B) | 283.58º | 0.83% | 1% | - |
| XYZ | 41.94 | 20.82 | 96.42 | - |
| YUV | 113.21 | 208.02 | 187.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 43 | 255 | 0.23 | 0.83 | 0 | 0 | 283.58 | 1 | 0.58 |
| Hex | C5 | 2B | FF | 17 | 53 | 0 | 0 | 11C | 64 | 3A |
| Octal | 305 | 53 | 377 | 27 | 123 | 0 | 0 | 434 | 144 | 72 |
| Binary | 11000101 | 101011 | 11111111 | 10111 | 1010011 | 0 | 0 | 100011100 | 1100100 | 111010 |
Color Harmonies of #C52BFF
Complementary color
Monochromatic Colors of #C52BFF
Black with #C52BFF
Text Example
Text Example
White with #C52BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52BFF; }
p { color: rgb(197,43,255); }
H1.HeaderClassName
{
color: #C52BFF;
}
.AnyTagClassName
{
color: #C52BFF;
}
</style>
background-color css
<style>
a { background-color: #C52BFF; }
a { background-color: rgb(197,43,255); }
div.DivClassName
{
background-color: #C52BFF;
}
.BgClassName
{
background-color: #C52BFF;
}
</style>
border-color css
<style>
span { border-color: #C52BFF; }
span { border-color: rgb(197,43,255); }
td.TdClassName
{
border-color: #C52BFF;
}
.TagClassName
{
border-color: #C52BFF;
}
</style>