Shades of Electric Purple #C52DF9
Tints of Electric Purple #C52DF9
RGB
CMYK
RGB Variations
Color information
#C52DF9 (or 0xC52DF9) is known color: Electric Purple. HEX triplet: C5, 2D and F9. RGB value is (197,45,249). Sum of RGB (Red+Green+Blue) = 197+45+249=491 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.12% from 491); Green value is 45 (17.97% from 255 or 9.16% from 491); Blue value is 249 (97.66% from 255 or 50.71% from 491); Max value from RGB is 249 - color contains mainly: blue. Hex color #C52DF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C52DF9 is #3AD206. Grayscale: #717171. Windows color (decimal): -3854855 or 16330181. OLE color: 16330181.
HSL color Cylindrical-coordinate representation of color #C52DF9: hue angle of 284.71º degrees, saturation: 0.94, 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 #C52DF9 is Cyan = 0.21, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 45 | 249 | - |
| CMYK | 0.21 | 0.82 | 0 | 0.02 |
| HSL | 284.71º | 0.94% | 0.58% | - |
| HSV(B) | 284.71º | 0.82% | 0.98% | - |
| XYZ | 41.06 | 20.59 | 91.43 | - |
| YUV | 113.7 | 204.36 | 187.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 45 | 249 | 0.21 | 0.82 | 0 | 0.02 | 284.71 | 0.94 | 0.58 |
| Hex | C5 | 2D | F9 | 15 | 52 | 0 | 2 | 11D | 5E | 3A |
| Octal | 305 | 55 | 371 | 25 | 122 | 0 | 2 | 435 | 136 | 72 |
| Binary | 11000101 | 101101 | 11111001 | 10101 | 1010010 | 0 | 10 | 100011101 | 1011110 | 111010 |
Color Harmonies of #C52DF9
Complementary color
Monochromatic Colors of #C52DF9
Black with #C52DF9
Text Example
Text Example
White with #C52DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52DF9; }
p { color: rgb(197,45,249); }
H1.HeaderClassName
{
color: #C52DF9;
}
.AnyTagClassName
{
color: #C52DF9;
}
</style>
background-color css
<style>
a { background-color: #C52DF9; }
a { background-color: rgb(197,45,249); }
div.DivClassName
{
background-color: #C52DF9;
}
.BgClassName
{
background-color: #C52DF9;
}
</style>
border-color css
<style>
span { border-color: #C52DF9; }
span { border-color: rgb(197,45,249); }
td.TdClassName
{
border-color: #C52DF9;
}
.TagClassName
{
border-color: #C52DF9;
}
</style>