Shades of Electric Purple #C10EF9
Tints of Electric Purple #C10EF9
RGB
CMYK
RGB Variations
Color information
#C10EF9 (or 0xC10EF9) is known color: Electric Purple. HEX triplet: C1, 0E and F9. RGB value is (193,14,249). Sum of RGB (Red+Green+Blue) = 193+14+249=456 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.32% from 456); Green value is 14 (5.86% from 255 or 3.07% from 456); Blue value is 249 (97.66% from 255 or 54.61% from 456); Max value from RGB is 249 - color contains mainly: blue. Hex color #C10EF9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C10EF9 is #3EF106. Grayscale: #5D5D5D. Windows color (decimal): -4124935 or 16322241. OLE color: 16322241.
HSL color Cylindrical-coordinate representation of color #C10EF9: hue angle of 285.7º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C10EF9 is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 14 | 249 | - |
| CMYK | 0.22 | 0.94 | 0 | 0.02 |
| HSL | 285.7º | 0.95% | 0.52% | - |
| HSV(B) | 285.7º | 0.94% | 0.98% | - |
| XYZ | 39.25 | 18.49 | 91.12 | - |
| YUV | 94.31 | 215.3 | 198.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 14 | 249 | 0.22 | 0.94 | 0 | 0.02 | 285.7 | 0.95 | 0.52 |
| Hex | C1 | E | F9 | 16 | 5E | 0 | 2 | 11E | 5F | 34 |
| Octal | 301 | 16 | 371 | 26 | 136 | 0 | 2 | 436 | 137 | 64 |
| Binary | 11000001 | 1110 | 11111001 | 10110 | 1011110 | 0 | 10 | 100011110 | 1011111 | 110100 |
Color Harmonies of #C10EF9
Complementary color
Monochromatic Colors of #C10EF9
Black with #C10EF9
Text Example
Text Example
White with #C10EF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10EF9; }
p { color: rgb(193,14,249); }
H1.HeaderClassName
{
color: #C10EF9;
}
.AnyTagClassName
{
color: #C10EF9;
}
</style>
background-color css
<style>
a { background-color: #C10EF9; }
a { background-color: rgb(193,14,249); }
div.DivClassName
{
background-color: #C10EF9;
}
.BgClassName
{
background-color: #C10EF9;
}
</style>
border-color css
<style>
span { border-color: #C10EF9; }
span { border-color: rgb(193,14,249); }
td.TdClassName
{
border-color: #C10EF9;
}
.TagClassName
{
border-color: #C10EF9;
}
</style>