Shades of Electric Purple #C70FEF
Tints of Electric Purple #C70FEF
RGB
CMYK
RGB Variations
Color information
#C70FEF (or 0xC70FEF) is known color: Electric Purple. HEX triplet: C7, 0F and EF. RGB value is (199,15,239). Sum of RGB (Red+Green+Blue) = 199+15+239=453 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.93% from 453); Green value is 15 (6.25% from 255 or 3.31% from 453); Blue value is 239 (93.75% from 255 or 52.76% from 453); Max value from RGB is 239 - color contains mainly: blue. Hex color #C70FEF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C70FEF is #38F010. Grayscale: #5E5E5E. Windows color (decimal): -3731473 or 15667143. OLE color: 15667143.
HSL color Cylindrical-coordinate representation of color #C70FEF: hue angle of 289.29º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C70FEF is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 199 | 15 | 239 | - |
| CMYK | 0.17 | 0.94 | 0 | 0.06 |
| HSL | 289.29º | 0.88% | 0.5% | - |
| HSV(B) | 289.29º | 0.94% | 0.94% | - |
| XYZ | 39.3 | 18.72 | 83.2 | - |
| YUV | 95.55 | 208.96 | 201.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 15 | 239 | 0.17 | 0.94 | 0 | 0.06 | 289.29 | 0.88 | 0.5 |
| Hex | C7 | F | EF | 11 | 5E | 0 | 6 | 121 | 58 | 32 |
| Octal | 307 | 17 | 357 | 21 | 136 | 0 | 6 | 441 | 130 | 62 |
| Binary | 11000111 | 1111 | 11101111 | 10001 | 1011110 | 0 | 110 | 100100001 | 1011000 | 110010 |
Color Harmonies of #C70FEF
Complementary color
Monochromatic Colors of #C70FEF
Black with #C70FEF
Text Example
Text Example
White with #C70FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70FEF; }
p { color: rgb(199,15,239); }
H1.HeaderClassName
{
color: #C70FEF;
}
.AnyTagClassName
{
color: #C70FEF;
}
</style>
background-color css
<style>
a { background-color: #C70FEF; }
a { background-color: rgb(199,15,239); }
div.DivClassName
{
background-color: #C70FEF;
}
.BgClassName
{
background-color: #C70FEF;
}
</style>
border-color css
<style>
span { border-color: #C70FEF; }
span { border-color: rgb(199,15,239); }
td.TdClassName
{
border-color: #C70FEF;
}
.TagClassName
{
border-color: #C70FEF;
}
</style>