Shades of Electric Purple #C000FE
Tints of Electric Purple #C000FE
RGB
CMYK
RGB Variations
Color information
#C000FE (or 0xC000FE) is known color: Electric Purple. HEX triplet: C0, 00 and FE. RGB value is (192,0,254). Sum of RGB (Red+Green+Blue) = 192+0+254=446 (59% of max value = 765). Red value is 192 (75.39% from 255 or 43.05% from 446); Green value is 0 (0.39% from 255 or 0% from 446); Blue value is 254 (99.61% from 255 or 56.95% from 446); Max value from RGB is 254 - color contains mainly: blue. Hex color #C000FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C000FE is #3FFF01. Grayscale: #555555. Windows color (decimal): -4194050 or 16646336. OLE color: 16646336.
HSL color Cylindrical-coordinate representation of color #C000FE: hue angle of 285.35º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C000FE is Cyan = 0.24, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 192 | 0 | 254 | - |
| CMYK | 0.24 | 1 | 0 | 0.00 |
| HSL | 285.35º | 1% | 0.5% | - |
| HSV(B) | 285.35º | 1% | 1% | - |
| XYZ | 39.63 | 18.36 | 95.22 | - |
| YUV | 86.36 | 222.61 | 203.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 0 | 254 | 0.24 | 1 | 0 | 0.00 | 285.35 | 1 | 0.5 |
| Hex | C0 | 0 | FE | 18 | 64 | 0 | 0 | 11D | 64 | 32 |
| Octal | 300 | 0 | 376 | 30 | 144 | 0 | 0 | 435 | 144 | 62 |
| Binary | 11000000 | 0 | 11111110 | 11000 | 1100100 | 0 | 0 | 100011101 | 1100100 | 110010 |
Color Harmonies of #C000FE
Complementary color
Monochromatic Colors of #C000FE
Black with #C000FE
Text Example
Text Example
White with #C000FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C000FE; }
p { color: rgb(192,0,254); }
H1.HeaderClassName
{
color: #C000FE;
}
.AnyTagClassName
{
color: #C000FE;
}
</style>
background-color css
<style>
a { background-color: #C000FE; }
a { background-color: rgb(192,0,254); }
div.DivClassName
{
background-color: #C000FE;
}
.BgClassName
{
background-color: #C000FE;
}
</style>
border-color css
<style>
span { border-color: #C000FE; }
span { border-color: rgb(192,0,254); }
td.TdClassName
{
border-color: #C000FE;
}
.TagClassName
{
border-color: #C000FE;
}
</style>