Shades of Electric Purple #C31CFE
Tints of Electric Purple #C31CFE
RGB
CMYK
RGB Variations
Color information
#C31CFE (or 0xC31CFE) is known color: Electric Purple. HEX triplet: C3, 1C and FE. RGB value is (195,28,254). Sum of RGB (Red+Green+Blue) = 195+28+254=477 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.88% from 477); Green value is 28 (11.33% from 255 or 5.87% from 477); Blue value is 254 (99.61% from 255 or 53.25% from 477); Max value from RGB is 254 - color contains mainly: blue. Hex color #C31CFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C31CFE is #3CE301. Grayscale: #666666. Windows color (decimal): -3990274 or 16653507. OLE color: 16653507.
HSL color Cylindrical-coordinate representation of color #C31CFE: hue angle of 284.34º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C31CFE is Cyan = 0.23, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 195 | 28 | 254 | - |
| CMYK | 0.23 | 0.89 | 0 | 0.00 |
| HSL | 284.34º | 0.99% | 0.55% | - |
| HSV(B) | 284.34º | 0.89% | 1% | - |
| XYZ | 40.81 | 19.59 | 95.4 | - |
| YUV | 103.7 | 212.83 | 193.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 28 | 254 | 0.23 | 0.89 | 0 | 0.00 | 284.34 | 0.99 | 0.55 |
| Hex | C3 | 1C | FE | 17 | 59 | 0 | 0 | 11C | 63 | 37 |
| Octal | 303 | 34 | 376 | 27 | 131 | 0 | 0 | 434 | 143 | 67 |
| Binary | 11000011 | 11100 | 11111110 | 10111 | 1011001 | 0 | 0 | 100011100 | 1100011 | 110111 |
Color Harmonies of #C31CFE
Complementary color
Monochromatic Colors of #C31CFE
Black with #C31CFE
Text Example
Text Example
White with #C31CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31CFE; }
p { color: rgb(195,28,254); }
H1.HeaderClassName
{
color: #C31CFE;
}
.AnyTagClassName
{
color: #C31CFE;
}
</style>
background-color css
<style>
a { background-color: #C31CFE; }
a { background-color: rgb(195,28,254); }
div.DivClassName
{
background-color: #C31CFE;
}
.BgClassName
{
background-color: #C31CFE;
}
</style>
border-color css
<style>
span { border-color: #C31CFE; }
span { border-color: rgb(195,28,254); }
td.TdClassName
{
border-color: #C31CFE;
}
.TagClassName
{
border-color: #C31CFE;
}
</style>