Shades of Electric Purple #C31EFF
Tints of Electric Purple #C31EFF
RGB
CMYK
RGB Variations
Color information
#C31EFF (or 0xC31EFF) is known color: Electric Purple. HEX triplet: C3, 1E and FF. RGB value is (195,30,255). Sum of RGB (Red+Green+Blue) = 195+30+255=480 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.62% from 480); Green value is 30 (12.11% from 255 or 6.25% from 480); Blue value is 255 (100% from 255 or 53.12% from 480); Max value from RGB is 255 - color contains mainly: blue. Hex color #C31EFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C31EFF is #3CE100. Grayscale: #686868. Windows color (decimal): -3989761 or 16719555. OLE color: 16719555.
HSL color Cylindrical-coordinate representation of color #C31EFF: hue angle of 284º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C31EFF is Cyan = 0.24, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 195 | 30 | 255 | - |
| CMYK | 0.24 | 0.88 | 0 | 0 |
| HSL | 284º | 1% | 0.56% | - |
| HSV(B) | 284º | 0.88% | 1% | - |
| XYZ | 41.02 | 19.75 | 96.26 | - |
| YUV | 104.99 | 212.66 | 192.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 30 | 255 | 0.24 | 0.88 | 0 | 0 | 284 | 1 | 0.56 |
| Hex | C3 | 1E | FF | 18 | 58 | 0 | 0 | 11C | 64 | 38 |
| Octal | 303 | 36 | 377 | 30 | 130 | 0 | 0 | 434 | 144 | 70 |
| Binary | 11000011 | 11110 | 11111111 | 11000 | 1011000 | 0 | 0 | 100011100 | 1100100 | 111000 |
Color Harmonies of #C31EFF
Complementary color
Monochromatic Colors of #C31EFF
Black with #C31EFF
Text Example
Text Example
White with #C31EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31EFF; }
p { color: rgb(195,30,255); }
H1.HeaderClassName
{
color: #C31EFF;
}
.AnyTagClassName
{
color: #C31EFF;
}
</style>
background-color css
<style>
a { background-color: #C31EFF; }
a { background-color: rgb(195,30,255); }
div.DivClassName
{
background-color: #C31EFF;
}
.BgClassName
{
background-color: #C31EFF;
}
</style>
border-color css
<style>
span { border-color: #C31EFF; }
span { border-color: rgb(195,30,255); }
td.TdClassName
{
border-color: #C31EFF;
}
.TagClassName
{
border-color: #C31EFF;
}
</style>