Shades of Electric Purple #C52DEE
Tints of Electric Purple #C52DEE
RGB
CMYK
RGB Variations
Color information
#C52DEE (or 0xC52DEE) is known color: Electric Purple. HEX triplet: C5, 2D and EE. RGB value is (197,45,238). Sum of RGB (Red+Green+Blue) = 197+45+238=480 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.04% from 480); Green value is 45 (17.97% from 255 or 9.38% from 480); Blue value is 238 (93.36% from 255 or 49.58% from 480); Max value from RGB is 238 - color contains mainly: blue. Hex color #C52DEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C52DEE is #3AD211. Grayscale: #6F6F6F. Windows color (decimal): -3854866 or 15609285. OLE color: 15609285.
HSL color Cylindrical-coordinate representation of color #C52DEE: hue angle of 287.25º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C52DEE is Cyan = 0.17, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 45 | 238 | - |
| CMYK | 0.17 | 0.81 | 0 | 0.07 |
| HSL | 287.25º | 0.85% | 0.55% | - |
| HSV(B) | 287.25º | 0.81% | 0.93% | - |
| XYZ | 39.4 | 19.92 | 82.66 | - |
| YUV | 112.45 | 198.86 | 188.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 45 | 238 | 0.17 | 0.81 | 0 | 0.07 | 287.25 | 0.85 | 0.55 |
| Hex | C5 | 2D | EE | 11 | 51 | 0 | 7 | 11F | 55 | 37 |
| Octal | 305 | 55 | 356 | 21 | 121 | 0 | 7 | 437 | 125 | 67 |
| Binary | 11000101 | 101101 | 11101110 | 10001 | 1010001 | 0 | 111 | 100011111 | 1010101 | 110111 |
Color Harmonies of #C52DEE
Complementary color
Monochromatic Colors of #C52DEE
Black with #C52DEE
Text Example
Text Example
White with #C52DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52DEE; }
p { color: rgb(197,45,238); }
H1.HeaderClassName
{
color: #C52DEE;
}
.AnyTagClassName
{
color: #C52DEE;
}
</style>
background-color css
<style>
a { background-color: #C52DEE; }
a { background-color: rgb(197,45,238); }
div.DivClassName
{
background-color: #C52DEE;
}
.BgClassName
{
background-color: #C52DEE;
}
</style>
border-color css
<style>
span { border-color: #C52DEE; }
span { border-color: rgb(197,45,238); }
td.TdClassName
{
border-color: #C52DEE;
}
.TagClassName
{
border-color: #C52DEE;
}
</style>