Shades of Electric Purple #C52CF9
Tints of Electric Purple #C52CF9
RGB
CMYK
RGB Variations
Color information
#C52CF9 (or 0xC52CF9) is known color: Electric Purple. HEX triplet: C5, 2C and F9. RGB value is (197,44,249). Sum of RGB (Red+Green+Blue) = 197+44+249=490 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.20% from 490); Green value is 44 (17.58% from 255 or 8.98% from 490); Blue value is 249 (97.66% from 255 or 50.82% from 490); Max value from RGB is 249 - color contains mainly: blue. Hex color #C52CF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C52CF9 is #3AD306. Grayscale: #707070. Windows color (decimal): -3855111 or 16329925. OLE color: 16329925.
HSL color Cylindrical-coordinate representation of color #C52CF9: hue angle of 284.78º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C52CF9 is Cyan = 0.21, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 44 | 249 | - |
| CMYK | 0.21 | 0.82 | 0 | 0.02 |
| HSL | 284.78º | 0.94% | 0.57% | - |
| HSV(B) | 284.78º | 0.82% | 0.98% | - |
| XYZ | 41.03 | 20.51 | 91.42 | - |
| YUV | 113.12 | 204.69 | 187.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 44 | 249 | 0.21 | 0.82 | 0 | 0.02 | 284.78 | 0.94 | 0.57 |
| Hex | C5 | 2C | F9 | 15 | 52 | 0 | 2 | 11D | 5E | 39 |
| Octal | 305 | 54 | 371 | 25 | 122 | 0 | 2 | 435 | 136 | 71 |
| Binary | 11000101 | 101100 | 11111001 | 10101 | 1010010 | 0 | 10 | 100011101 | 1011110 | 111001 |
Color Harmonies of #C52CF9
Complementary color
Monochromatic Colors of #C52CF9
Black with #C52CF9
Text Example
Text Example
White with #C52CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52CF9; }
p { color: rgb(197,44,249); }
H1.HeaderClassName
{
color: #C52CF9;
}
.AnyTagClassName
{
color: #C52CF9;
}
</style>
background-color css
<style>
a { background-color: #C52CF9; }
a { background-color: rgb(197,44,249); }
div.DivClassName
{
background-color: #C52CF9;
}
.BgClassName
{
background-color: #C52CF9;
}
</style>
border-color css
<style>
span { border-color: #C52CF9; }
span { border-color: rgb(197,44,249); }
td.TdClassName
{
border-color: #C52CF9;
}
.TagClassName
{
border-color: #C52CF9;
}
</style>