Shades of Electric Purple #C032FE
Tints of Electric Purple #C032FE
RGB
CMYK
RGB Variations
Color information
#C032FE (or 0xC032FE) is known color: Electric Purple. HEX triplet: C0, 32 and FE. RGB value is (192,50,254). Sum of RGB (Red+Green+Blue) = 192+50+254=496 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.71% from 496); Green value is 50 (19.92% from 255 or 10.08% from 496); Blue value is 254 (99.61% from 255 or 51.21% from 496); Max value from RGB is 254 - color contains mainly: blue. Hex color #C032FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C032FE is #3FCD01. Grayscale: #737373. Windows color (decimal): -4181250 or 16659136. OLE color: 16659136.
HSL color Cylindrical-coordinate representation of color #C032FE: hue angle of 281.76º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C032FE is Cyan = 0.24, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 192 | 50 | 254 | - |
| CMYK | 0.24 | 0.80 | 0 | 0.00 |
| HSL | 281.76º | 0.99% | 0.6% | - |
| HSV(B) | 281.76º | 0.8% | 1% | - |
| XYZ | 40.77 | 20.64 | 95.6 | - |
| YUV | 115.71 | 206.04 | 182.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 50 | 254 | 0.24 | 0.80 | 0 | 0.00 | 281.76 | 0.99 | 0.6 |
| Hex | C0 | 32 | FE | 18 | 50 | 0 | 0 | 11A | 63 | 3C |
| Octal | 300 | 62 | 376 | 30 | 120 | 0 | 0 | 432 | 143 | 74 |
| Binary | 11000000 | 110010 | 11111110 | 11000 | 1010000 | 0 | 0 | 100011010 | 1100011 | 111100 |
Color Harmonies of #C032FE
Complementary color
Monochromatic Colors of #C032FE
Black with #C032FE
Text Example
Text Example
White with #C032FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C032FE; }
p { color: rgb(192,50,254); }
H1.HeaderClassName
{
color: #C032FE;
}
.AnyTagClassName
{
color: #C032FE;
}
</style>
background-color css
<style>
a { background-color: #C032FE; }
a { background-color: rgb(192,50,254); }
div.DivClassName
{
background-color: #C032FE;
}
.BgClassName
{
background-color: #C032FE;
}
</style>
border-color css
<style>
span { border-color: #C032FE; }
span { border-color: rgb(192,50,254); }
td.TdClassName
{
border-color: #C032FE;
}
.TagClassName
{
border-color: #C032FE;
}
</style>