Shades of Electric Purple #C115E5
Tints of Electric Purple #C115E5
RGB
CMYK
RGB Variations
Color information
#C115E5 (or 0xC115E5) is known color: Electric Purple. HEX triplet: C1, 15 and E5. RGB value is (193,21,229). Sum of RGB (Red+Green+Blue) = 193+21+229=443 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.57% from 443); Green value is 21 (8.59% from 255 or 4.74% from 443); Blue value is 229 (89.84% from 255 or 51.69% from 443); Max value from RGB is 229 - color contains mainly: blue. Hex color #C115E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C115E5 is #3EEA1A. Grayscale: #5F5F5F. Windows color (decimal): -4123163 or 15013313. OLE color: 15013313.
HSL color Cylindrical-coordinate representation of color #C115E5: hue angle of 289.62º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C115E5 is Cyan = 0.16, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 193 | 21 | 229 | - |
| CMYK | 0.16 | 0.91 | 0 | 0.10 |
| HSL | 289.62º | 0.83% | 0.49% | - |
| HSV(B) | 289.62º | 0.91% | 0.9% | - |
| XYZ | 36.4 | 17.53 | 75.59 | - |
| YUV | 96.14 | 202.98 | 197.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 21 | 229 | 0.16 | 0.91 | 0 | 0.10 | 289.62 | 0.83 | 0.49 |
| Hex | C1 | 15 | E5 | 10 | 5B | 0 | A | 122 | 53 | 31 |
| Octal | 301 | 25 | 345 | 20 | 133 | 0 | 12 | 442 | 123 | 61 |
| Binary | 11000001 | 10101 | 11100101 | 10000 | 1011011 | 0 | 1010 | 100100010 | 1010011 | 110001 |
Color Harmonies of #C115E5
Complementary color
Monochromatic Colors of #C115E5
Black with #C115E5
Text Example
Text Example
White with #C115E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C115E5; }
p { color: rgb(193,21,229); }
H1.HeaderClassName
{
color: #C115E5;
}
.AnyTagClassName
{
color: #C115E5;
}
</style>
background-color css
<style>
a { background-color: #C115E5; }
a { background-color: rgb(193,21,229); }
div.DivClassName
{
background-color: #C115E5;
}
.BgClassName
{
background-color: #C115E5;
}
</style>
border-color css
<style>
span { border-color: #C115E5; }
span { border-color: rgb(193,21,229); }
td.TdClassName
{
border-color: #C115E5;
}
.TagClassName
{
border-color: #C115E5;
}
</style>