Shades of Electric Purple #C019FE
Tints of Electric Purple #C019FE
RGB
CMYK
RGB Variations
Color information
#C019FE (or 0xC019FE) is known color: Electric Purple. HEX triplet: C0, 19 and FE. RGB value is (192,25,254). Sum of RGB (Red+Green+Blue) = 192+25+254=471 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.76% from 471); Green value is 25 (10.16% from 255 or 5.31% from 471); Blue value is 254 (99.61% from 255 or 53.93% from 471); Max value from RGB is 254 - color contains mainly: blue. Hex color #C019FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C019FE is #3FE601. Grayscale: #646464. Windows color (decimal): -4187650 or 16652736. OLE color: 16652736.
HSL color Cylindrical-coordinate representation of color #C019FE: hue angle of 283.76º 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 #C019FE is Cyan = 0.24, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 192 | 25 | 254 | - |
| CMYK | 0.24 | 0.90 | 0 | 0.00 |
| HSL | 283.76º | 0.99% | 0.55% | - |
| HSV(B) | 283.76º | 0.9% | 1% | - |
| XYZ | 39.98 | 19.06 | 95.34 | - |
| YUV | 101.04 | 214.33 | 192.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 25 | 254 | 0.24 | 0.90 | 0 | 0.00 | 283.76 | 0.99 | 0.55 |
| Hex | C0 | 19 | FE | 18 | 5A | 0 | 0 | 11C | 63 | 37 |
| Octal | 300 | 31 | 376 | 30 | 132 | 0 | 0 | 434 | 143 | 67 |
| Binary | 11000000 | 11001 | 11111110 | 11000 | 1011010 | 0 | 0 | 100011100 | 1100011 | 110111 |
Color Harmonies of #C019FE
Complementary color
Monochromatic Colors of #C019FE
Black with #C019FE
Text Example
Text Example
White with #C019FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C019FE; }
p { color: rgb(192,25,254); }
H1.HeaderClassName
{
color: #C019FE;
}
.AnyTagClassName
{
color: #C019FE;
}
</style>
background-color css
<style>
a { background-color: #C019FE; }
a { background-color: rgb(192,25,254); }
div.DivClassName
{
background-color: #C019FE;
}
.BgClassName
{
background-color: #C019FE;
}
</style>
border-color css
<style>
span { border-color: #C019FE; }
span { border-color: rgb(192,25,254); }
td.TdClassName
{
border-color: #C019FE;
}
.TagClassName
{
border-color: #C019FE;
}
</style>