Shades of Electric Purple #C31EF3
Tints of Electric Purple #C31EF3
RGB
CMYK
RGB Variations
Color information
#C31EF3 (or 0xC31EF3) is known color: Electric Purple. HEX triplet: C3, 1E and F3. RGB value is (195,30,243). Sum of RGB (Red+Green+Blue) = 195+30+243=468 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.67% from 468); Green value is 30 (12.11% from 255 or 6.41% from 468); Blue value is 243 (95.31% from 255 or 51.92% from 468); Max value from RGB is 243 - color contains mainly: blue. Hex color #C31EF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C31EF3 is #3CE10C. Grayscale: #666666. Windows color (decimal): -3989773 or 15933123. OLE color: 15933123.
HSL color Cylindrical-coordinate representation of color #C31EF3: hue angle of 286.48º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C31EF3 is Cyan = 0.20, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 195 | 30 | 243 | - |
| CMYK | 0.20 | 0.88 | 0 | 0.05 |
| HSL | 286.48º | 0.9% | 0.54% | - |
| HSV(B) | 286.48º | 0.88% | 0.95% | - |
| XYZ | 39.15 | 19 | 86.4 | - |
| YUV | 103.62 | 206.66 | 193.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 30 | 243 | 0.20 | 0.88 | 0 | 0.05 | 286.48 | 0.9 | 0.54 |
| Hex | C3 | 1E | F3 | 14 | 58 | 0 | 5 | 11E | 5A | 36 |
| Octal | 303 | 36 | 363 | 24 | 130 | 0 | 5 | 436 | 132 | 66 |
| Binary | 11000011 | 11110 | 11110011 | 10100 | 1011000 | 0 | 101 | 100011110 | 1011010 | 110110 |
Color Harmonies of #C31EF3
Complementary color
Monochromatic Colors of #C31EF3
Black with #C31EF3
Text Example
Text Example
White with #C31EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31EF3; }
p { color: rgb(195,30,243); }
H1.HeaderClassName
{
color: #C31EF3;
}
.AnyTagClassName
{
color: #C31EF3;
}
</style>
background-color css
<style>
a { background-color: #C31EF3; }
a { background-color: rgb(195,30,243); }
div.DivClassName
{
background-color: #C31EF3;
}
.BgClassName
{
background-color: #C31EF3;
}
</style>
border-color css
<style>
span { border-color: #C31EF3; }
span { border-color: rgb(195,30,243); }
td.TdClassName
{
border-color: #C31EF3;
}
.TagClassName
{
border-color: #C31EF3;
}
</style>