Shades of Electric Purple #C110FC
Tints of Electric Purple #C110FC
RGB
CMYK
RGB Variations
Color information
#C110FC (or 0xC110FC) is known color: Electric Purple. HEX triplet: C1, 10 and FC. RGB value is (193,16,252). Sum of RGB (Red+Green+Blue) = 193+16+252=461 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.87% from 461); Green value is 16 (6.64% from 255 or 3.47% from 461); Blue value is 252 (98.83% from 255 or 54.66% from 461); Max value from RGB is 252 - color contains mainly: blue. Hex color #C110FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C110FC is #3EEF03. Grayscale: #5F5F5F. Windows color (decimal): -4124420 or 16519361. OLE color: 16519361.
HSL color Cylindrical-coordinate representation of color #C110FC: hue angle of 285º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C110FC is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 16 | 252 | - |
| CMYK | 0.23 | 0.94 | 0 | 0.01 |
| HSL | 285º | 0.98% | 0.53% | - |
| HSV(B) | 285º | 0.94% | 0.99% | - |
| XYZ | 39.75 | 18.74 | 93.62 | - |
| YUV | 95.83 | 216.14 | 197.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 16 | 252 | 0.23 | 0.94 | 0 | 0.01 | 285 | 0.98 | 0.53 |
| Hex | C1 | 10 | FC | 17 | 5E | 0 | 1 | 11D | 62 | 35 |
| Octal | 301 | 20 | 374 | 27 | 136 | 0 | 1 | 435 | 142 | 65 |
| Binary | 11000001 | 10000 | 11111100 | 10111 | 1011110 | 0 | 1 | 100011101 | 1100010 | 110101 |
Color Harmonies of #C110FC
Complementary color
Monochromatic Colors of #C110FC
Black with #C110FC
Text Example
Text Example
White with #C110FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C110FC; }
p { color: rgb(193,16,252); }
H1.HeaderClassName
{
color: #C110FC;
}
.AnyTagClassName
{
color: #C110FC;
}
</style>
background-color css
<style>
a { background-color: #C110FC; }
a { background-color: rgb(193,16,252); }
div.DivClassName
{
background-color: #C110FC;
}
.BgClassName
{
background-color: #C110FC;
}
</style>
border-color css
<style>
span { border-color: #C110FC; }
span { border-color: rgb(193,16,252); }
td.TdClassName
{
border-color: #C110FC;
}
.TagClassName
{
border-color: #C110FC;
}
</style>