Shades of Electric Purple #C31FEC
Tints of Electric Purple #C31FEC
RGB
CMYK
RGB Variations
Color information
#C31FEC (or 0xC31FEC) is known color: Electric Purple. HEX triplet: C3, 1F and EC. RGB value is (195,31,236). Sum of RGB (Red+Green+Blue) = 195+31+236=462 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.21% from 462); Green value is 31 (12.5% from 255 or 6.71% from 462); Blue value is 236 (92.58% from 255 or 51.08% from 462); Max value from RGB is 236 - color contains mainly: blue. Hex color #C31FEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C31FEC is #3CE013. Grayscale: #666666. Windows color (decimal): -3989524 or 15474627. OLE color: 15474627.
HSL color Cylindrical-coordinate representation of color #C31FEC: hue angle of 288º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C31FEC is Cyan = 0.17, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 31 | 236 | - |
| CMYK | 0.17 | 0.87 | 0 | 0.07 |
| HSL | 288º | 0.84% | 0.52% | - |
| HSV(B) | 288º | 0.87% | 0.93% | - |
| XYZ | 38.14 | 18.64 | 80.94 | - |
| YUV | 103.41 | 202.83 | 193.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 31 | 236 | 0.17 | 0.87 | 0 | 0.07 | 288 | 0.84 | 0.52 |
| Hex | C3 | 1F | EC | 11 | 57 | 0 | 7 | 120 | 54 | 34 |
| Octal | 303 | 37 | 354 | 21 | 127 | 0 | 7 | 440 | 124 | 64 |
| Binary | 11000011 | 11111 | 11101100 | 10001 | 1010111 | 0 | 111 | 100100000 | 1010100 | 110100 |
Color Harmonies of #C31FEC
Complementary color
Monochromatic Colors of #C31FEC
Black with #C31FEC
Text Example
Text Example
White with #C31FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31FEC; }
p { color: rgb(195,31,236); }
H1.HeaderClassName
{
color: #C31FEC;
}
.AnyTagClassName
{
color: #C31FEC;
}
</style>
background-color css
<style>
a { background-color: #C31FEC; }
a { background-color: rgb(195,31,236); }
div.DivClassName
{
background-color: #C31FEC;
}
.BgClassName
{
background-color: #C31FEC;
}
</style>
border-color css
<style>
span { border-color: #C31FEC; }
span { border-color: rgb(195,31,236); }
td.TdClassName
{
border-color: #C31FEC;
}
.TagClassName
{
border-color: #C31FEC;
}
</style>