Shades of Electric Purple #C01DFE
Tints of Electric Purple #C01DFE
RGB
CMYK
RGB Variations
Color information
#C01DFE (or 0xC01DFE) is known color: Electric Purple. HEX triplet: C0, 1D and FE. RGB value is (192,29,254). Sum of RGB (Red+Green+Blue) = 192+29+254=475 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.42% from 475); Green value is 29 (11.72% from 255 or 6.11% from 475); Blue value is 254 (99.61% from 255 or 53.47% from 475); Max value from RGB is 254 - color contains mainly: blue. Hex color #C01DFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C01DFE is #3FE201. Grayscale: #666666. Windows color (decimal): -4186626 or 16653760. OLE color: 16653760.
HSL color Cylindrical-coordinate representation of color #C01DFE: hue angle of 283.47º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C01DFE is Cyan = 0.24, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 192 | 29 | 254 | - |
| CMYK | 0.24 | 0.89 | 0 | 0.00 |
| HSL | 283.47º | 0.99% | 0.55% | - |
| HSV(B) | 283.47º | 0.89% | 1% | - |
| XYZ | 40.07 | 19.24 | 95.37 | - |
| YUV | 103.39 | 213 | 191.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 29 | 254 | 0.24 | 0.89 | 0 | 0.00 | 283.47 | 0.99 | 0.55 |
| Hex | C0 | 1D | FE | 18 | 59 | 0 | 0 | 11B | 63 | 37 |
| Octal | 300 | 35 | 376 | 30 | 131 | 0 | 0 | 433 | 143 | 67 |
| Binary | 11000000 | 11101 | 11111110 | 11000 | 1011001 | 0 | 0 | 100011011 | 1100011 | 110111 |
Color Harmonies of #C01DFE
Complementary color
Monochromatic Colors of #C01DFE
Black with #C01DFE
Text Example
Text Example
White with #C01DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01DFE; }
p { color: rgb(192,29,254); }
H1.HeaderClassName
{
color: #C01DFE;
}
.AnyTagClassName
{
color: #C01DFE;
}
</style>
background-color css
<style>
a { background-color: #C01DFE; }
a { background-color: rgb(192,29,254); }
div.DivClassName
{
background-color: #C01DFE;
}
.BgClassName
{
background-color: #C01DFE;
}
</style>
border-color css
<style>
span { border-color: #C01DFE; }
span { border-color: rgb(192,29,254); }
td.TdClassName
{
border-color: #C01DFE;
}
.TagClassName
{
border-color: #C01DFE;
}
</style>