Shades of Electric Purple #C70EF1
Tints of Electric Purple #C70EF1
RGB
CMYK
RGB Variations
Color information
#C70EF1 (or 0xC70EF1) is known color: Electric Purple. HEX triplet: C7, 0E and F1. RGB value is (199,14,241). Sum of RGB (Red+Green+Blue) = 199+14+241=454 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.83% from 454); Green value is 14 (5.86% from 255 or 3.08% from 454); Blue value is 241 (94.53% from 255 or 53.08% from 454); Max value from RGB is 241 - color contains mainly: blue. Hex color #C70EF1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C70EF1 is #38F10E. Grayscale: #5E5E5E. Windows color (decimal): -3731727 or 15797959. OLE color: 15797959.
HSL color Cylindrical-coordinate representation of color #C70EF1: hue angle of 288.9º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C70EF1 is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 199 | 14 | 241 | - |
| CMYK | 0.17 | 0.94 | 0 | 0.05 |
| HSL | 288.9º | 0.89% | 0.5% | - |
| HSV(B) | 288.9º | 0.94% | 0.95% | - |
| XYZ | 39.59 | 18.81 | 84.76 | - |
| YUV | 95.19 | 210.29 | 202.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 14 | 241 | 0.17 | 0.94 | 0 | 0.05 | 288.9 | 0.89 | 0.5 |
| Hex | C7 | E | F1 | 11 | 5E | 0 | 5 | 121 | 59 | 32 |
| Octal | 307 | 16 | 361 | 21 | 136 | 0 | 5 | 441 | 131 | 62 |
| Binary | 11000111 | 1110 | 11110001 | 10001 | 1011110 | 0 | 101 | 100100001 | 1011001 | 110010 |
Color Harmonies of #C70EF1
Complementary color
Monochromatic Colors of #C70EF1
Black with #C70EF1
Text Example
Text Example
White with #C70EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70EF1; }
p { color: rgb(199,14,241); }
H1.HeaderClassName
{
color: #C70EF1;
}
.AnyTagClassName
{
color: #C70EF1;
}
</style>
background-color css
<style>
a { background-color: #C70EF1; }
a { background-color: rgb(199,14,241); }
div.DivClassName
{
background-color: #C70EF1;
}
.BgClassName
{
background-color: #C70EF1;
}
</style>
border-color css
<style>
span { border-color: #C70EF1; }
span { border-color: rgb(199,14,241); }
td.TdClassName
{
border-color: #C70EF1;
}
.TagClassName
{
border-color: #C70EF1;
}
</style>