Shades of Electric Purple #C019F6
Tints of Electric Purple #C019F6
RGB
CMYK
RGB Variations
Color information
#C019F6 (or 0xC019F6) is known color: Electric Purple. HEX triplet: C0, 19 and F6. RGB value is (192,25,246). Sum of RGB (Red+Green+Blue) = 192+25+246=463 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.47% from 463); Green value is 25 (10.16% from 255 or 5.40% from 463); Blue value is 246 (96.48% from 255 or 53.13% from 463); Max value from RGB is 246 - color contains mainly: blue. Hex color #C019F6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C019F6 is #3FE609. Grayscale: #636363. Windows color (decimal): -4187658 or 16128448. OLE color: 16128448.
HSL color Cylindrical-coordinate representation of color #C019F6: hue angle of 285.34º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C019F6 is Cyan = 0.22, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 25 | 246 | - |
| CMYK | 0.22 | 0.90 | 0 | 0.04 |
| HSL | 285.34º | 0.92% | 0.53% | - |
| HSV(B) | 285.34º | 0.9% | 0.96% | - |
| XYZ | 38.72 | 18.56 | 88.73 | - |
| YUV | 100.13 | 210.33 | 193.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 25 | 246 | 0.22 | 0.90 | 0 | 0.04 | 285.34 | 0.92 | 0.53 |
| Hex | C0 | 19 | F6 | 16 | 5A | 0 | 4 | 11D | 5C | 35 |
| Octal | 300 | 31 | 366 | 26 | 132 | 0 | 4 | 435 | 134 | 65 |
| Binary | 11000000 | 11001 | 11110110 | 10110 | 1011010 | 0 | 100 | 100011101 | 1011100 | 110101 |
Color Harmonies of #C019F6
Complementary color
Monochromatic Colors of #C019F6
Black with #C019F6
Text Example
Text Example
White with #C019F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C019F6; }
p { color: rgb(192,25,246); }
H1.HeaderClassName
{
color: #C019F6;
}
.AnyTagClassName
{
color: #C019F6;
}
</style>
background-color css
<style>
a { background-color: #C019F6; }
a { background-color: rgb(192,25,246); }
div.DivClassName
{
background-color: #C019F6;
}
.BgClassName
{
background-color: #C019F6;
}
</style>
border-color css
<style>
span { border-color: #C019F6; }
span { border-color: rgb(192,25,246); }
td.TdClassName
{
border-color: #C019F6;
}
.TagClassName
{
border-color: #C019F6;
}
</style>