Shades of Electric Purple #C70CEC
Tints of Electric Purple #C70CEC
RGB
CMYK
RGB Variations
Color information
#C70CEC (or 0xC70CEC) is known color: Electric Purple. HEX triplet: C7, 0C and EC. RGB value is (199,12,236). Sum of RGB (Red+Green+Blue) = 199+12+236=447 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.52% from 447); Green value is 12 (5.08% from 255 or 2.68% from 447); Blue value is 236 (92.58% from 255 or 52.80% from 447); Max value from RGB is 236 - color contains mainly: blue. Hex color #C70CEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C70CEC is #38F313. Grayscale: #5C5C5C. Windows color (decimal): -3732244 or 15469767. OLE color: 15469767.
HSL color Cylindrical-coordinate representation of color #C70CEC: hue angle of 290.09º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C70CEC is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 12 | 236 | - |
| CMYK | 0.16 | 0.95 | 0 | 0.07 |
| HSL | 290.09º | 0.9% | 0.49% | - |
| HSV(B) | 290.09º | 0.95% | 0.93% | - |
| XYZ | 38.82 | 18.46 | 80.87 | - |
| YUV | 93.45 | 208.45 | 203.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 12 | 236 | 0.16 | 0.95 | 0 | 0.07 | 290.09 | 0.9 | 0.49 |
| Hex | C7 | C | EC | 10 | 5F | 0 | 7 | 122 | 5A | 31 |
| Octal | 307 | 14 | 354 | 20 | 137 | 0 | 7 | 442 | 132 | 61 |
| Binary | 11000111 | 1100 | 11101100 | 10000 | 1011111 | 0 | 111 | 100100010 | 1011010 | 110001 |
Color Harmonies of #C70CEC
Complementary color
Monochromatic Colors of #C70CEC
Black with #C70CEC
Text Example
Text Example
White with #C70CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70CEC; }
p { color: rgb(199,12,236); }
H1.HeaderClassName
{
color: #C70CEC;
}
.AnyTagClassName
{
color: #C70CEC;
}
</style>
background-color css
<style>
a { background-color: #C70CEC; }
a { background-color: rgb(199,12,236); }
div.DivClassName
{
background-color: #C70CEC;
}
.BgClassName
{
background-color: #C70CEC;
}
</style>
border-color css
<style>
span { border-color: #C70CEC; }
span { border-color: rgb(199,12,236); }
td.TdClassName
{
border-color: #C70CEC;
}
.TagClassName
{
border-color: #C70CEC;
}
</style>