Shades of Electric Purple #C331FA
Tints of Electric Purple #C331FA
RGB
CMYK
RGB Variations
Color information
#C331FA (or 0xC331FA) is known color: Electric Purple. HEX triplet: C3, 31 and FA. RGB value is (195,49,250). Sum of RGB (Red+Green+Blue) = 195+49+250=494 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.47% from 494); Green value is 49 (19.53% from 255 or 9.92% from 494); Blue value is 250 (98.05% from 255 or 50.61% from 494); Max value from RGB is 250 - color contains mainly: blue. Hex color #C331FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C331FA is #3CCE05. Grayscale: #727272. Windows color (decimal): -3984902 or 16396739. OLE color: 16396739.
HSL color Cylindrical-coordinate representation of color #C331FA: hue angle of 283.58º 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 #C331FA is Cyan = 0.22, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 49 | 250 | - |
| CMYK | 0.22 | 0.80 | 0 | 0.02 |
| HSL | 283.58º | 0.95% | 0.59% | - |
| HSV(B) | 283.58º | 0.8% | 0.98% | - |
| XYZ | 40.86 | 20.7 | 92.28 | - |
| YUV | 115.57 | 203.87 | 184.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 49 | 250 | 0.22 | 0.80 | 0 | 0.02 | 283.58 | 0.95 | 0.59 |
| Hex | C3 | 31 | FA | 16 | 50 | 0 | 2 | 11C | 5F | 3B |
| Octal | 303 | 61 | 372 | 26 | 120 | 0 | 2 | 434 | 137 | 73 |
| Binary | 11000011 | 110001 | 11111010 | 10110 | 1010000 | 0 | 10 | 100011100 | 1011111 | 111011 |
Color Harmonies of #C331FA
Complementary color
Monochromatic Colors of #C331FA
Black with #C331FA
Text Example
Text Example
White with #C331FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C331FA; }
p { color: rgb(195,49,250); }
H1.HeaderClassName
{
color: #C331FA;
}
.AnyTagClassName
{
color: #C331FA;
}
</style>
background-color css
<style>
a { background-color: #C331FA; }
a { background-color: rgb(195,49,250); }
div.DivClassName
{
background-color: #C331FA;
}
.BgClassName
{
background-color: #C331FA;
}
</style>
border-color css
<style>
span { border-color: #C331FA; }
span { border-color: rgb(195,49,250); }
td.TdClassName
{
border-color: #C331FA;
}
.TagClassName
{
border-color: #C331FA;
}
</style>