Shades of Electric Purple #C310EA
Tints of Electric Purple #C310EA
RGB
CMYK
RGB Variations
Color information
#C310EA (or 0xC310EA) is known color: Electric Purple. HEX triplet: C3, 10 and EA. RGB value is (195,16,234). Sum of RGB (Red+Green+Blue) = 195+16+234=445 (58% of max value = 765). Red value is 195 (76.56% from 255 or 43.82% from 445); Green value is 16 (6.64% from 255 or 3.60% from 445); Blue value is 234 (91.80% from 255 or 52.58% from 445); Max value from RGB is 234 - color contains mainly: blue. Hex color #C310EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C310EA is #3CEF15. Grayscale: #5D5D5D. Windows color (decimal): -3993366 or 15339715. OLE color: 15339715.
HSL color Cylindrical-coordinate representation of color #C310EA: hue angle of 289.27º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C310EA is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 195 | 16 | 234 | - |
| CMYK | 0.17 | 0.93 | 0 | 0.08 |
| HSL | 289.27º | 0.87% | 0.49% | - |
| HSV(B) | 289.27º | 0.93% | 0.92% | - |
| XYZ | 37.54 | 17.91 | 79.32 | - |
| YUV | 94.37 | 206.8 | 199.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 16 | 234 | 0.17 | 0.93 | 0 | 0.08 | 289.27 | 0.87 | 0.49 |
| Hex | C3 | 10 | EA | 11 | 5D | 0 | 8 | 121 | 57 | 31 |
| Octal | 303 | 20 | 352 | 21 | 135 | 0 | 10 | 441 | 127 | 61 |
| Binary | 11000011 | 10000 | 11101010 | 10001 | 1011101 | 0 | 1000 | 100100001 | 1010111 | 110001 |
Color Harmonies of #C310EA
Complementary color
Monochromatic Colors of #C310EA
Black with #C310EA
Text Example
Text Example
White with #C310EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C310EA; }
p { color: rgb(195,16,234); }
H1.HeaderClassName
{
color: #C310EA;
}
.AnyTagClassName
{
color: #C310EA;
}
</style>
background-color css
<style>
a { background-color: #C310EA; }
a { background-color: rgb(195,16,234); }
div.DivClassName
{
background-color: #C310EA;
}
.BgClassName
{
background-color: #C310EA;
}
</style>
border-color css
<style>
span { border-color: #C310EA; }
span { border-color: rgb(195,16,234); }
td.TdClassName
{
border-color: #C310EA;
}
.TagClassName
{
border-color: #C310EA;
}
</style>