Shades of Electric Purple #C01FFC
Tints of Electric Purple #C01FFC
RGB
CMYK
RGB Variations
Color information
#C01FFC (or 0xC01FFC) is known color: Electric Purple. HEX triplet: C0, 1F and FC. RGB value is (192,31,252). Sum of RGB (Red+Green+Blue) = 192+31+252=475 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.42% from 475); Green value is 31 (12.5% from 255 or 6.53% from 475); Blue value is 252 (98.83% from 255 or 53.05% from 475); Max value from RGB is 252 - color contains mainly: blue. Hex color #C01FFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C01FFC is #3FE003. Grayscale: #676767. Windows color (decimal): -4186116 or 16523200. OLE color: 16523200.
HSL color Cylindrical-coordinate representation of color #C01FFC: hue angle of 283.71º 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 #C01FFC is Cyan = 0.24, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 31 | 252 | - |
| CMYK | 0.24 | 0.88 | 0 | 0.01 |
| HSL | 283.71º | 0.97% | 0.55% | - |
| HSV(B) | 283.71º | 0.88% | 0.99% | - |
| XYZ | 39.8 | 19.21 | 93.71 | - |
| YUV | 104.33 | 211.34 | 190.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 31 | 252 | 0.24 | 0.88 | 0 | 0.01 | 283.71 | 0.97 | 0.55 |
| Hex | C0 | 1F | FC | 18 | 58 | 0 | 1 | 11C | 61 | 37 |
| Octal | 300 | 37 | 374 | 30 | 130 | 0 | 1 | 434 | 141 | 67 |
| Binary | 11000000 | 11111 | 11111100 | 11000 | 1011000 | 0 | 1 | 100011100 | 1100001 | 110111 |
Color Harmonies of #C01FFC
Complementary color
Monochromatic Colors of #C01FFC
Black with #C01FFC
Text Example
Text Example
White with #C01FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01FFC; }
p { color: rgb(192,31,252); }
H1.HeaderClassName
{
color: #C01FFC;
}
.AnyTagClassName
{
color: #C01FFC;
}
</style>
background-color css
<style>
a { background-color: #C01FFC; }
a { background-color: rgb(192,31,252); }
div.DivClassName
{
background-color: #C01FFC;
}
.BgClassName
{
background-color: #C01FFC;
}
</style>
border-color css
<style>
span { border-color: #C01FFC; }
span { border-color: rgb(192,31,252); }
td.TdClassName
{
border-color: #C01FFC;
}
.TagClassName
{
border-color: #C01FFC;
}
</style>