Shades of Electric Purple #C032FC
Tints of Electric Purple #C032FC
RGB
CMYK
RGB Variations
Color information
#C032FC (or 0xC032FC) is known color: Electric Purple. HEX triplet: C0, 32 and FC. RGB value is (192,50,252). Sum of RGB (Red+Green+Blue) = 192+50+252=494 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.87% from 494); Green value is 50 (19.92% from 255 or 10.12% from 494); Blue value is 252 (98.83% from 255 or 51.01% from 494); Max value from RGB is 252 - color contains mainly: blue. Hex color #C032FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C032FC is #3FCD03. Grayscale: #727272. Windows color (decimal): -4181252 or 16528064. OLE color: 16528064.
HSL color Cylindrical-coordinate representation of color #C032FC: hue angle of 282.18º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C032FC is Cyan = 0.24, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 50 | 252 | - |
| CMYK | 0.24 | 0.80 | 0 | 0.01 |
| HSL | 282.18º | 0.97% | 0.59% | - |
| HSV(B) | 282.18º | 0.8% | 0.99% | - |
| XYZ | 40.45 | 20.52 | 93.92 | - |
| YUV | 115.49 | 205.04 | 182.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 50 | 252 | 0.24 | 0.80 | 0 | 0.01 | 282.18 | 0.97 | 0.59 |
| Hex | C0 | 32 | FC | 18 | 50 | 0 | 1 | 11A | 61 | 3B |
| Octal | 300 | 62 | 374 | 30 | 120 | 0 | 1 | 432 | 141 | 73 |
| Binary | 11000000 | 110010 | 11111100 | 11000 | 1010000 | 0 | 1 | 100011010 | 1100001 | 111011 |
Color Harmonies of #C032FC
Complementary color
Monochromatic Colors of #C032FC
Black with #C032FC
Text Example
Text Example
White with #C032FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C032FC; }
p { color: rgb(192,50,252); }
H1.HeaderClassName
{
color: #C032FC;
}
.AnyTagClassName
{
color: #C032FC;
}
</style>
background-color css
<style>
a { background-color: #C032FC; }
a { background-color: rgb(192,50,252); }
div.DivClassName
{
background-color: #C032FC;
}
.BgClassName
{
background-color: #C032FC;
}
</style>
border-color css
<style>
span { border-color: #C032FC; }
span { border-color: rgb(192,50,252); }
td.TdClassName
{
border-color: #C032FC;
}
.TagClassName
{
border-color: #C032FC;
}
</style>