Shades of Electric Purple #C31FEE
Tints of Electric Purple #C31FEE
RGB
CMYK
RGB Variations
Color information
#C31FEE (or 0xC31FEE) is known color: Electric Purple. HEX triplet: C3, 1F and EE. RGB value is (195,31,238). Sum of RGB (Red+Green+Blue) = 195+31+238=464 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.03% from 464); Green value is 31 (12.5% from 255 or 6.68% from 464); Blue value is 238 (93.36% from 255 or 51.29% from 464); Max value from RGB is 238 - color contains mainly: blue. Hex color #C31FEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C31FEE is #3CE011. Grayscale: #666666. Windows color (decimal): -3989522 or 15605699. OLE color: 15605699.
HSL color Cylindrical-coordinate representation of color #C31FEE: hue angle of 287.54º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C31FEE is Cyan = 0.18, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 31 | 238 | - |
| CMYK | 0.18 | 0.87 | 0 | 0.07 |
| HSL | 287.54º | 0.86% | 0.53% | - |
| HSV(B) | 287.54º | 0.87% | 0.93% | - |
| XYZ | 38.43 | 18.76 | 82.48 | - |
| YUV | 103.63 | 203.83 | 193.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 31 | 238 | 0.18 | 0.87 | 0 | 0.07 | 287.54 | 0.86 | 0.53 |
| Hex | C3 | 1F | EE | 12 | 57 | 0 | 7 | 120 | 56 | 35 |
| Octal | 303 | 37 | 356 | 22 | 127 | 0 | 7 | 440 | 126 | 65 |
| Binary | 11000011 | 11111 | 11101110 | 10010 | 1010111 | 0 | 111 | 100100000 | 1010110 | 110101 |
Color Harmonies of #C31FEE
Complementary color
Monochromatic Colors of #C31FEE
Black with #C31FEE
Text Example
Text Example
White with #C31FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31FEE; }
p { color: rgb(195,31,238); }
H1.HeaderClassName
{
color: #C31FEE;
}
.AnyTagClassName
{
color: #C31FEE;
}
</style>
background-color css
<style>
a { background-color: #C31FEE; }
a { background-color: rgb(195,31,238); }
div.DivClassName
{
background-color: #C31FEE;
}
.BgClassName
{
background-color: #C31FEE;
}
</style>
border-color css
<style>
span { border-color: #C31FEE; }
span { border-color: rgb(195,31,238); }
td.TdClassName
{
border-color: #C31FEE;
}
.TagClassName
{
border-color: #C31FEE;
}
</style>