Shades of Electric Purple #C10FED
Tints of Electric Purple #C10FED
RGB
CMYK
RGB Variations
Color information
#C10FED (or 0xC10FED) is known color: Electric Purple. HEX triplet: C1, 0F and ED. RGB value is (193,15,237). Sum of RGB (Red+Green+Blue) = 193+15+237=445 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.37% from 445); Green value is 15 (6.25% from 255 or 3.37% from 445); Blue value is 237 (92.97% from 255 or 53.26% from 445); Max value from RGB is 237 - color contains mainly: blue. Hex color #C10FED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C10FED is #3EF012. Grayscale: #5C5C5C. Windows color (decimal): -4124691 or 15536065. OLE color: 15536065.
HSL color Cylindrical-coordinate representation of color #C10FED: hue angle of 288.11º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C10FED is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 15 | 237 | - |
| CMYK | 0.19 | 0.94 | 0 | 0.07 |
| HSL | 288.11º | 0.88% | 0.49% | - |
| HSV(B) | 288.11º | 0.94% | 0.93% | - |
| XYZ | 37.45 | 17.79 | 81.58 | - |
| YUV | 93.53 | 208.97 | 198.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 15 | 237 | 0.19 | 0.94 | 0 | 0.07 | 288.11 | 0.88 | 0.49 |
| Hex | C1 | F | ED | 13 | 5E | 0 | 7 | 120 | 58 | 31 |
| Octal | 301 | 17 | 355 | 23 | 136 | 0 | 7 | 440 | 130 | 61 |
| Binary | 11000001 | 1111 | 11101101 | 10011 | 1011110 | 0 | 111 | 100100000 | 1011000 | 110001 |
Color Harmonies of #C10FED
Complementary color
Monochromatic Colors of #C10FED
Black with #C10FED
Text Example
Text Example
White with #C10FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10FED; }
p { color: rgb(193,15,237); }
H1.HeaderClassName
{
color: #C10FED;
}
.AnyTagClassName
{
color: #C10FED;
}
</style>
background-color css
<style>
a { background-color: #C10FED; }
a { background-color: rgb(193,15,237); }
div.DivClassName
{
background-color: #C10FED;
}
.BgClassName
{
background-color: #C10FED;
}
</style>
border-color css
<style>
span { border-color: #C10FED; }
span { border-color: rgb(193,15,237); }
td.TdClassName
{
border-color: #C10FED;
}
.TagClassName
{
border-color: #C10FED;
}
</style>