Shades of Electric Purple #C107FE
Tints of Electric Purple #C107FE
RGB
CMYK
RGB Variations
Color information
#C107FE (or 0xC107FE) is known color: Electric Purple. HEX triplet: C1, 07 and FE. RGB value is (193,7,254). Sum of RGB (Red+Green+Blue) = 193+7+254=454 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.51% from 454); Green value is 7 (3.12% from 255 or 1.54% from 454); Blue value is 254 (99.61% from 255 or 55.95% from 454); Max value from RGB is 254 - color contains mainly: blue. Hex color #C107FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C107FE is #3EF801. Grayscale: #595959. Windows color (decimal): -4126722 or 16648129. OLE color: 16648129.
HSL color Cylindrical-coordinate representation of color #C107FE: hue angle of 285.18º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C107FE is Cyan = 0.24, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 193 | 7 | 254 | - |
| CMYK | 0.24 | 0.97 | 0 | 0.00 |
| HSL | 285.18º | 0.99% | 0.51% | - |
| HSV(B) | 285.18º | 0.97% | 1% | - |
| XYZ | 39.96 | 18.65 | 95.26 | - |
| YUV | 90.77 | 220.12 | 200.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 7 | 254 | 0.24 | 0.97 | 0 | 0.00 | 285.18 | 0.99 | 0.51 |
| Hex | C1 | 7 | FE | 18 | 61 | 0 | 0 | 11D | 63 | 33 |
| Octal | 301 | 7 | 376 | 30 | 141 | 0 | 0 | 435 | 143 | 63 |
| Binary | 11000001 | 111 | 11111110 | 11000 | 1100001 | 0 | 0 | 100011101 | 1100011 | 110011 |
Color Harmonies of #C107FE
Complementary color
Monochromatic Colors of #C107FE
Black with #C107FE
Text Example
Text Example
White with #C107FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C107FE; }
p { color: rgb(193,7,254); }
H1.HeaderClassName
{
color: #C107FE;
}
.AnyTagClassName
{
color: #C107FE;
}
</style>
background-color css
<style>
a { background-color: #C107FE; }
a { background-color: rgb(193,7,254); }
div.DivClassName
{
background-color: #C107FE;
}
.BgClassName
{
background-color: #C107FE;
}
</style>
border-color css
<style>
span { border-color: #C107FE; }
span { border-color: rgb(193,7,254); }
td.TdClassName
{
border-color: #C107FE;
}
.TagClassName
{
border-color: #C107FE;
}
</style>