Shades of Electric Purple #C70EFB
Tints of Electric Purple #C70EFB
RGB
CMYK
RGB Variations
Color information
#C70EFB (or 0xC70EFB) is known color: Electric Purple. HEX triplet: C7, 0E and FB. RGB value is (199,14,251). Sum of RGB (Red+Green+Blue) = 199+14+251=464 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.89% from 464); Green value is 14 (5.86% from 255 or 3.02% from 464); Blue value is 251 (98.44% from 255 or 54.09% from 464); Max value from RGB is 251 - color contains mainly: blue. Hex color #C70EFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C70EFB is #38F104. Grayscale: #5F5F5F. Windows color (decimal): -3731717 or 16453319. OLE color: 16453319.
HSL color Cylindrical-coordinate representation of color #C70EFB: hue angle of 286.84º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C70EFB is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 14 | 251 | - |
| CMYK | 0.21 | 0.94 | 0 | 0.02 |
| HSL | 286.84º | 0.97% | 0.52% | - |
| HSV(B) | 286.84º | 0.94% | 0.98% | - |
| XYZ | 41.12 | 19.42 | 92.85 | - |
| YUV | 96.33 | 215.29 | 201.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 14 | 251 | 0.21 | 0.94 | 0 | 0.02 | 286.84 | 0.97 | 0.52 |
| Hex | C7 | E | FB | 15 | 5E | 0 | 2 | 11F | 61 | 34 |
| Octal | 307 | 16 | 373 | 25 | 136 | 0 | 2 | 437 | 141 | 64 |
| Binary | 11000111 | 1110 | 11111011 | 10101 | 1011110 | 0 | 10 | 100011111 | 1100001 | 110100 |
Color Harmonies of #C70EFB
Complementary color
Monochromatic Colors of #C70EFB
Black with #C70EFB
Text Example
Text Example
White with #C70EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70EFB; }
p { color: rgb(199,14,251); }
H1.HeaderClassName
{
color: #C70EFB;
}
.AnyTagClassName
{
color: #C70EFB;
}
</style>
background-color css
<style>
a { background-color: #C70EFB; }
a { background-color: rgb(199,14,251); }
div.DivClassName
{
background-color: #C70EFB;
}
.BgClassName
{
background-color: #C70EFB;
}
</style>
border-color css
<style>
span { border-color: #C70EFB; }
span { border-color: rgb(199,14,251); }
td.TdClassName
{
border-color: #C70EFB;
}
.TagClassName
{
border-color: #C70EFB;
}
</style>