Shades of Electric Purple #C016FF
Tints of Electric Purple #C016FF
RGB
CMYK
RGB Variations
Color information
#C016FF (or 0xC016FF) is known color: Electric Purple. HEX triplet: C0, 16 and FF. RGB value is (192,22,255). Sum of RGB (Red+Green+Blue) = 192+22+255=469 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.94% from 469); Green value is 22 (8.98% from 255 or 4.69% from 469); Blue value is 255 (100% from 255 or 54.37% from 469); Max value from RGB is 255 - color contains mainly: blue. Hex color #C016FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C016FF is #3FE900. Grayscale: #626262. Windows color (decimal): -4188417 or 16717504. OLE color: 16717504.
HSL color Cylindrical-coordinate representation of color #C016FF: hue angle of 283.78º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C016FF is Cyan = 0.25, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 22 | 255 | - |
| CMYK | 0.25 | 0.91 | 0 | 0 |
| HSL | 283.78º | 1% | 0.54% | - |
| HSV(B) | 283.78º | 0.91% | 1% | - |
| XYZ | 40.08 | 19 | 96.16 | - |
| YUV | 99.39 | 215.82 | 194.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 22 | 255 | 0.25 | 0.91 | 0 | 0 | 283.78 | 1 | 0.54 |
| Hex | C0 | 16 | FF | 19 | 5B | 0 | 0 | 11C | 64 | 36 |
| Octal | 300 | 26 | 377 | 31 | 133 | 0 | 0 | 434 | 144 | 66 |
| Binary | 11000000 | 10110 | 11111111 | 11001 | 1011011 | 0 | 0 | 100011100 | 1100100 | 110110 |
Color Harmonies of #C016FF
Complementary color
Monochromatic Colors of #C016FF
Black with #C016FF
Text Example
Text Example
White with #C016FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C016FF; }
p { color: rgb(192,22,255); }
H1.HeaderClassName
{
color: #C016FF;
}
.AnyTagClassName
{
color: #C016FF;
}
</style>
background-color css
<style>
a { background-color: #C016FF; }
a { background-color: rgb(192,22,255); }
div.DivClassName
{
background-color: #C016FF;
}
.BgClassName
{
background-color: #C016FF;
}
</style>
border-color css
<style>
span { border-color: #C016FF; }
span { border-color: rgb(192,22,255); }
td.TdClassName
{
border-color: #C016FF;
}
.TagClassName
{
border-color: #C016FF;
}
</style>