Shades of Electric Purple #C016FA
Tints of Electric Purple #C016FA
RGB
CMYK
RGB Variations
Color information
#C016FA (or 0xC016FA) is known color: Electric Purple. HEX triplet: C0, 16 and FA. RGB value is (192,22,250). Sum of RGB (Red+Green+Blue) = 192+22+250=464 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.38% from 464); Green value is 22 (8.98% from 255 or 4.74% from 464); Blue value is 250 (98.05% from 255 or 53.88% from 464); Max value from RGB is 250 - color contains mainly: blue. Hex color #C016FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C016FA is #3FE905. Grayscale: #626262. Windows color (decimal): -4188422 or 16389824. OLE color: 16389824.
HSL color Cylindrical-coordinate representation of color #C016FA: hue angle of 284.74º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C016FA is Cyan = 0.23, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 22 | 250 | - |
| CMYK | 0.23 | 0.91 | 0 | 0.02 |
| HSL | 284.74º | 0.96% | 0.53% | - |
| HSV(B) | 284.74º | 0.91% | 0.98% | - |
| XYZ | 39.28 | 18.68 | 91.98 | - |
| YUV | 98.82 | 213.32 | 194.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 22 | 250 | 0.23 | 0.91 | 0 | 0.02 | 284.74 | 0.96 | 0.53 |
| Hex | C0 | 16 | FA | 17 | 5B | 0 | 2 | 11D | 60 | 35 |
| Octal | 300 | 26 | 372 | 27 | 133 | 0 | 2 | 435 | 140 | 65 |
| Binary | 11000000 | 10110 | 11111010 | 10111 | 1011011 | 0 | 10 | 100011101 | 1100000 | 110101 |
Color Harmonies of #C016FA
Complementary color
Monochromatic Colors of #C016FA
Black with #C016FA
Text Example
Text Example
White with #C016FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C016FA; }
p { color: rgb(192,22,250); }
H1.HeaderClassName
{
color: #C016FA;
}
.AnyTagClassName
{
color: #C016FA;
}
</style>
background-color css
<style>
a { background-color: #C016FA; }
a { background-color: rgb(192,22,250); }
div.DivClassName
{
background-color: #C016FA;
}
.BgClassName
{
background-color: #C016FA;
}
</style>
border-color css
<style>
span { border-color: #C016FA; }
span { border-color: rgb(192,22,250); }
td.TdClassName
{
border-color: #C016FA;
}
.TagClassName
{
border-color: #C016FA;
}
</style>