Shades of Electric Purple #C70FEB
Tints of Electric Purple #C70FEB
RGB
CMYK
RGB Variations
Color information
#C70FEB (or 0xC70FEB) is known color: Electric Purple. HEX triplet: C7, 0F and EB. RGB value is (199,15,235). Sum of RGB (Red+Green+Blue) = 199+15+235=449 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.32% from 449); Green value is 15 (6.25% from 255 or 3.34% from 449); Blue value is 235 (92.19% from 255 or 52.34% from 449); Max value from RGB is 235 - color contains mainly: blue. Hex color #C70FEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C70FEB is #38F014. Grayscale: #5E5E5E. Windows color (decimal): -3731477 or 15404999. OLE color: 15404999.
HSL color Cylindrical-coordinate representation of color #C70FEB: hue angle of 290.18º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C70FEB is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 199 | 15 | 235 | - |
| CMYK | 0.15 | 0.94 | 0 | 0.08 |
| HSL | 290.18º | 0.88% | 0.49% | - |
| HSV(B) | 290.18º | 0.94% | 0.92% | - |
| XYZ | 38.72 | 18.48 | 80.12 | - |
| YUV | 95.1 | 206.96 | 202.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 15 | 235 | 0.15 | 0.94 | 0 | 0.08 | 290.18 | 0.88 | 0.49 |
| Hex | C7 | F | EB | F | 5E | 0 | 8 | 122 | 58 | 31 |
| Octal | 307 | 17 | 353 | 17 | 136 | 0 | 10 | 442 | 130 | 61 |
| Binary | 11000111 | 1111 | 11101011 | 1111 | 1011110 | 0 | 1000 | 100100010 | 1011000 | 110001 |
Color Harmonies of #C70FEB
Complementary color
Monochromatic Colors of #C70FEB
Black with #C70FEB
Text Example
Text Example
White with #C70FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70FEB; }
p { color: rgb(199,15,235); }
H1.HeaderClassName
{
color: #C70FEB;
}
.AnyTagClassName
{
color: #C70FEB;
}
</style>
background-color css
<style>
a { background-color: #C70FEB; }
a { background-color: rgb(199,15,235); }
div.DivClassName
{
background-color: #C70FEB;
}
.BgClassName
{
background-color: #C70FEB;
}
</style>
border-color css
<style>
span { border-color: #C70FEB; }
span { border-color: rgb(199,15,235); }
td.TdClassName
{
border-color: #C70FEB;
}
.TagClassName
{
border-color: #C70FEB;
}
</style>