Shades of Electric Purple #C034FE
Tints of Electric Purple #C034FE
RGB
CMYK
RGB Variations
Color information
#C034FE (or 0xC034FE) is known color: Electric Purple. HEX triplet: C0, 34 and FE. RGB value is (192,52,254). Sum of RGB (Red+Green+Blue) = 192+52+254=498 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.55% from 498); Green value is 52 (20.70% from 255 or 10.44% from 498); Blue value is 254 (99.61% from 255 or 51.00% from 498); Max value from RGB is 254 - color contains mainly: blue. Hex color #C034FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C034FE is #3FCB01. Grayscale: #747474. Windows color (decimal): -4180738 or 16659648. OLE color: 16659648.
HSL color Cylindrical-coordinate representation of color #C034FE: hue angle of 281.58º 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 #C034FE is Cyan = 0.24, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 192 | 52 | 254 | - |
| CMYK | 0.24 | 0.80 | 0 | 0.00 |
| HSL | 281.58º | 0.99% | 0.6% | - |
| HSV(B) | 281.58º | 0.8% | 1% | - |
| XYZ | 40.86 | 20.82 | 95.63 | - |
| YUV | 116.89 | 205.38 | 181.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 52 | 254 | 0.24 | 0.80 | 0 | 0.00 | 281.58 | 0.99 | 0.6 |
| Hex | C0 | 34 | FE | 18 | 50 | 0 | 0 | 11A | 63 | 3C |
| Octal | 300 | 64 | 376 | 30 | 120 | 0 | 0 | 432 | 143 | 74 |
| Binary | 11000000 | 110100 | 11111110 | 11000 | 1010000 | 0 | 0 | 100011010 | 1100011 | 111100 |
Color Harmonies of #C034FE
Complementary color
Monochromatic Colors of #C034FE
Black with #C034FE
Text Example
Text Example
White with #C034FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C034FE; }
p { color: rgb(192,52,254); }
H1.HeaderClassName
{
color: #C034FE;
}
.AnyTagClassName
{
color: #C034FE;
}
</style>
background-color css
<style>
a { background-color: #C034FE; }
a { background-color: rgb(192,52,254); }
div.DivClassName
{
background-color: #C034FE;
}
.BgClassName
{
background-color: #C034FE;
}
</style>
border-color css
<style>
span { border-color: #C034FE; }
span { border-color: rgb(192,52,254); }
td.TdClassName
{
border-color: #C034FE;
}
.TagClassName
{
border-color: #C034FE;
}
</style>