Shades of Electric Purple #C031FA
Tints of Electric Purple #C031FA
RGB
CMYK
RGB Variations
Color information
#C031FA (or 0xC031FA) is known color: Electric Purple. HEX triplet: C0, 31 and FA. RGB value is (192,49,250). Sum of RGB (Red+Green+Blue) = 192+49+250=491 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.10% from 491); Green value is 49 (19.53% from 255 or 9.98% from 491); Blue value is 250 (98.05% from 255 or 50.92% from 491); Max value from RGB is 250 - color contains mainly: blue. Hex color #C031FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C031FA is #3FCE05. Grayscale: #727272. Windows color (decimal): -4181510 or 16396736. OLE color: 16396736.
HSL color Cylindrical-coordinate representation of color #C031FA: hue angle of 282.69º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C031FA is Cyan = 0.23, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 49 | 250 | - |
| CMYK | 0.23 | 0.80 | 0 | 0.02 |
| HSL | 282.69º | 0.95% | 0.59% | - |
| HSV(B) | 282.69º | 0.8% | 0.98% | - |
| XYZ | 40.09 | 20.31 | 92.25 | - |
| YUV | 114.67 | 204.38 | 183.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 49 | 250 | 0.23 | 0.80 | 0 | 0.02 | 282.69 | 0.95 | 0.59 |
| Hex | C0 | 31 | FA | 17 | 50 | 0 | 2 | 11B | 5F | 3B |
| Octal | 300 | 61 | 372 | 27 | 120 | 0 | 2 | 433 | 137 | 73 |
| Binary | 11000000 | 110001 | 11111010 | 10111 | 1010000 | 0 | 10 | 100011011 | 1011111 | 111011 |
Color Harmonies of #C031FA
Complementary color
Monochromatic Colors of #C031FA
Black with #C031FA
Text Example
Text Example
White with #C031FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C031FA; }
p { color: rgb(192,49,250); }
H1.HeaderClassName
{
color: #C031FA;
}
.AnyTagClassName
{
color: #C031FA;
}
</style>
background-color css
<style>
a { background-color: #C031FA; }
a { background-color: rgb(192,49,250); }
div.DivClassName
{
background-color: #C031FA;
}
.BgClassName
{
background-color: #C031FA;
}
</style>
border-color css
<style>
span { border-color: #C031FA; }
span { border-color: rgb(192,49,250); }
td.TdClassName
{
border-color: #C031FA;
}
.TagClassName
{
border-color: #C031FA;
}
</style>