Shades of Electric Purple #C31DFE
Tints of Electric Purple #C31DFE
RGB
CMYK
RGB Variations
Color information
#C31DFE (or 0xC31DFE) is known color: Electric Purple. HEX triplet: C3, 1D and FE. RGB value is (195,29,254). Sum of RGB (Red+Green+Blue) = 195+29+254=478 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.79% from 478); Green value is 29 (11.72% from 255 or 6.07% from 478); Blue value is 254 (99.61% from 255 or 53.14% from 478); Max value from RGB is 254 - color contains mainly: blue. Hex color #C31DFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C31DFE is #3CE201. Grayscale: #676767. Windows color (decimal): -3990018 or 16653763. OLE color: 16653763.
HSL color Cylindrical-coordinate representation of color #C31DFE: hue angle of 284.27º 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 #C31DFE is Cyan = 0.23, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 195 | 29 | 254 | - |
| CMYK | 0.23 | 0.89 | 0 | 0.00 |
| HSL | 284.27º | 0.99% | 0.55% | - |
| HSV(B) | 284.27º | 0.89% | 1% | - |
| XYZ | 40.83 | 19.64 | 95.4 | - |
| YUV | 104.28 | 212.5 | 192.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 29 | 254 | 0.23 | 0.89 | 0 | 0.00 | 284.27 | 0.99 | 0.55 |
| Hex | C3 | 1D | FE | 17 | 59 | 0 | 0 | 11C | 63 | 37 |
| Octal | 303 | 35 | 376 | 27 | 131 | 0 | 0 | 434 | 143 | 67 |
| Binary | 11000011 | 11101 | 11111110 | 10111 | 1011001 | 0 | 0 | 100011100 | 1100011 | 110111 |
Color Harmonies of #C31DFE
Complementary color
Monochromatic Colors of #C31DFE
Black with #C31DFE
Text Example
Text Example
White with #C31DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31DFE; }
p { color: rgb(195,29,254); }
H1.HeaderClassName
{
color: #C31DFE;
}
.AnyTagClassName
{
color: #C31DFE;
}
</style>
background-color css
<style>
a { background-color: #C31DFE; }
a { background-color: rgb(195,29,254); }
div.DivClassName
{
background-color: #C31DFE;
}
.BgClassName
{
background-color: #C31DFE;
}
</style>
border-color css
<style>
span { border-color: #C31DFE; }
span { border-color: rgb(195,29,254); }
td.TdClassName
{
border-color: #C31DFE;
}
.TagClassName
{
border-color: #C31DFE;
}
</style>