Shades of Electric Purple #C52BEF
Tints of Electric Purple #C52BEF
RGB
CMYK
RGB Variations
Color information
#C52BEF (or 0xC52BEF) is known color: Electric Purple. HEX triplet: C5, 2B and EF. RGB value is (197,43,239). Sum of RGB (Red+Green+Blue) = 197+43+239=479 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.13% from 479); Green value is 43 (17.19% from 255 or 8.98% from 479); Blue value is 239 (93.75% from 255 or 49.90% from 479); Max value from RGB is 239 - color contains mainly: blue. Hex color #C52BEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C52BEF is #3AD410. Grayscale: #6E6E6E. Windows color (decimal): -3855377 or 15674309. OLE color: 15674309.
HSL color Cylindrical-coordinate representation of color #C52BEF: hue angle of 287.14º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C52BEF is Cyan = 0.18, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 197 | 43 | 239 | - |
| CMYK | 0.18 | 0.82 | 0 | 0.06 |
| HSL | 287.14º | 0.86% | 0.55% | - |
| HSV(B) | 287.14º | 0.82% | 0.94% | - |
| XYZ | 39.47 | 19.83 | 83.41 | - |
| YUV | 111.39 | 200.02 | 189.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 43 | 239 | 0.18 | 0.82 | 0 | 0.06 | 287.14 | 0.86 | 0.55 |
| Hex | C5 | 2B | EF | 12 | 52 | 0 | 6 | 11F | 56 | 37 |
| Octal | 305 | 53 | 357 | 22 | 122 | 0 | 6 | 437 | 126 | 67 |
| Binary | 11000101 | 101011 | 11101111 | 10010 | 1010010 | 0 | 110 | 100011111 | 1010110 | 110111 |
Color Harmonies of #C52BEF
Complementary color
Monochromatic Colors of #C52BEF
Black with #C52BEF
Text Example
Text Example
White with #C52BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52BEF; }
p { color: rgb(197,43,239); }
H1.HeaderClassName
{
color: #C52BEF;
}
.AnyTagClassName
{
color: #C52BEF;
}
</style>
background-color css
<style>
a { background-color: #C52BEF; }
a { background-color: rgb(197,43,239); }
div.DivClassName
{
background-color: #C52BEF;
}
.BgClassName
{
background-color: #C52BEF;
}
</style>
border-color css
<style>
span { border-color: #C52BEF; }
span { border-color: rgb(197,43,239); }
td.TdClassName
{
border-color: #C52BEF;
}
.TagClassName
{
border-color: #C52BEF;
}
</style>