Shades of Electric Purple #C019F8
Tints of Electric Purple #C019F8
RGB
CMYK
RGB Variations
Color information
#C019F8 (or 0xC019F8) is known color: Electric Purple. HEX triplet: C0, 19 and F8. RGB value is (192,25,248). Sum of RGB (Red+Green+Blue) = 192+25+248=465 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.29% from 465); Green value is 25 (10.16% from 255 or 5.38% from 465); Blue value is 248 (97.27% from 255 or 53.33% from 465); Max value from RGB is 248 - color contains mainly: blue. Hex color #C019F8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C019F8 is #3FE607. Grayscale: #636363. Windows color (decimal): -4187656 or 16259520. OLE color: 16259520.
HSL color Cylindrical-coordinate representation of color #C019F8: hue angle of 284.93º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C019F8 is Cyan = 0.23, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 192 | 25 | 248 | - |
| CMYK | 0.23 | 0.90 | 0 | 0.03 |
| HSL | 284.93º | 0.94% | 0.54% | - |
| HSV(B) | 284.93º | 0.9% | 0.97% | - |
| XYZ | 39.03 | 18.68 | 90.36 | - |
| YUV | 100.36 | 211.33 | 193.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 25 | 248 | 0.23 | 0.90 | 0 | 0.03 | 284.93 | 0.94 | 0.54 |
| Hex | C0 | 19 | F8 | 17 | 5A | 0 | 3 | 11D | 5E | 36 |
| Octal | 300 | 31 | 370 | 27 | 132 | 0 | 3 | 435 | 136 | 66 |
| Binary | 11000000 | 11001 | 11111000 | 10111 | 1011010 | 0 | 11 | 100011101 | 1011110 | 110110 |
Color Harmonies of #C019F8
Complementary color
Monochromatic Colors of #C019F8
Black with #C019F8
Text Example
Text Example
White with #C019F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C019F8; }
p { color: rgb(192,25,248); }
H1.HeaderClassName
{
color: #C019F8;
}
.AnyTagClassName
{
color: #C019F8;
}
</style>
background-color css
<style>
a { background-color: #C019F8; }
a { background-color: rgb(192,25,248); }
div.DivClassName
{
background-color: #C019F8;
}
.BgClassName
{
background-color: #C019F8;
}
</style>
border-color css
<style>
span { border-color: #C019F8; }
span { border-color: rgb(192,25,248); }
td.TdClassName
{
border-color: #C019F8;
}
.TagClassName
{
border-color: #C019F8;
}
</style>