Shades of Electric Purple #C31EEE
Tints of Electric Purple #C31EEE
RGB
CMYK
RGB Variations
Color information
#C31EEE (or 0xC31EEE) is known color: Electric Purple. HEX triplet: C3, 1E and EE. RGB value is (195,30,238). Sum of RGB (Red+Green+Blue) = 195+30+238=463 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.12% from 463); Green value is 30 (12.11% from 255 or 6.48% from 463); Blue value is 238 (93.36% from 255 or 51.40% from 463); Max value from RGB is 238 - color contains mainly: blue. Hex color #C31EEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C31EEE is #3CE111. Grayscale: #666666. Windows color (decimal): -3989778 or 15605443. OLE color: 15605443.
HSL color Cylindrical-coordinate representation of color #C31EEE: hue angle of 287.6º 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 #C31EEE is Cyan = 0.18, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 30 | 238 | - |
| CMYK | 0.18 | 0.87 | 0 | 0.07 |
| HSL | 287.6º | 0.86% | 0.53% | - |
| HSV(B) | 287.6º | 0.87% | 0.93% | - |
| XYZ | 38.4 | 18.7 | 82.48 | - |
| YUV | 103.05 | 204.16 | 193.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 30 | 238 | 0.18 | 0.87 | 0 | 0.07 | 287.6 | 0.86 | 0.53 |
| Hex | C3 | 1E | EE | 12 | 57 | 0 | 7 | 120 | 56 | 35 |
| Octal | 303 | 36 | 356 | 22 | 127 | 0 | 7 | 440 | 126 | 65 |
| Binary | 11000011 | 11110 | 11101110 | 10010 | 1010111 | 0 | 111 | 100100000 | 1010110 | 110101 |
Color Harmonies of #C31EEE
Complementary color
Monochromatic Colors of #C31EEE
Black with #C31EEE
Text Example
Text Example
White with #C31EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31EEE; }
p { color: rgb(195,30,238); }
H1.HeaderClassName
{
color: #C31EEE;
}
.AnyTagClassName
{
color: #C31EEE;
}
</style>
background-color css
<style>
a { background-color: #C31EEE; }
a { background-color: rgb(195,30,238); }
div.DivClassName
{
background-color: #C31EEE;
}
.BgClassName
{
background-color: #C31EEE;
}
</style>
border-color css
<style>
span { border-color: #C31EEE; }
span { border-color: rgb(195,30,238); }
td.TdClassName
{
border-color: #C31EEE;
}
.TagClassName
{
border-color: #C31EEE;
}
</style>