Shades of Electric Purple #C01FED
Tints of Electric Purple #C01FED
RGB
CMYK
RGB Variations
Color information
#C01FED (or 0xC01FED) is known color: Electric Purple. HEX triplet: C0, 1F and ED. RGB value is (192,31,237). Sum of RGB (Red+Green+Blue) = 192+31+237=460 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.74% from 460); Green value is 31 (12.5% from 255 or 6.74% from 460); Blue value is 237 (92.97% from 255 or 51.52% from 460); Max value from RGB is 237 - color contains mainly: blue. Hex color #C01FED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C01FED is #3FE012. Grayscale: #656565. Windows color (decimal): -4186131 or 15540160. OLE color: 15540160.
HSL color Cylindrical-coordinate representation of color #C01FED: hue angle of 286.89º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C01FED is Cyan = 0.19, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 31 | 237 | - |
| CMYK | 0.19 | 0.87 | 0 | 0.07 |
| HSL | 286.89º | 0.85% | 0.53% | - |
| HSV(B) | 286.89º | 0.87% | 0.93% | - |
| XYZ | 37.51 | 18.3 | 81.68 | - |
| YUV | 102.62 | 203.84 | 191.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 31 | 237 | 0.19 | 0.87 | 0 | 0.07 | 286.89 | 0.85 | 0.53 |
| Hex | C0 | 1F | ED | 13 | 57 | 0 | 7 | 11F | 55 | 35 |
| Octal | 300 | 37 | 355 | 23 | 127 | 0 | 7 | 437 | 125 | 65 |
| Binary | 11000000 | 11111 | 11101101 | 10011 | 1010111 | 0 | 111 | 100011111 | 1010101 | 110101 |
Color Harmonies of #C01FED
Complementary color
Monochromatic Colors of #C01FED
Black with #C01FED
Text Example
Text Example
White with #C01FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01FED; }
p { color: rgb(192,31,237); }
H1.HeaderClassName
{
color: #C01FED;
}
.AnyTagClassName
{
color: #C01FED;
}
</style>
background-color css
<style>
a { background-color: #C01FED; }
a { background-color: rgb(192,31,237); }
div.DivClassName
{
background-color: #C01FED;
}
.BgClassName
{
background-color: #C01FED;
}
</style>
border-color css
<style>
span { border-color: #C01FED; }
span { border-color: rgb(192,31,237); }
td.TdClassName
{
border-color: #C01FED;
}
.TagClassName
{
border-color: #C01FED;
}
</style>