Shades of Electric Purple #C010FE
Tints of Electric Purple #C010FE
RGB
CMYK
RGB Variations
Color information
#C010FE (or 0xC010FE) is known color: Electric Purple. HEX triplet: C0, 10 and FE. RGB value is (192,16,254). Sum of RGB (Red+Green+Blue) = 192+16+254=462 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.56% from 462); Green value is 16 (6.64% from 255 or 3.46% from 462); Blue value is 254 (99.61% from 255 or 54.98% from 462); Max value from RGB is 254 - color contains mainly: blue. Hex color #C010FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C010FE is #3FEF01. Grayscale: #5E5E5E. Windows color (decimal): -4189954 or 16650432. OLE color: 16650432.
HSL color Cylindrical-coordinate representation of color #C010FE: hue angle of 284.37º 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 #C010FE is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 192 | 16 | 254 | - |
| CMYK | 0.24 | 0.94 | 0 | 0.00 |
| HSL | 284.37º | 0.99% | 0.53% | - |
| HSV(B) | 284.37º | 0.94% | 1% | - |
| XYZ | 39.81 | 18.73 | 95.28 | - |
| YUV | 95.76 | 217.31 | 196.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 16 | 254 | 0.24 | 0.94 | 0 | 0.00 | 284.37 | 0.99 | 0.53 |
| Hex | C0 | 10 | FE | 18 | 5E | 0 | 0 | 11C | 63 | 35 |
| Octal | 300 | 20 | 376 | 30 | 136 | 0 | 0 | 434 | 143 | 65 |
| Binary | 11000000 | 10000 | 11111110 | 11000 | 1011110 | 0 | 0 | 100011100 | 1100011 | 110101 |
Color Harmonies of #C010FE
Complementary color
Monochromatic Colors of #C010FE
Black with #C010FE
Text Example
Text Example
White with #C010FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C010FE; }
p { color: rgb(192,16,254); }
H1.HeaderClassName
{
color: #C010FE;
}
.AnyTagClassName
{
color: #C010FE;
}
</style>
background-color css
<style>
a { background-color: #C010FE; }
a { background-color: rgb(192,16,254); }
div.DivClassName
{
background-color: #C010FE;
}
.BgClassName
{
background-color: #C010FE;
}
</style>
border-color css
<style>
span { border-color: #C010FE; }
span { border-color: rgb(192,16,254); }
td.TdClassName
{
border-color: #C010FE;
}
.TagClassName
{
border-color: #C010FE;
}
</style>