Shades of Electric Purple #C115FF
Tints of Electric Purple #C115FF
RGB
CMYK
RGB Variations
Color information
#C115FF (or 0xC115FF) is known color: Electric Purple. HEX triplet: C1, 15 and FF. RGB value is (193,21,255). Sum of RGB (Red+Green+Blue) = 193+21+255=469 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.15% from 469); Green value is 21 (8.59% from 255 or 4.48% from 469); Blue value is 255 (100% from 255 or 54.37% from 469); Max value from RGB is 255 - color contains mainly: blue. Hex color #C115FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C115FF is #3EEA00. Grayscale: #626262. Windows color (decimal): -4123137 or 16717249. OLE color: 16717249.
HSL color Cylindrical-coordinate representation of color #C115FF: hue angle of 284.1º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C115FF is Cyan = 0.24, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 193 | 21 | 255 | - |
| CMYK | 0.24 | 0.92 | 0 | 0 |
| HSL | 284.1º | 1% | 0.54% | - |
| HSV(B) | 284.1º | 0.92% | 1% | - |
| XYZ | 40.31 | 19.09 | 96.17 | - |
| YUV | 99.1 | 215.98 | 194.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 21 | 255 | 0.24 | 0.92 | 0 | 0 | 284.1 | 1 | 0.54 |
| Hex | C1 | 15 | FF | 18 | 5C | 0 | 0 | 11C | 64 | 36 |
| Octal | 301 | 25 | 377 | 30 | 134 | 0 | 0 | 434 | 144 | 66 |
| Binary | 11000001 | 10101 | 11111111 | 11000 | 1011100 | 0 | 0 | 100011100 | 1100100 | 110110 |
Color Harmonies of #C115FF
Complementary color
Monochromatic Colors of #C115FF
Black with #C115FF
Text Example
Text Example
White with #C115FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C115FF; }
p { color: rgb(193,21,255); }
H1.HeaderClassName
{
color: #C115FF;
}
.AnyTagClassName
{
color: #C115FF;
}
</style>
background-color css
<style>
a { background-color: #C115FF; }
a { background-color: rgb(193,21,255); }
div.DivClassName
{
background-color: #C115FF;
}
.BgClassName
{
background-color: #C115FF;
}
</style>
border-color css
<style>
span { border-color: #C115FF; }
span { border-color: rgb(193,21,255); }
td.TdClassName
{
border-color: #C115FF;
}
.TagClassName
{
border-color: #C115FF;
}
</style>