Shades of Electric Purple #C52DFA
Tints of Electric Purple #C52DFA
RGB
CMYK
RGB Variations
Color information
#C52DFA (or 0xC52DFA) is known color: Electric Purple. HEX triplet: C5, 2D and FA. RGB value is (197,45,250). Sum of RGB (Red+Green+Blue) = 197+45+250=492 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.04% from 492); Green value is 45 (17.97% from 255 or 9.15% from 492); Blue value is 250 (98.05% from 255 or 50.81% from 492); Max value from RGB is 250 - color contains mainly: blue. Hex color #C52DFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C52DFA is #3AD205. Grayscale: #717171. Windows color (decimal): -3854854 or 16395717. OLE color: 16395717.
HSL color Cylindrical-coordinate representation of color #C52DFA: hue angle of 284.49º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C52DFA is Cyan = 0.21, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 45 | 250 | - |
| CMYK | 0.21 | 0.82 | 0 | 0.02 |
| HSL | 284.49º | 0.95% | 0.58% | - |
| HSV(B) | 284.49º | 0.82% | 0.98% | - |
| XYZ | 41.22 | 20.65 | 92.26 | - |
| YUV | 113.82 | 204.86 | 187.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 45 | 250 | 0.21 | 0.82 | 0 | 0.02 | 284.49 | 0.95 | 0.58 |
| Hex | C5 | 2D | FA | 15 | 52 | 0 | 2 | 11C | 5F | 3A |
| Octal | 305 | 55 | 372 | 25 | 122 | 0 | 2 | 434 | 137 | 72 |
| Binary | 11000101 | 101101 | 11111010 | 10101 | 1010010 | 0 | 10 | 100011100 | 1011111 | 111010 |
Color Harmonies of #C52DFA
Complementary color
Monochromatic Colors of #C52DFA
Black with #C52DFA
Text Example
Text Example
White with #C52DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52DFA; }
p { color: rgb(197,45,250); }
H1.HeaderClassName
{
color: #C52DFA;
}
.AnyTagClassName
{
color: #C52DFA;
}
</style>
background-color css
<style>
a { background-color: #C52DFA; }
a { background-color: rgb(197,45,250); }
div.DivClassName
{
background-color: #C52DFA;
}
.BgClassName
{
background-color: #C52DFA;
}
</style>
border-color css
<style>
span { border-color: #C52DFA; }
span { border-color: rgb(197,45,250); }
td.TdClassName
{
border-color: #C52DFA;
}
.TagClassName
{
border-color: #C52DFA;
}
</style>