Shades of Electric Purple #C016EA
Tints of Electric Purple #C016EA
RGB
CMYK
RGB Variations
Color information
#C016EA (or 0xC016EA) is known color: Electric Purple. HEX triplet: C0, 16 and EA. RGB value is (192,22,234). Sum of RGB (Red+Green+Blue) = 192+22+234=448 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.86% from 448); Green value is 22 (8.98% from 255 or 4.91% from 448); Blue value is 234 (91.80% from 255 or 52.23% from 448); Max value from RGB is 234 - color contains mainly: blue. Hex color #C016EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C016EA is #3FE915. Grayscale: #606060. Windows color (decimal): -4188438 or 15341248. OLE color: 15341248.
HSL color Cylindrical-coordinate representation of color #C016EA: hue angle of 288.11º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C016EA is Cyan = 0.18, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 22 | 234 | - |
| CMYK | 0.18 | 0.91 | 0 | 0.08 |
| HSL | 288.11º | 0.83% | 0.5% | - |
| HSV(B) | 288.11º | 0.91% | 0.92% | - |
| XYZ | 36.88 | 17.72 | 79.32 | - |
| YUV | 97 | 205.32 | 195.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 22 | 234 | 0.18 | 0.91 | 0 | 0.08 | 288.11 | 0.83 | 0.5 |
| Hex | C0 | 16 | EA | 12 | 5B | 0 | 8 | 120 | 53 | 32 |
| Octal | 300 | 26 | 352 | 22 | 133 | 0 | 10 | 440 | 123 | 62 |
| Binary | 11000000 | 10110 | 11101010 | 10010 | 1011011 | 0 | 1000 | 100100000 | 1010011 | 110010 |
Color Harmonies of #C016EA
Complementary color
Monochromatic Colors of #C016EA
Black with #C016EA
Text Example
Text Example
White with #C016EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C016EA; }
p { color: rgb(192,22,234); }
H1.HeaderClassName
{
color: #C016EA;
}
.AnyTagClassName
{
color: #C016EA;
}
</style>
background-color css
<style>
a { background-color: #C016EA; }
a { background-color: rgb(192,22,234); }
div.DivClassName
{
background-color: #C016EA;
}
.BgClassName
{
background-color: #C016EA;
}
</style>
border-color css
<style>
span { border-color: #C016EA; }
span { border-color: rgb(192,22,234); }
td.TdClassName
{
border-color: #C016EA;
}
.TagClassName
{
border-color: #C016EA;
}
</style>