Shades of Electric Purple #C710EA
Tints of Electric Purple #C710EA
RGB
CMYK
RGB Variations
Color information
#C710EA (or 0xC710EA) is known color: Electric Purple. HEX triplet: C7, 10 and EA. RGB value is (199,16,234). Sum of RGB (Red+Green+Blue) = 199+16+234=449 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.32% from 449); Green value is 16 (6.64% from 255 or 3.56% from 449); Blue value is 234 (91.80% from 255 or 52.12% from 449); Max value from RGB is 234 - color contains mainly: blue. Hex color #C710EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C710EA is #38EF15. Grayscale: #5E5E5E. Windows color (decimal): -3731222 or 15339719. OLE color: 15339719.
HSL color Cylindrical-coordinate representation of color #C710EA: hue angle of 290.37º 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 #C710EA is Cyan = 0.15, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 199 | 16 | 234 | - |
| CMYK | 0.15 | 0.93 | 0 | 0.08 |
| HSL | 290.37º | 0.87% | 0.49% | - |
| HSV(B) | 290.37º | 0.93% | 0.92% | - |
| XYZ | 38.59 | 18.45 | 79.37 | - |
| YUV | 95.57 | 206.13 | 201.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 16 | 234 | 0.15 | 0.93 | 0 | 0.08 | 290.37 | 0.87 | 0.49 |
| Hex | C7 | 10 | EA | F | 5D | 0 | 8 | 122 | 57 | 31 |
| Octal | 307 | 20 | 352 | 17 | 135 | 0 | 10 | 442 | 127 | 61 |
| Binary | 11000111 | 10000 | 11101010 | 1111 | 1011101 | 0 | 1000 | 100100010 | 1010111 | 110001 |
Color Harmonies of #C710EA
Complementary color
Monochromatic Colors of #C710EA
Black with #C710EA
Text Example
Text Example
White with #C710EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C710EA; }
p { color: rgb(199,16,234); }
H1.HeaderClassName
{
color: #C710EA;
}
.AnyTagClassName
{
color: #C710EA;
}
</style>
background-color css
<style>
a { background-color: #C710EA; }
a { background-color: rgb(199,16,234); }
div.DivClassName
{
background-color: #C710EA;
}
.BgClassName
{
background-color: #C710EA;
}
</style>
border-color css
<style>
span { border-color: #C710EA; }
span { border-color: rgb(199,16,234); }
td.TdClassName
{
border-color: #C710EA;
}
.TagClassName
{
border-color: #C710EA;
}
</style>