Shades of Electric Purple #C131FA
Tints of Electric Purple #C131FA
RGB
CMYK
RGB Variations
Color information
#C131FA (or 0xC131FA) is known color: Electric Purple. HEX triplet: C1, 31 and FA. RGB value is (193,49,250). Sum of RGB (Red+Green+Blue) = 193+49+250=492 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.23% from 492); Green value is 49 (19.53% from 255 or 9.96% from 492); Blue value is 250 (98.05% from 255 or 50.81% from 492); Max value from RGB is 250 - color contains mainly: blue. Hex color #C131FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C131FA is #3ECE05. Grayscale: #727272. Windows color (decimal): -4115974 or 16396737. OLE color: 16396737.
HSL color Cylindrical-coordinate representation of color #C131FA: hue angle of 282.99º 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 #C131FA is Cyan = 0.23, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 49 | 250 | - |
| CMYK | 0.23 | 0.80 | 0 | 0.02 |
| HSL | 282.99º | 0.95% | 0.59% | - |
| HSV(B) | 282.99º | 0.8% | 0.98% | - |
| XYZ | 40.35 | 20.44 | 92.26 | - |
| YUV | 114.97 | 204.21 | 183.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 49 | 250 | 0.23 | 0.80 | 0 | 0.02 | 282.99 | 0.95 | 0.59 |
| Hex | C1 | 31 | FA | 17 | 50 | 0 | 2 | 11B | 5F | 3B |
| Octal | 301 | 61 | 372 | 27 | 120 | 0 | 2 | 433 | 137 | 73 |
| Binary | 11000001 | 110001 | 11111010 | 10111 | 1010000 | 0 | 10 | 100011011 | 1011111 | 111011 |
Color Harmonies of #C131FA
Complementary color
Monochromatic Colors of #C131FA
Black with #C131FA
Text Example
Text Example
White with #C131FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C131FA; }
p { color: rgb(193,49,250); }
H1.HeaderClassName
{
color: #C131FA;
}
.AnyTagClassName
{
color: #C131FA;
}
</style>
background-color css
<style>
a { background-color: #C131FA; }
a { background-color: rgb(193,49,250); }
div.DivClassName
{
background-color: #C131FA;
}
.BgClassName
{
background-color: #C131FA;
}
</style>
border-color css
<style>
span { border-color: #C131FA; }
span { border-color: rgb(193,49,250); }
td.TdClassName
{
border-color: #C131FA;
}
.TagClassName
{
border-color: #C131FA;
}
</style>