Shades of Electric Purple #C016FC
Tints of Electric Purple #C016FC
RGB
CMYK
RGB Variations
Color information
#C016FC (or 0xC016FC) is known color: Electric Purple. HEX triplet: C0, 16 and FC. RGB value is (192,22,252). Sum of RGB (Red+Green+Blue) = 192+22+252=466 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.20% from 466); Green value is 22 (8.98% from 255 or 4.72% from 466); Blue value is 252 (98.83% from 255 or 54.08% from 466); Max value from RGB is 252 - color contains mainly: blue. Hex color #C016FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C016FC is #3FE903. Grayscale: #626262. Windows color (decimal): -4188420 or 16520896. OLE color: 16520896.
HSL color Cylindrical-coordinate representation of color #C016FC: hue angle of 284.35º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C016FC is Cyan = 0.24, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 22 | 252 | - |
| CMYK | 0.24 | 0.91 | 0 | 0.01 |
| HSL | 284.35º | 0.97% | 0.54% | - |
| HSV(B) | 284.35º | 0.91% | 0.99% | - |
| XYZ | 39.6 | 18.81 | 93.64 | - |
| YUV | 99.05 | 214.32 | 194.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 22 | 252 | 0.24 | 0.91 | 0 | 0.01 | 284.35 | 0.97 | 0.54 |
| Hex | C0 | 16 | FC | 18 | 5B | 0 | 1 | 11C | 61 | 36 |
| Octal | 300 | 26 | 374 | 30 | 133 | 0 | 1 | 434 | 141 | 66 |
| Binary | 11000000 | 10110 | 11111100 | 11000 | 1011011 | 0 | 1 | 100011100 | 1100001 | 110110 |
Color Harmonies of #C016FC
Complementary color
Monochromatic Colors of #C016FC
Black with #C016FC
Text Example
Text Example
White with #C016FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C016FC; }
p { color: rgb(192,22,252); }
H1.HeaderClassName
{
color: #C016FC;
}
.AnyTagClassName
{
color: #C016FC;
}
</style>
background-color css
<style>
a { background-color: #C016FC; }
a { background-color: rgb(192,22,252); }
div.DivClassName
{
background-color: #C016FC;
}
.BgClassName
{
background-color: #C016FC;
}
</style>
border-color css
<style>
span { border-color: #C016FC; }
span { border-color: rgb(192,22,252); }
td.TdClassName
{
border-color: #C016FC;
}
.TagClassName
{
border-color: #C016FC;
}
</style>