Shades of Electric Purple #C032FB
Tints of Electric Purple #C032FB
RGB
CMYK
RGB Variations
Color information
#C032FB (or 0xC032FB) is known color: Electric Purple. HEX triplet: C0, 32 and FB. RGB value is (192,50,251). Sum of RGB (Red+Green+Blue) = 192+50+251=493 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.95% from 493); Green value is 50 (19.92% from 255 or 10.14% from 493); Blue value is 251 (98.44% from 255 or 50.91% from 493); Max value from RGB is 251 - color contains mainly: blue. Hex color #C032FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C032FB is #3FCD04. Grayscale: #727272. Windows color (decimal): -4181253 or 16462528. OLE color: 16462528.
HSL color Cylindrical-coordinate representation of color #C032FB: hue angle of 282.39º 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 #C032FB is Cyan = 0.24, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 50 | 251 | - |
| CMYK | 0.24 | 0.80 | 0 | 0.02 |
| HSL | 282.39º | 0.96% | 0.59% | - |
| HSV(B) | 282.39º | 0.8% | 0.98% | - |
| XYZ | 40.29 | 20.45 | 93.09 | - |
| YUV | 115.37 | 204.54 | 182.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 50 | 251 | 0.24 | 0.80 | 0 | 0.02 | 282.39 | 0.96 | 0.59 |
| Hex | C0 | 32 | FB | 18 | 50 | 0 | 2 | 11A | 60 | 3B |
| Octal | 300 | 62 | 373 | 30 | 120 | 0 | 2 | 432 | 140 | 73 |
| Binary | 11000000 | 110010 | 11111011 | 11000 | 1010000 | 0 | 10 | 100011010 | 1100000 | 111011 |
Color Harmonies of #C032FB
Complementary color
Monochromatic Colors of #C032FB
Black with #C032FB
Text Example
Text Example
White with #C032FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C032FB; }
p { color: rgb(192,50,251); }
H1.HeaderClassName
{
color: #C032FB;
}
.AnyTagClassName
{
color: #C032FB;
}
</style>
background-color css
<style>
a { background-color: #C032FB; }
a { background-color: rgb(192,50,251); }
div.DivClassName
{
background-color: #C032FB;
}
.BgClassName
{
background-color: #C032FB;
}
</style>
border-color css
<style>
span { border-color: #C032FB; }
span { border-color: rgb(192,50,251); }
td.TdClassName
{
border-color: #C032FB;
}
.TagClassName
{
border-color: #C032FB;
}
</style>