Shades of Electric Purple #C70EF0
Tints of Electric Purple #C70EF0
RGB
CMYK
RGB Variations
Color information
#C70EF0 (or 0xC70EF0) is known color: Electric Purple. HEX triplet: C7, 0E and F0. RGB value is (199,14,240). Sum of RGB (Red+Green+Blue) = 199+14+240=453 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.93% from 453); Green value is 14 (5.86% from 255 or 3.09% from 453); Blue value is 240 (94.14% from 255 or 52.98% from 453); Max value from RGB is 240 - color contains mainly: blue. Hex color #C70EF0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C70EF0 is #38F10F. Grayscale: #5E5E5E. Windows color (decimal): -3731728 or 15732423. OLE color: 15732423.
HSL color Cylindrical-coordinate representation of color #C70EF0: hue angle of 289.12º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C70EF0 is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 199 | 14 | 240 | - |
| CMYK | 0.17 | 0.94 | 0 | 0.06 |
| HSL | 289.12º | 0.89% | 0.5% | - |
| HSV(B) | 289.12º | 0.94% | 0.94% | - |
| XYZ | 39.44 | 18.75 | 83.98 | - |
| YUV | 95.08 | 209.79 | 202.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 14 | 240 | 0.17 | 0.94 | 0 | 0.06 | 289.12 | 0.89 | 0.5 |
| Hex | C7 | E | F0 | 11 | 5E | 0 | 6 | 121 | 59 | 32 |
| Octal | 307 | 16 | 360 | 21 | 136 | 0 | 6 | 441 | 131 | 62 |
| Binary | 11000111 | 1110 | 11110000 | 10001 | 1011110 | 0 | 110 | 100100001 | 1011001 | 110010 |
Color Harmonies of #C70EF0
Complementary color
Monochromatic Colors of #C70EF0
Black with #C70EF0
Text Example
Text Example
White with #C70EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70EF0; }
p { color: rgb(199,14,240); }
H1.HeaderClassName
{
color: #C70EF0;
}
.AnyTagClassName
{
color: #C70EF0;
}
</style>
background-color css
<style>
a { background-color: #C70EF0; }
a { background-color: rgb(199,14,240); }
div.DivClassName
{
background-color: #C70EF0;
}
.BgClassName
{
background-color: #C70EF0;
}
</style>
border-color css
<style>
span { border-color: #C70EF0; }
span { border-color: rgb(199,14,240); }
td.TdClassName
{
border-color: #C70EF0;
}
.TagClassName
{
border-color: #C70EF0;
}
</style>