Shades of Electric Purple #C00FFE
Tints of Electric Purple #C00FFE
RGB
CMYK
RGB Variations
Color information
#C00FFE (or 0xC00FFE) is known color: Electric Purple. HEX triplet: C0, 0F and FE. RGB value is (192,15,254). Sum of RGB (Red+Green+Blue) = 192+15+254=461 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.65% from 461); Green value is 15 (6.25% from 255 or 3.25% from 461); Blue value is 254 (99.61% from 255 or 55.10% from 461); Max value from RGB is 254 - color contains mainly: blue. Hex color #C00FFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C00FFE is #3FF001. Grayscale: #5E5E5E. Windows color (decimal): -4190210 or 16650176. OLE color: 16650176.
HSL color Cylindrical-coordinate representation of color #C00FFE: hue angle of 284.44º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C00FFE is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 192 | 15 | 254 | - |
| CMYK | 0.24 | 0.94 | 0 | 0.00 |
| HSL | 284.44º | 0.99% | 0.53% | - |
| HSV(B) | 284.44º | 0.94% | 1% | - |
| XYZ | 39.8 | 18.7 | 95.28 | - |
| YUV | 95.17 | 217.64 | 197.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 15 | 254 | 0.24 | 0.94 | 0 | 0.00 | 284.44 | 0.99 | 0.53 |
| Hex | C0 | F | FE | 18 | 5E | 0 | 0 | 11C | 63 | 35 |
| Octal | 300 | 17 | 376 | 30 | 136 | 0 | 0 | 434 | 143 | 65 |
| Binary | 11000000 | 1111 | 11111110 | 11000 | 1011110 | 0 | 0 | 100011100 | 1100011 | 110101 |
Color Harmonies of #C00FFE
Complementary color
Monochromatic Colors of #C00FFE
Black with #C00FFE
Text Example
Text Example
White with #C00FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00FFE; }
p { color: rgb(192,15,254); }
H1.HeaderClassName
{
color: #C00FFE;
}
.AnyTagClassName
{
color: #C00FFE;
}
</style>
background-color css
<style>
a { background-color: #C00FFE; }
a { background-color: rgb(192,15,254); }
div.DivClassName
{
background-color: #C00FFE;
}
.BgClassName
{
background-color: #C00FFE;
}
</style>
border-color css
<style>
span { border-color: #C00FFE; }
span { border-color: rgb(192,15,254); }
td.TdClassName
{
border-color: #C00FFE;
}
.TagClassName
{
border-color: #C00FFE;
}
</style>