Shades of Electric Purple #C532FB
Tints of Electric Purple #C532FB
RGB
CMYK
RGB Variations
Color information
#C532FB (or 0xC532FB) is known color: Electric Purple. HEX triplet: C5, 32 and FB. RGB value is (197,50,251). Sum of RGB (Red+Green+Blue) = 197+50+251=498 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.56% from 498); Green value is 50 (19.92% from 255 or 10.04% from 498); Blue value is 251 (98.44% from 255 or 50.40% from 498); Max value from RGB is 251 - color contains mainly: blue. Hex color #C532FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C532FB is #3ACD04. Grayscale: #747474. Windows color (decimal): -3853573 or 16462533. OLE color: 16462533.
HSL color Cylindrical-coordinate representation of color #C532FB: hue angle of 283.88º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C532FB is Cyan = 0.22, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 50 | 251 | - |
| CMYK | 0.22 | 0.80 | 0 | 0.02 |
| HSL | 283.88º | 0.96% | 0.59% | - |
| HSV(B) | 283.88º | 0.8% | 0.98% | - |
| XYZ | 41.58 | 21.12 | 93.15 | - |
| YUV | 116.87 | 203.7 | 185.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 50 | 251 | 0.22 | 0.80 | 0 | 0.02 | 283.88 | 0.96 | 0.59 |
| Hex | C5 | 32 | FB | 16 | 50 | 0 | 2 | 11C | 60 | 3B |
| Octal | 305 | 62 | 373 | 26 | 120 | 0 | 2 | 434 | 140 | 73 |
| Binary | 11000101 | 110010 | 11111011 | 10110 | 1010000 | 0 | 10 | 100011100 | 1100000 | 111011 |
Color Harmonies of #C532FB
Complementary color
Monochromatic Colors of #C532FB
Black with #C532FB
Text Example
Text Example
White with #C532FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C532FB; }
p { color: rgb(197,50,251); }
H1.HeaderClassName
{
color: #C532FB;
}
.AnyTagClassName
{
color: #C532FB;
}
</style>
background-color css
<style>
a { background-color: #C532FB; }
a { background-color: rgb(197,50,251); }
div.DivClassName
{
background-color: #C532FB;
}
.BgClassName
{
background-color: #C532FB;
}
</style>
border-color css
<style>
span { border-color: #C532FB; }
span { border-color: rgb(197,50,251); }
td.TdClassName
{
border-color: #C532FB;
}
.TagClassName
{
border-color: #C532FB;
}
</style>