Shades of Electric Purple #C31FEF
Tints of Electric Purple #C31FEF
RGB
CMYK
RGB Variations
Color information
#C31FEF (or 0xC31FEF) is known color: Electric Purple. HEX triplet: C3, 1F and EF. RGB value is (195,31,239). Sum of RGB (Red+Green+Blue) = 195+31+239=465 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.94% from 465); Green value is 31 (12.5% from 255 or 6.67% from 465); Blue value is 239 (93.75% from 255 or 51.40% from 465); Max value from RGB is 239 - color contains mainly: blue. Hex color #C31FEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C31FEF is #3CE010. Grayscale: #676767. Windows color (decimal): -3989521 or 15671235. OLE color: 15671235.
HSL color Cylindrical-coordinate representation of color #C31FEF: hue angle of 287.31º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C31FEF is Cyan = 0.18, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 195 | 31 | 239 | - |
| CMYK | 0.18 | 0.87 | 0 | 0.06 |
| HSL | 287.31º | 0.87% | 0.53% | - |
| HSV(B) | 287.31º | 0.87% | 0.94% | - |
| XYZ | 38.58 | 18.81 | 83.26 | - |
| YUV | 103.75 | 204.33 | 193.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 31 | 239 | 0.18 | 0.87 | 0 | 0.06 | 287.31 | 0.87 | 0.53 |
| Hex | C3 | 1F | EF | 12 | 57 | 0 | 6 | 11F | 57 | 35 |
| Octal | 303 | 37 | 357 | 22 | 127 | 0 | 6 | 437 | 127 | 65 |
| Binary | 11000011 | 11111 | 11101111 | 10010 | 1010111 | 0 | 110 | 100011111 | 1010111 | 110101 |
Color Harmonies of #C31FEF
Complementary color
Monochromatic Colors of #C31FEF
Black with #C31FEF
Text Example
Text Example
White with #C31FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31FEF; }
p { color: rgb(195,31,239); }
H1.HeaderClassName
{
color: #C31FEF;
}
.AnyTagClassName
{
color: #C31FEF;
}
</style>
background-color css
<style>
a { background-color: #C31FEF; }
a { background-color: rgb(195,31,239); }
div.DivClassName
{
background-color: #C31FEF;
}
.BgClassName
{
background-color: #C31FEF;
}
</style>
border-color css
<style>
span { border-color: #C31FEF; }
span { border-color: rgb(195,31,239); }
td.TdClassName
{
border-color: #C31FEF;
}
.TagClassName
{
border-color: #C31FEF;
}
</style>