Shades of Electric Purple #C534FC
Tints of Electric Purple #C534FC
RGB
CMYK
RGB Variations
Color information
#C534FC (or 0xC534FC) is known color: Electric Purple. HEX triplet: C5, 34 and FC. RGB value is (197,52,252). Sum of RGB (Red+Green+Blue) = 197+52+252=501 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.32% from 501); Green value is 52 (20.70% from 255 or 10.38% from 501); Blue value is 252 (98.83% from 255 or 50.30% from 501); Max value from RGB is 252 - color contains mainly: blue. Hex color #C534FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C534FC is #3ACB03. Grayscale: #757575. Windows color (decimal): -3853060 or 16528581. OLE color: 16528581.
HSL color Cylindrical-coordinate representation of color #C534FC: hue angle of 283.5º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C534FC is Cyan = 0.22, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 52 | 252 | - |
| CMYK | 0.22 | 0.79 | 0 | 0.01 |
| HSL | 283.5º | 0.97% | 0.6% | - |
| HSV(B) | 283.5º | 0.79% | 0.99% | - |
| XYZ | 41.82 | 21.35 | 94.01 | - |
| YUV | 118.16 | 203.54 | 184.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 52 | 252 | 0.22 | 0.79 | 0 | 0.01 | 283.5 | 0.97 | 0.6 |
| Hex | C5 | 34 | FC | 16 | 4F | 0 | 1 | 11C | 61 | 3C |
| Octal | 305 | 64 | 374 | 26 | 117 | 0 | 1 | 434 | 141 | 74 |
| Binary | 11000101 | 110100 | 11111100 | 10110 | 1001111 | 0 | 1 | 100011100 | 1100001 | 111100 |
Color Harmonies of #C534FC
Complementary color
Monochromatic Colors of #C534FC
Black with #C534FC
Text Example
Text Example
White with #C534FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C534FC; }
p { color: rgb(197,52,252); }
H1.HeaderClassName
{
color: #C534FC;
}
.AnyTagClassName
{
color: #C534FC;
}
</style>
background-color css
<style>
a { background-color: #C534FC; }
a { background-color: rgb(197,52,252); }
div.DivClassName
{
background-color: #C534FC;
}
.BgClassName
{
background-color: #C534FC;
}
</style>
border-color css
<style>
span { border-color: #C534FC; }
span { border-color: rgb(197,52,252); }
td.TdClassName
{
border-color: #C534FC;
}
.TagClassName
{
border-color: #C534FC;
}
</style>