Shades of Electric Purple #C70FE9
Tints of Electric Purple #C70FE9
RGB
CMYK
RGB Variations
Color information
#C70FE9 (or 0xC70FE9) is known color: Electric Purple. HEX triplet: C7, 0F and E9. RGB value is (199,15,233). Sum of RGB (Red+Green+Blue) = 199+15+233=447 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.52% from 447); Green value is 15 (6.25% from 255 or 3.36% from 447); Blue value is 233 (91.41% from 255 or 52.13% from 447); Max value from RGB is 233 - color contains mainly: blue. Hex color #C70FE9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C70FE9 is #38F016. Grayscale: #5E5E5E. Windows color (decimal): -3731479 or 15273927. OLE color: 15273927.
HSL color Cylindrical-coordinate representation of color #C70FE9: hue angle of 290.64º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C70FE9 is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 199 | 15 | 233 | - |
| CMYK | 0.15 | 0.94 | 0 | 0.09 |
| HSL | 290.64º | 0.88% | 0.49% | - |
| HSV(B) | 290.64º | 0.94% | 0.91% | - |
| XYZ | 38.43 | 18.37 | 78.61 | - |
| YUV | 94.87 | 205.96 | 202.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 15 | 233 | 0.15 | 0.94 | 0 | 0.09 | 290.64 | 0.88 | 0.49 |
| Hex | C7 | F | E9 | F | 5E | 0 | 9 | 123 | 58 | 31 |
| Octal | 307 | 17 | 351 | 17 | 136 | 0 | 11 | 443 | 130 | 61 |
| Binary | 11000111 | 1111 | 11101001 | 1111 | 1011110 | 0 | 1001 | 100100011 | 1011000 | 110001 |
Color Harmonies of #C70FE9
Complementary color
Monochromatic Colors of #C70FE9
Black with #C70FE9
Text Example
Text Example
White with #C70FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70FE9; }
p { color: rgb(199,15,233); }
H1.HeaderClassName
{
color: #C70FE9;
}
.AnyTagClassName
{
color: #C70FE9;
}
</style>
background-color css
<style>
a { background-color: #C70FE9; }
a { background-color: rgb(199,15,233); }
div.DivClassName
{
background-color: #C70FE9;
}
.BgClassName
{
background-color: #C70FE9;
}
</style>
border-color css
<style>
span { border-color: #C70FE9; }
span { border-color: rgb(199,15,233); }
td.TdClassName
{
border-color: #C70FE9;
}
.TagClassName
{
border-color: #C70FE9;
}
</style>