Shades of Electric Purple #C01FFA
Tints of Electric Purple #C01FFA
RGB
CMYK
RGB Variations
Color information
#C01FFA (or 0xC01FFA) is known color: Electric Purple. HEX triplet: C0, 1F and FA. RGB value is (192,31,250). Sum of RGB (Red+Green+Blue) = 192+31+250=473 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.59% from 473); Green value is 31 (12.5% from 255 or 6.55% from 473); Blue value is 250 (98.05% from 255 or 52.85% from 473); Max value from RGB is 250 - color contains mainly: blue. Hex color #C01FFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C01FFA is #3FE005. Grayscale: #676767. Windows color (decimal): -4186118 or 16392128. OLE color: 16392128.
HSL color Cylindrical-coordinate representation of color #C01FFA: hue angle of 284.11º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C01FFA is Cyan = 0.23, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 31 | 250 | - |
| CMYK | 0.23 | 0.88 | 0 | 0.02 |
| HSL | 284.11º | 0.96% | 0.55% | - |
| HSV(B) | 284.11º | 0.88% | 0.98% | - |
| XYZ | 39.48 | 19.09 | 92.05 | - |
| YUV | 104.11 | 210.34 | 190.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 31 | 250 | 0.23 | 0.88 | 0 | 0.02 | 284.11 | 0.96 | 0.55 |
| Hex | C0 | 1F | FA | 17 | 58 | 0 | 2 | 11C | 60 | 37 |
| Octal | 300 | 37 | 372 | 27 | 130 | 0 | 2 | 434 | 140 | 67 |
| Binary | 11000000 | 11111 | 11111010 | 10111 | 1011000 | 0 | 10 | 100011100 | 1100000 | 110111 |
Color Harmonies of #C01FFA
Complementary color
Monochromatic Colors of #C01FFA
Black with #C01FFA
Text Example
Text Example
White with #C01FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01FFA; }
p { color: rgb(192,31,250); }
H1.HeaderClassName
{
color: #C01FFA;
}
.AnyTagClassName
{
color: #C01FFA;
}
</style>
background-color css
<style>
a { background-color: #C01FFA; }
a { background-color: rgb(192,31,250); }
div.DivClassName
{
background-color: #C01FFA;
}
.BgClassName
{
background-color: #C01FFA;
}
</style>
border-color css
<style>
span { border-color: #C01FFA; }
span { border-color: rgb(192,31,250); }
td.TdClassName
{
border-color: #C01FFA;
}
.TagClassName
{
border-color: #C01FFA;
}
</style>