Shades of Electric Purple #C31FFE
Tints of Electric Purple #C31FFE
RGB
CMYK
RGB Variations
Color information
#C31FFE (or 0xC31FFE) is known color: Electric Purple. HEX triplet: C3, 1F and FE. RGB value is (195,31,254). Sum of RGB (Red+Green+Blue) = 195+31+254=480 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.62% from 480); Green value is 31 (12.5% from 255 or 6.46% from 480); Blue value is 254 (99.61% from 255 or 52.92% from 480); Max value from RGB is 254 - color contains mainly: blue. Hex color #C31FFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C31FFE is #3CE001. Grayscale: #686868. Windows color (decimal): -3989506 or 16654275. OLE color: 16654275.
HSL color Cylindrical-coordinate representation of color #C31FFE: hue angle of 284.13º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C31FFE is Cyan = 0.23, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 195 | 31 | 254 | - |
| CMYK | 0.23 | 0.88 | 0 | 0.00 |
| HSL | 284.13º | 0.99% | 0.56% | - |
| HSV(B) | 284.13º | 0.88% | 1% | - |
| XYZ | 40.89 | 19.74 | 95.42 | - |
| YUV | 105.46 | 211.83 | 191.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 31 | 254 | 0.23 | 0.88 | 0 | 0.00 | 284.13 | 0.99 | 0.56 |
| Hex | C3 | 1F | FE | 17 | 58 | 0 | 0 | 11C | 63 | 38 |
| Octal | 303 | 37 | 376 | 27 | 130 | 0 | 0 | 434 | 143 | 70 |
| Binary | 11000011 | 11111 | 11111110 | 10111 | 1011000 | 0 | 0 | 100011100 | 1100011 | 111000 |
Color Harmonies of #C31FFE
Complementary color
Monochromatic Colors of #C31FFE
Black with #C31FFE
Text Example
Text Example
White with #C31FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31FFE; }
p { color: rgb(195,31,254); }
H1.HeaderClassName
{
color: #C31FFE;
}
.AnyTagClassName
{
color: #C31FFE;
}
</style>
background-color css
<style>
a { background-color: #C31FFE; }
a { background-color: rgb(195,31,254); }
div.DivClassName
{
background-color: #C31FFE;
}
.BgClassName
{
background-color: #C31FFE;
}
</style>
border-color css
<style>
span { border-color: #C31FFE; }
span { border-color: rgb(195,31,254); }
td.TdClassName
{
border-color: #C31FFE;
}
.TagClassName
{
border-color: #C31FFE;
}
</style>