Shades of Electric Purple #C310E8
Tints of Electric Purple #C310E8
RGB
CMYK
RGB Variations
Color information
#C310E8 (or 0xC310E8) is known color: Electric Purple. HEX triplet: C3, 10 and E8. RGB value is (195,16,232). Sum of RGB (Red+Green+Blue) = 195+16+232=443 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.02% from 443); Green value is 16 (6.64% from 255 or 3.61% from 443); Blue value is 232 (91.02% from 255 or 52.37% from 443); Max value from RGB is 232 - color contains mainly: blue. Hex color #C310E8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C310E8 is #3CEF17. Grayscale: #5D5D5D. Windows color (decimal): -3993368 or 15208643. OLE color: 15208643.
HSL color Cylindrical-coordinate representation of color #C310E8: hue angle of 289.72º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C310E8 is Cyan = 0.16, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 195 | 16 | 232 | - |
| CMYK | 0.16 | 0.93 | 0 | 0.09 |
| HSL | 289.72º | 0.87% | 0.49% | - |
| HSV(B) | 289.72º | 0.93% | 0.91% | - |
| XYZ | 37.26 | 17.8 | 77.82 | - |
| YUV | 94.15 | 205.8 | 199.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 16 | 232 | 0.16 | 0.93 | 0 | 0.09 | 289.72 | 0.87 | 0.49 |
| Hex | C3 | 10 | E8 | 10 | 5D | 0 | 9 | 122 | 57 | 31 |
| Octal | 303 | 20 | 350 | 20 | 135 | 0 | 11 | 442 | 127 | 61 |
| Binary | 11000011 | 10000 | 11101000 | 10000 | 1011101 | 0 | 1001 | 100100010 | 1010111 | 110001 |
Color Harmonies of #C310E8
Complementary color
Monochromatic Colors of #C310E8
Black with #C310E8
Text Example
Text Example
White with #C310E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C310E8; }
p { color: rgb(195,16,232); }
H1.HeaderClassName
{
color: #C310E8;
}
.AnyTagClassName
{
color: #C310E8;
}
</style>
background-color css
<style>
a { background-color: #C310E8; }
a { background-color: rgb(195,16,232); }
div.DivClassName
{
background-color: #C310E8;
}
.BgClassName
{
background-color: #C310E8;
}
</style>
border-color css
<style>
span { border-color: #C310E8; }
span { border-color: rgb(195,16,232); }
td.TdClassName
{
border-color: #C310E8;
}
.TagClassName
{
border-color: #C310E8;
}
</style>