Shades of Electric Purple #C52BF1
Tints of Electric Purple #C52BF1
RGB
CMYK
RGB Variations
Color information
#C52BF1 (or 0xC52BF1) is known color: Electric Purple. HEX triplet: C5, 2B and F1. RGB value is (197,43,241). Sum of RGB (Red+Green+Blue) = 197+43+241=481 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.96% from 481); Green value is 43 (17.19% from 255 or 8.94% from 481); Blue value is 241 (94.53% from 255 or 50.10% from 481); Max value from RGB is 241 - color contains mainly: blue. Hex color #C52BF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C52BF1 is #3AD40E. Grayscale: #6E6E6E. Windows color (decimal): -3855375 or 15805381. OLE color: 15805381.
HSL color Cylindrical-coordinate representation of color #C52BF1: hue angle of 286.67º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C52BF1 is Cyan = 0.18, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 43 | 241 | - |
| CMYK | 0.18 | 0.82 | 0 | 0.05 |
| HSL | 286.67º | 0.88% | 0.56% | - |
| HSV(B) | 286.67º | 0.82% | 0.95% | - |
| XYZ | 39.77 | 19.95 | 84.97 | - |
| YUV | 111.62 | 201.02 | 188.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 43 | 241 | 0.18 | 0.82 | 0 | 0.05 | 286.67 | 0.88 | 0.56 |
| Hex | C5 | 2B | F1 | 12 | 52 | 0 | 5 | 11F | 58 | 38 |
| Octal | 305 | 53 | 361 | 22 | 122 | 0 | 5 | 437 | 130 | 70 |
| Binary | 11000101 | 101011 | 11110001 | 10010 | 1010010 | 0 | 101 | 100011111 | 1011000 | 111000 |
Color Harmonies of #C52BF1
Complementary color
Monochromatic Colors of #C52BF1
Black with #C52BF1
Text Example
Text Example
White with #C52BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52BF1; }
p { color: rgb(197,43,241); }
H1.HeaderClassName
{
color: #C52BF1;
}
.AnyTagClassName
{
color: #C52BF1;
}
</style>
background-color css
<style>
a { background-color: #C52BF1; }
a { background-color: rgb(197,43,241); }
div.DivClassName
{
background-color: #C52BF1;
}
.BgClassName
{
background-color: #C52BF1;
}
</style>
border-color css
<style>
span { border-color: #C52BF1; }
span { border-color: rgb(197,43,241); }
td.TdClassName
{
border-color: #C52BF1;
}
.TagClassName
{
border-color: #C52BF1;
}
</style>