Shades of Electric Purple #C019F7
Tints of Electric Purple #C019F7
RGB
CMYK
RGB Variations
Color information
#C019F7 (or 0xC019F7) is known color: Electric Purple. HEX triplet: C0, 19 and F7. RGB value is (192,25,247). Sum of RGB (Red+Green+Blue) = 192+25+247=464 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.38% from 464); Green value is 25 (10.16% from 255 or 5.39% from 464); Blue value is 247 (96.88% from 255 or 53.23% from 464); Max value from RGB is 247 - color contains mainly: blue. Hex color #C019F7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C019F7 is #3FE608. Grayscale: #636363. Windows color (decimal): -4187657 or 16193984. OLE color: 16193984.
HSL color Cylindrical-coordinate representation of color #C019F7: hue angle of 285.14º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C019F7 is Cyan = 0.22, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 192 | 25 | 247 | - |
| CMYK | 0.22 | 0.90 | 0 | 0.03 |
| HSL | 285.14º | 0.93% | 0.53% | - |
| HSV(B) | 285.14º | 0.9% | 0.97% | - |
| XYZ | 38.87 | 18.62 | 89.54 | - |
| YUV | 100.24 | 210.83 | 193.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 25 | 247 | 0.22 | 0.90 | 0 | 0.03 | 285.14 | 0.93 | 0.53 |
| Hex | C0 | 19 | F7 | 16 | 5A | 0 | 3 | 11D | 5D | 35 |
| Octal | 300 | 31 | 367 | 26 | 132 | 0 | 3 | 435 | 135 | 65 |
| Binary | 11000000 | 11001 | 11110111 | 10110 | 1011010 | 0 | 11 | 100011101 | 1011101 | 110101 |
Color Harmonies of #C019F7
Complementary color
Monochromatic Colors of #C019F7
Black with #C019F7
Text Example
Text Example
White with #C019F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C019F7; }
p { color: rgb(192,25,247); }
H1.HeaderClassName
{
color: #C019F7;
}
.AnyTagClassName
{
color: #C019F7;
}
</style>
background-color css
<style>
a { background-color: #C019F7; }
a { background-color: rgb(192,25,247); }
div.DivClassName
{
background-color: #C019F7;
}
.BgClassName
{
background-color: #C019F7;
}
</style>
border-color css
<style>
span { border-color: #C019F7; }
span { border-color: rgb(192,25,247); }
td.TdClassName
{
border-color: #C019F7;
}
.TagClassName
{
border-color: #C019F7;
}
</style>