Shades of Electric Purple #C70BEC
Tints of Electric Purple #C70BEC
RGB
CMYK
RGB Variations
Color information
#C70BEC (or 0xC70BEC) is known color: Electric Purple. HEX triplet: C7, 0B and EC. RGB value is (199,11,236). Sum of RGB (Red+Green+Blue) = 199+11+236=446 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.62% from 446); Green value is 11 (4.69% from 255 or 2.47% from 446); Blue value is 236 (92.58% from 255 or 52.91% from 446); Max value from RGB is 236 - color contains mainly: blue. Hex color #C70BEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C70BEC is #38F413. Grayscale: #5C5C5C. Windows color (decimal): -3732500 or 15469511. OLE color: 15469511.
HSL color Cylindrical-coordinate representation of color #C70BEC: hue angle of 290.13º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C70BEC is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 11 | 236 | - |
| CMYK | 0.16 | 0.95 | 0 | 0.07 |
| HSL | 290.13º | 0.91% | 0.48% | - |
| HSV(B) | 290.13º | 0.95% | 0.93% | - |
| XYZ | 38.81 | 18.44 | 80.87 | - |
| YUV | 92.86 | 208.78 | 203.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 11 | 236 | 0.16 | 0.95 | 0 | 0.07 | 290.13 | 0.91 | 0.48 |
| Hex | C7 | B | EC | 10 | 5F | 0 | 7 | 122 | 5B | 30 |
| Octal | 307 | 13 | 354 | 20 | 137 | 0 | 7 | 442 | 133 | 60 |
| Binary | 11000111 | 1011 | 11101100 | 10000 | 1011111 | 0 | 111 | 100100010 | 1011011 | 110000 |
Color Harmonies of #C70BEC
Complementary color
Monochromatic Colors of #C70BEC
Black with #C70BEC
Text Example
Text Example
White with #C70BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70BEC; }
p { color: rgb(199,11,236); }
H1.HeaderClassName
{
color: #C70BEC;
}
.AnyTagClassName
{
color: #C70BEC;
}
</style>
background-color css
<style>
a { background-color: #C70BEC; }
a { background-color: rgb(199,11,236); }
div.DivClassName
{
background-color: #C70BEC;
}
.BgClassName
{
background-color: #C70BEC;
}
</style>
border-color css
<style>
span { border-color: #C70BEC; }
span { border-color: rgb(199,11,236); }
td.TdClassName
{
border-color: #C70BEC;
}
.TagClassName
{
border-color: #C70BEC;
}
</style>