Shades of Electric Purple #C52DFF
Tints of Electric Purple #C52DFF
RGB
CMYK
RGB Variations
Color information
#C52DFF (or 0xC52DFF) is known color: Electric Purple. HEX triplet: C5, 2D and FF. RGB value is (197,45,255). Sum of RGB (Red+Green+Blue) = 197+45+255=497 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.64% from 497); Green value is 45 (17.97% from 255 or 9.05% from 497); Blue value is 255 (100% from 255 or 51.31% from 497); Max value from RGB is 255 - color contains mainly: blue. Hex color #C52DFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C52DFF is #3AD200. Grayscale: #717171. Windows color (decimal): -3854849 or 16723397. OLE color: 16723397.
HSL color Cylindrical-coordinate representation of color #C52DFF: hue angle of 283.43º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C52DFF is Cyan = 0.23, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 45 | 255 | - |
| CMYK | 0.23 | 0.82 | 0 | 0 |
| HSL | 283.43º | 1% | 0.59% | - |
| HSV(B) | 283.43º | 0.82% | 1% | - |
| XYZ | 42.01 | 20.97 | 96.44 | - |
| YUV | 114.39 | 207.36 | 186.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 45 | 255 | 0.23 | 0.82 | 0 | 0 | 283.43 | 1 | 0.59 |
| Hex | C5 | 2D | FF | 17 | 52 | 0 | 0 | 11B | 64 | 3B |
| Octal | 305 | 55 | 377 | 27 | 122 | 0 | 0 | 433 | 144 | 73 |
| Binary | 11000101 | 101101 | 11111111 | 10111 | 1010010 | 0 | 0 | 100011011 | 1100100 | 111011 |
Color Harmonies of #C52DFF
Complementary color
Monochromatic Colors of #C52DFF
Black with #C52DFF
Text Example
Text Example
White with #C52DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52DFF; }
p { color: rgb(197,45,255); }
H1.HeaderClassName
{
color: #C52DFF;
}
.AnyTagClassName
{
color: #C52DFF;
}
</style>
background-color css
<style>
a { background-color: #C52DFF; }
a { background-color: rgb(197,45,255); }
div.DivClassName
{
background-color: #C52DFF;
}
.BgClassName
{
background-color: #C52DFF;
}
</style>
border-color css
<style>
span { border-color: #C52DFF; }
span { border-color: rgb(197,45,255); }
td.TdClassName
{
border-color: #C52DFF;
}
.TagClassName
{
border-color: #C52DFF;
}
</style>