Shades of Electric Purple #C70EF3
Tints of Electric Purple #C70EF3
RGB
CMYK
RGB Variations
Color information
#C70EF3 (or 0xC70EF3) is known color: Electric Purple. HEX triplet: C7, 0E and F3. RGB value is (199,14,243). Sum of RGB (Red+Green+Blue) = 199+14+243=456 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.64% from 456); Green value is 14 (5.86% from 255 or 3.07% from 456); Blue value is 243 (95.31% from 255 or 53.29% from 456); Max value from RGB is 243 - color contains mainly: blue. Hex color #C70EF3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C70EF3 is #38F10C. Grayscale: #5E5E5E. Windows color (decimal): -3731725 or 15929031. OLE color: 15929031.
HSL color Cylindrical-coordinate representation of color #C70EF3: hue angle of 288.47º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C70EF3 is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 199 | 14 | 243 | - |
| CMYK | 0.18 | 0.94 | 0 | 0.05 |
| HSL | 288.47º | 0.91% | 0.5% | - |
| HSV(B) | 288.47º | 0.94% | 0.95% | - |
| XYZ | 39.89 | 18.93 | 86.35 | - |
| YUV | 95.42 | 211.29 | 201.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 14 | 243 | 0.18 | 0.94 | 0 | 0.05 | 288.47 | 0.91 | 0.5 |
| Hex | C7 | E | F3 | 12 | 5E | 0 | 5 | 120 | 5B | 32 |
| Octal | 307 | 16 | 363 | 22 | 136 | 0 | 5 | 440 | 133 | 62 |
| Binary | 11000111 | 1110 | 11110011 | 10010 | 1011110 | 0 | 101 | 100100000 | 1011011 | 110010 |
Color Harmonies of #C70EF3
Complementary color
Monochromatic Colors of #C70EF3
Black with #C70EF3
Text Example
Text Example
White with #C70EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70EF3; }
p { color: rgb(199,14,243); }
H1.HeaderClassName
{
color: #C70EF3;
}
.AnyTagClassName
{
color: #C70EF3;
}
</style>
background-color css
<style>
a { background-color: #C70EF3; }
a { background-color: rgb(199,14,243); }
div.DivClassName
{
background-color: #C70EF3;
}
.BgClassName
{
background-color: #C70EF3;
}
</style>
border-color css
<style>
span { border-color: #C70EF3; }
span { border-color: rgb(199,14,243); }
td.TdClassName
{
border-color: #C70EF3;
}
.TagClassName
{
border-color: #C70EF3;
}
</style>