Shades of Electric Purple #C10EFE
Tints of Electric Purple #C10EFE
RGB
CMYK
RGB Variations
Color information
#C10EFE (or 0xC10EFE) is known color: Electric Purple. HEX triplet: C1, 0E and FE. RGB value is (193,14,254). Sum of RGB (Red+Green+Blue) = 193+14+254=461 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.87% from 461); Green value is 14 (5.86% from 255 or 3.04% 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 #C10EFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C10EFE is #3EF101. Grayscale: #5E5E5E. Windows color (decimal): -4124930 or 16649921. OLE color: 16649921.
HSL color Cylindrical-coordinate representation of color #C10EFE: hue angle of 284.75º 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 #C10EFE is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 193 | 14 | 254 | - |
| CMYK | 0.24 | 0.94 | 0 | 0.00 |
| HSL | 284.75º | 0.99% | 0.53% | - |
| HSV(B) | 284.75º | 0.94% | 1% | - |
| XYZ | 40.04 | 18.81 | 95.29 | - |
| YUV | 94.88 | 217.8 | 197.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 14 | 254 | 0.24 | 0.94 | 0 | 0.00 | 284.75 | 0.99 | 0.53 |
| Hex | C1 | E | FE | 18 | 5E | 0 | 0 | 11D | 63 | 35 |
| Octal | 301 | 16 | 376 | 30 | 136 | 0 | 0 | 435 | 143 | 65 |
| Binary | 11000001 | 1110 | 11111110 | 11000 | 1011110 | 0 | 0 | 100011101 | 1100011 | 110101 |
Color Harmonies of #C10EFE
Complementary color
Monochromatic Colors of #C10EFE
Black with #C10EFE
Text Example
Text Example
White with #C10EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10EFE; }
p { color: rgb(193,14,254); }
H1.HeaderClassName
{
color: #C10EFE;
}
.AnyTagClassName
{
color: #C10EFE;
}
</style>
background-color css
<style>
a { background-color: #C10EFE; }
a { background-color: rgb(193,14,254); }
div.DivClassName
{
background-color: #C10EFE;
}
.BgClassName
{
background-color: #C10EFE;
}
</style>
border-color css
<style>
span { border-color: #C10EFE; }
span { border-color: rgb(193,14,254); }
td.TdClassName
{
border-color: #C10EFE;
}
.TagClassName
{
border-color: #C10EFE;
}
</style>