Shades of Electric Purple #C70FFF
Tints of Electric Purple #C70FFF
RGB
CMYK
RGB Variations
Color information
#C70FFF (or 0xC70FFF) is known color: Electric Purple. HEX triplet: C7, 0F and FF. RGB value is (199,15,255). Sum of RGB (Red+Green+Blue) = 199+15+255=469 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.43% from 469); Green value is 15 (6.25% from 255 or 3.20% from 469); Blue value is 255 (100% from 255 or 54.37% from 469); Max value from RGB is 255 - color contains mainly: blue. Hex color #C70FFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C70FFF is #38F000. Grayscale: #606060. Windows color (decimal): -3731457 or 16715719. OLE color: 16715719.
HSL color Cylindrical-coordinate representation of color #C70FFF: hue angle of 286º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C70FFF is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 199 | 15 | 255 | - |
| CMYK | 0.22 | 0.94 | 0 | 0 |
| HSL | 286º | 1% | 0.53% | - |
| HSV(B) | 286º | 0.94% | 1% | - |
| XYZ | 41.77 | 19.7 | 96.21 | - |
| YUV | 97.38 | 216.96 | 200.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 15 | 255 | 0.22 | 0.94 | 0 | 0 | 286 | 1 | 0.53 |
| Hex | C7 | F | FF | 16 | 5E | 0 | 0 | 11E | 64 | 35 |
| Octal | 307 | 17 | 377 | 26 | 136 | 0 | 0 | 436 | 144 | 65 |
| Binary | 11000111 | 1111 | 11111111 | 10110 | 1011110 | 0 | 0 | 100011110 | 1100100 | 110101 |
Color Harmonies of #C70FFF
Complementary color
Monochromatic Colors of #C70FFF
Black with #C70FFF
Text Example
Text Example
White with #C70FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70FFF; }
p { color: rgb(199,15,255); }
H1.HeaderClassName
{
color: #C70FFF;
}
.AnyTagClassName
{
color: #C70FFF;
}
</style>
background-color css
<style>
a { background-color: #C70FFF; }
a { background-color: rgb(199,15,255); }
div.DivClassName
{
background-color: #C70FFF;
}
.BgClassName
{
background-color: #C70FFF;
}
</style>
border-color css
<style>
span { border-color: #C70FFF; }
span { border-color: rgb(199,15,255); }
td.TdClassName
{
border-color: #C70FFF;
}
.TagClassName
{
border-color: #C70FFF;
}
</style>