Shades of Electric Purple #C52DEF
Tints of Electric Purple #C52DEF
RGB
CMYK
RGB Variations
Color information
#C52DEF (or 0xC52DEF) is known color: Electric Purple. HEX triplet: C5, 2D and EF. RGB value is (197,45,239). Sum of RGB (Red+Green+Blue) = 197+45+239=481 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.96% from 481); Green value is 45 (17.97% from 255 or 9.36% from 481); Blue value is 239 (93.75% from 255 or 49.69% from 481); Max value from RGB is 239 - color contains mainly: blue. Hex color #C52DEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C52DEF is #3AD210. Grayscale: #6F6F6F. Windows color (decimal): -3854865 or 15674821. OLE color: 15674821.
HSL color Cylindrical-coordinate representation of color #C52DEF: hue angle of 287.01º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C52DEF is Cyan = 0.18, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 197 | 45 | 239 | - |
| CMYK | 0.18 | 0.81 | 0 | 0.06 |
| HSL | 287.01º | 0.86% | 0.56% | - |
| HSV(B) | 287.01º | 0.81% | 0.94% | - |
| XYZ | 39.54 | 19.98 | 83.43 | - |
| YUV | 112.56 | 199.36 | 188.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 45 | 239 | 0.18 | 0.81 | 0 | 0.06 | 287.01 | 0.86 | 0.56 |
| Hex | C5 | 2D | EF | 12 | 51 | 0 | 6 | 11F | 56 | 38 |
| Octal | 305 | 55 | 357 | 22 | 121 | 0 | 6 | 437 | 126 | 70 |
| Binary | 11000101 | 101101 | 11101111 | 10010 | 1010001 | 0 | 110 | 100011111 | 1010110 | 111000 |
Color Harmonies of #C52DEF
Complementary color
Monochromatic Colors of #C52DEF
Black with #C52DEF
Text Example
Text Example
White with #C52DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52DEF; }
p { color: rgb(197,45,239); }
H1.HeaderClassName
{
color: #C52DEF;
}
.AnyTagClassName
{
color: #C52DEF;
}
</style>
background-color css
<style>
a { background-color: #C52DEF; }
a { background-color: rgb(197,45,239); }
div.DivClassName
{
background-color: #C52DEF;
}
.BgClassName
{
background-color: #C52DEF;
}
</style>
border-color css
<style>
span { border-color: #C52DEF; }
span { border-color: rgb(197,45,239); }
td.TdClassName
{
border-color: #C52DEF;
}
.TagClassName
{
border-color: #C52DEF;
}
</style>