Shades of Electric Purple #C52BF2
Tints of Electric Purple #C52BF2
RGB
CMYK
RGB Variations
Color information
#C52BF2 (or 0xC52BF2) is known color: Electric Purple. HEX triplet: C5, 2B and F2. RGB value is (197,43,242). Sum of RGB (Red+Green+Blue) = 197+43+242=482 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.87% from 482); Green value is 43 (17.19% from 255 or 8.92% from 482); Blue value is 242 (94.92% from 255 or 50.21% from 482); Max value from RGB is 242 - color contains mainly: blue. Hex color #C52BF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C52BF2 is #3AD40D. Grayscale: #6F6F6F. Windows color (decimal): -3855374 or 15870917. OLE color: 15870917.
HSL color Cylindrical-coordinate representation of color #C52BF2: hue angle of 286.43º 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 #C52BF2 is Cyan = 0.19, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 43 | 242 | - |
| CMYK | 0.19 | 0.82 | 0 | 0.05 |
| HSL | 286.43º | 0.88% | 0.56% | - |
| HSV(B) | 286.43º | 0.82% | 0.95% | - |
| XYZ | 39.92 | 20.01 | 85.76 | - |
| YUV | 111.73 | 201.52 | 188.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 43 | 242 | 0.19 | 0.82 | 0 | 0.05 | 286.43 | 0.88 | 0.56 |
| Hex | C5 | 2B | F2 | 13 | 52 | 0 | 5 | 11E | 58 | 38 |
| Octal | 305 | 53 | 362 | 23 | 122 | 0 | 5 | 436 | 130 | 70 |
| Binary | 11000101 | 101011 | 11110010 | 10011 | 1010010 | 0 | 101 | 100011110 | 1011000 | 111000 |
Color Harmonies of #C52BF2
Complementary color
Monochromatic Colors of #C52BF2
Black with #C52BF2
Text Example
Text Example
White with #C52BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52BF2; }
p { color: rgb(197,43,242); }
H1.HeaderClassName
{
color: #C52BF2;
}
.AnyTagClassName
{
color: #C52BF2;
}
</style>
background-color css
<style>
a { background-color: #C52BF2; }
a { background-color: rgb(197,43,242); }
div.DivClassName
{
background-color: #C52BF2;
}
.BgClassName
{
background-color: #C52BF2;
}
</style>
border-color css
<style>
span { border-color: #C52BF2; }
span { border-color: rgb(197,43,242); }
td.TdClassName
{
border-color: #C52BF2;
}
.TagClassName
{
border-color: #C52BF2;
}
</style>