Shades of Electric Purple #C119FE
Tints of Electric Purple #C119FE
RGB
CMYK
RGB Variations
Color information
#C119FE (or 0xC119FE) is known color: Electric Purple. HEX triplet: C1, 19 and FE. RGB value is (193,25,254). Sum of RGB (Red+Green+Blue) = 193+25+254=472 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.89% from 472); Green value is 25 (10.16% from 255 or 5.30% from 472); Blue value is 254 (99.61% from 255 or 53.81% from 472); Max value from RGB is 254 - color contains mainly: blue. Hex color #C119FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C119FE is #3EE601. Grayscale: #646464. Windows color (decimal): -4122114 or 16652737. OLE color: 16652737.
HSL color Cylindrical-coordinate representation of color #C119FE: hue angle of 284.02º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C119FE is Cyan = 0.24, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 193 | 25 | 254 | - |
| CMYK | 0.24 | 0.90 | 0 | 0.00 |
| HSL | 284.02º | 0.99% | 0.55% | - |
| HSV(B) | 284.02º | 0.9% | 1% | - |
| XYZ | 40.23 | 19.19 | 95.35 | - |
| YUV | 101.34 | 214.16 | 193.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 25 | 254 | 0.24 | 0.90 | 0 | 0.00 | 284.02 | 0.99 | 0.55 |
| Hex | C1 | 19 | FE | 18 | 5A | 0 | 0 | 11C | 63 | 37 |
| Octal | 301 | 31 | 376 | 30 | 132 | 0 | 0 | 434 | 143 | 67 |
| Binary | 11000001 | 11001 | 11111110 | 11000 | 1011010 | 0 | 0 | 100011100 | 1100011 | 110111 |
Color Harmonies of #C119FE
Complementary color
Monochromatic Colors of #C119FE
Black with #C119FE
Text Example
Text Example
White with #C119FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C119FE; }
p { color: rgb(193,25,254); }
H1.HeaderClassName
{
color: #C119FE;
}
.AnyTagClassName
{
color: #C119FE;
}
</style>
background-color css
<style>
a { background-color: #C119FE; }
a { background-color: rgb(193,25,254); }
div.DivClassName
{
background-color: #C119FE;
}
.BgClassName
{
background-color: #C119FE;
}
</style>
border-color css
<style>
span { border-color: #C119FE; }
span { border-color: rgb(193,25,254); }
td.TdClassName
{
border-color: #C119FE;
}
.TagClassName
{
border-color: #C119FE;
}
</style>