Shades of Electric Purple #C10EE5
Tints of Electric Purple #C10EE5
RGB
CMYK
RGB Variations
Color information
#C10EE5 (or 0xC10EE5) is known color: Electric Purple. HEX triplet: C1, 0E and E5. RGB value is (193,14,229). Sum of RGB (Red+Green+Blue) = 193+14+229=436 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.27% from 436); Green value is 14 (5.86% from 255 or 3.21% from 436); Blue value is 229 (89.84% from 255 or 52.52% from 436); Max value from RGB is 229 - color contains mainly: blue. Hex color #C10EE5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C10EE5 is #3EF11A. Grayscale: #5B5B5B. Windows color (decimal): -4124955 or 15011521. OLE color: 15011521.
HSL color Cylindrical-coordinate representation of color #C10EE5: hue angle of 289.95º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C10EE5 is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 193 | 14 | 229 | - |
| CMYK | 0.16 | 0.94 | 0 | 0.10 |
| HSL | 289.95º | 0.88% | 0.48% | - |
| HSV(B) | 289.95º | 0.94% | 0.9% | - |
| XYZ | 36.29 | 17.31 | 75.56 | - |
| YUV | 92.03 | 205.3 | 200.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 14 | 229 | 0.16 | 0.94 | 0 | 0.10 | 289.95 | 0.88 | 0.48 |
| Hex | C1 | E | E5 | 10 | 5E | 0 | A | 122 | 58 | 30 |
| Octal | 301 | 16 | 345 | 20 | 136 | 0 | 12 | 442 | 130 | 60 |
| Binary | 11000001 | 1110 | 11100101 | 10000 | 1011110 | 0 | 1010 | 100100010 | 1011000 | 110000 |
Color Harmonies of #C10EE5
Complementary color
Monochromatic Colors of #C10EE5
Black with #C10EE5
Text Example
Text Example
White with #C10EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10EE5; }
p { color: rgb(193,14,229); }
H1.HeaderClassName
{
color: #C10EE5;
}
.AnyTagClassName
{
color: #C10EE5;
}
</style>
background-color css
<style>
a { background-color: #C10EE5; }
a { background-color: rgb(193,14,229); }
div.DivClassName
{
background-color: #C10EE5;
}
.BgClassName
{
background-color: #C10EE5;
}
</style>
border-color css
<style>
span { border-color: #C10EE5; }
span { border-color: rgb(193,14,229); }
td.TdClassName
{
border-color: #C10EE5;
}
.TagClassName
{
border-color: #C10EE5;
}
</style>