Shades of Electric Purple #C11FFC
Tints of Electric Purple #C11FFC
RGB
CMYK
RGB Variations
Color information
#C11FFC (or 0xC11FFC) is known color: Electric Purple. HEX triplet: C1, 1F and FC. RGB value is (193,31,252). Sum of RGB (Red+Green+Blue) = 193+31+252=476 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.55% from 476); Green value is 31 (12.5% from 255 or 6.51% from 476); Blue value is 252 (98.83% from 255 or 52.94% from 476); Max value from RGB is 252 - color contains mainly: blue. Hex color #C11FFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C11FFC is #3EE003. Grayscale: #676767. Windows color (decimal): -4120580 or 16523201. OLE color: 16523201.
HSL color Cylindrical-coordinate representation of color #C11FFC: hue angle of 283.98º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C11FFC is Cyan = 0.23, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 31 | 252 | - |
| CMYK | 0.23 | 0.88 | 0 | 0.01 |
| HSL | 283.98º | 0.97% | 0.55% | - |
| HSV(B) | 283.98º | 0.88% | 0.99% | - |
| XYZ | 40.05 | 19.35 | 93.72 | - |
| YUV | 104.63 | 211.17 | 191.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 31 | 252 | 0.23 | 0.88 | 0 | 0.01 | 283.98 | 0.97 | 0.55 |
| Hex | C1 | 1F | FC | 17 | 58 | 0 | 1 | 11C | 61 | 37 |
| Octal | 301 | 37 | 374 | 27 | 130 | 0 | 1 | 434 | 141 | 67 |
| Binary | 11000001 | 11111 | 11111100 | 10111 | 1011000 | 0 | 1 | 100011100 | 1100001 | 110111 |
Color Harmonies of #C11FFC
Complementary color
Monochromatic Colors of #C11FFC
Black with #C11FFC
Text Example
Text Example
White with #C11FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11FFC; }
p { color: rgb(193,31,252); }
H1.HeaderClassName
{
color: #C11FFC;
}
.AnyTagClassName
{
color: #C11FFC;
}
</style>
background-color css
<style>
a { background-color: #C11FFC; }
a { background-color: rgb(193,31,252); }
div.DivClassName
{
background-color: #C11FFC;
}
.BgClassName
{
background-color: #C11FFC;
}
</style>
border-color css
<style>
span { border-color: #C11FFC; }
span { border-color: rgb(193,31,252); }
td.TdClassName
{
border-color: #C11FFC;
}
.TagClassName
{
border-color: #C11FFC;
}
</style>