Shades of Electric Purple #C019FB
Tints of Electric Purple #C019FB
RGB
CMYK
RGB Variations
Color information
#C019FB (or 0xC019FB) is known color: Electric Purple. HEX triplet: C0, 19 and FB. RGB value is (192,25,251). Sum of RGB (Red+Green+Blue) = 192+25+251=468 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.03% from 468); Green value is 25 (10.16% from 255 or 5.34% from 468); Blue value is 251 (98.44% from 255 or 53.63% from 468); Max value from RGB is 251 - color contains mainly: blue. Hex color #C019FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C019FB is #3FE604. Grayscale: #636363. Windows color (decimal): -4187653 or 16456128. OLE color: 16456128.
HSL color Cylindrical-coordinate representation of color #C019FB: hue angle of 284.34º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C019FB is Cyan = 0.24, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 25 | 251 | - |
| CMYK | 0.24 | 0.90 | 0 | 0.02 |
| HSL | 284.34º | 0.97% | 0.54% | - |
| HSV(B) | 284.34º | 0.9% | 0.98% | - |
| XYZ | 39.5 | 18.87 | 92.83 | - |
| YUV | 100.7 | 212.83 | 193.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 25 | 251 | 0.24 | 0.90 | 0 | 0.02 | 284.34 | 0.97 | 0.54 |
| Hex | C0 | 19 | FB | 18 | 5A | 0 | 2 | 11C | 61 | 36 |
| Octal | 300 | 31 | 373 | 30 | 132 | 0 | 2 | 434 | 141 | 66 |
| Binary | 11000000 | 11001 | 11111011 | 11000 | 1011010 | 0 | 10 | 100011100 | 1100001 | 110110 |
Color Harmonies of #C019FB
Complementary color
Monochromatic Colors of #C019FB
Black with #C019FB
Text Example
Text Example
White with #C019FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C019FB; }
p { color: rgb(192,25,251); }
H1.HeaderClassName
{
color: #C019FB;
}
.AnyTagClassName
{
color: #C019FB;
}
</style>
background-color css
<style>
a { background-color: #C019FB; }
a { background-color: rgb(192,25,251); }
div.DivClassName
{
background-color: #C019FB;
}
.BgClassName
{
background-color: #C019FB;
}
</style>
border-color css
<style>
span { border-color: #C019FB; }
span { border-color: rgb(192,25,251); }
td.TdClassName
{
border-color: #C019FB;
}
.TagClassName
{
border-color: #C019FB;
}
</style>