Shades of Electric Purple #C70AF8
Tints of Electric Purple #C70AF8
RGB
CMYK
RGB Variations
Color information
#C70AF8 (or 0xC70AF8) is known color: Electric Purple. HEX triplet: C7, 0A and F8. RGB value is (199,10,248). Sum of RGB (Red+Green+Blue) = 199+10+248=457 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.54% from 457); Green value is 10 (4.30% from 255 or 2.19% from 457); Blue value is 248 (97.27% from 255 or 54.27% from 457); Max value from RGB is 248 - color contains mainly: blue. Hex color #C70AF8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C70AF8 is #38F507. Grayscale: #5C5C5C. Windows color (decimal): -3732744 or 16255687. OLE color: 16255687.
HSL color Cylindrical-coordinate representation of color #C70AF8: hue angle of 287.65º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C70AF8 is Cyan = 0.20, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 199 | 10 | 248 | - |
| CMYK | 0.20 | 0.96 | 0 | 0.03 |
| HSL | 287.65º | 0.94% | 0.51% | - |
| HSV(B) | 287.65º | 0.96% | 0.97% | - |
| XYZ | 40.61 | 19.14 | 90.36 | - |
| YUV | 93.64 | 215.12 | 203.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 10 | 248 | 0.20 | 0.96 | 0 | 0.03 | 287.65 | 0.94 | 0.51 |
| Hex | C7 | A | F8 | 14 | 60 | 0 | 3 | 120 | 5E | 33 |
| Octal | 307 | 12 | 370 | 24 | 140 | 0 | 3 | 440 | 136 | 63 |
| Binary | 11000111 | 1010 | 11111000 | 10100 | 1100000 | 0 | 11 | 100100000 | 1011110 | 110011 |
Color Harmonies of #C70AF8
Complementary color
Monochromatic Colors of #C70AF8
Black with #C70AF8
Text Example
Text Example
White with #C70AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70AF8; }
p { color: rgb(199,10,248); }
H1.HeaderClassName
{
color: #C70AF8;
}
.AnyTagClassName
{
color: #C70AF8;
}
</style>
background-color css
<style>
a { background-color: #C70AF8; }
a { background-color: rgb(199,10,248); }
div.DivClassName
{
background-color: #C70AF8;
}
.BgClassName
{
background-color: #C70AF8;
}
</style>
border-color css
<style>
span { border-color: #C70AF8; }
span { border-color: rgb(199,10,248); }
td.TdClassName
{
border-color: #C70AF8;
}
.TagClassName
{
border-color: #C70AF8;
}
</style>