Shades of Electric Purple #C31EFC
Tints of Electric Purple #C31EFC
RGB
CMYK
RGB Variations
Color information
#C31EFC (or 0xC31EFC) is known color: Electric Purple. HEX triplet: C3, 1E and FC. RGB value is (195,30,252). Sum of RGB (Red+Green+Blue) = 195+30+252=477 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.88% from 477); Green value is 30 (12.11% from 255 or 6.29% from 477); Blue value is 252 (98.83% from 255 or 52.83% from 477); Max value from RGB is 252 - color contains mainly: blue. Hex color #C31EFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C31EFC is #3CE103. Grayscale: #676767. Windows color (decimal): -3989764 or 16522947. OLE color: 16522947.
HSL color Cylindrical-coordinate representation of color #C31EFC: hue angle of 284.59º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C31EFC is Cyan = 0.23, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 30 | 252 | - |
| CMYK | 0.23 | 0.88 | 0 | 0.01 |
| HSL | 284.59º | 0.97% | 0.55% | - |
| HSV(B) | 284.59º | 0.88% | 0.99% | - |
| XYZ | 40.54 | 19.56 | 93.73 | - |
| YUV | 104.64 | 211.16 | 192.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 30 | 252 | 0.23 | 0.88 | 0 | 0.01 | 284.59 | 0.97 | 0.55 |
| Hex | C3 | 1E | FC | 17 | 58 | 0 | 1 | 11D | 61 | 37 |
| Octal | 303 | 36 | 374 | 27 | 130 | 0 | 1 | 435 | 141 | 67 |
| Binary | 11000011 | 11110 | 11111100 | 10111 | 1011000 | 0 | 1 | 100011101 | 1100001 | 110111 |
Color Harmonies of #C31EFC
Complementary color
Monochromatic Colors of #C31EFC
Black with #C31EFC
Text Example
Text Example
White with #C31EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31EFC; }
p { color: rgb(195,30,252); }
H1.HeaderClassName
{
color: #C31EFC;
}
.AnyTagClassName
{
color: #C31EFC;
}
</style>
background-color css
<style>
a { background-color: #C31EFC; }
a { background-color: rgb(195,30,252); }
div.DivClassName
{
background-color: #C31EFC;
}
.BgClassName
{
background-color: #C31EFC;
}
</style>
border-color css
<style>
span { border-color: #C31EFC; }
span { border-color: rgb(195,30,252); }
td.TdClassName
{
border-color: #C31EFC;
}
.TagClassName
{
border-color: #C31EFC;
}
</style>