Shades of Electric Purple #C52CF8
Tints of Electric Purple #C52CF8
RGB
CMYK
RGB Variations
Color information
#C52CF8 (or 0xC52CF8) is known color: Electric Purple. HEX triplet: C5, 2C and F8. RGB value is (197,44,248). Sum of RGB (Red+Green+Blue) = 197+44+248=489 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.29% from 489); Green value is 44 (17.58% from 255 or 9.00% from 489); Blue value is 248 (97.27% from 255 or 50.72% from 489); Max value from RGB is 248 - color contains mainly: blue. Hex color #C52CF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C52CF8 is #3AD307. Grayscale: #707070. Windows color (decimal): -3855112 or 16264389. OLE color: 16264389.
HSL color Cylindrical-coordinate representation of color #C52CF8: hue angle of 285º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C52CF8 is Cyan = 0.21, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 197 | 44 | 248 | - |
| CMYK | 0.21 | 0.82 | 0 | 0.03 |
| HSL | 285º | 0.94% | 0.57% | - |
| HSV(B) | 285º | 0.82% | 0.97% | - |
| XYZ | 40.87 | 20.45 | 90.6 | - |
| YUV | 113 | 204.19 | 187.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 44 | 248 | 0.21 | 0.82 | 0 | 0.03 | 285 | 0.94 | 0.57 |
| Hex | C5 | 2C | F8 | 15 | 52 | 0 | 3 | 11D | 5E | 39 |
| Octal | 305 | 54 | 370 | 25 | 122 | 0 | 3 | 435 | 136 | 71 |
| Binary | 11000101 | 101100 | 11111000 | 10101 | 1010010 | 0 | 11 | 100011101 | 1011110 | 111001 |
Color Harmonies of #C52CF8
Complementary color
Monochromatic Colors of #C52CF8
Black with #C52CF8
Text Example
Text Example
White with #C52CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52CF8; }
p { color: rgb(197,44,248); }
H1.HeaderClassName
{
color: #C52CF8;
}
.AnyTagClassName
{
color: #C52CF8;
}
</style>
background-color css
<style>
a { background-color: #C52CF8; }
a { background-color: rgb(197,44,248); }
div.DivClassName
{
background-color: #C52CF8;
}
.BgClassName
{
background-color: #C52CF8;
}
</style>
border-color css
<style>
span { border-color: #C52CF8; }
span { border-color: rgb(197,44,248); }
td.TdClassName
{
border-color: #C52CF8;
}
.TagClassName
{
border-color: #C52CF8;
}
</style>