Shades of Electric Purple #C70AFC
Tints of Electric Purple #C70AFC
RGB
CMYK
RGB Variations
Color information
#C70AFC (or 0xC70AFC) is known color: Electric Purple. HEX triplet: C7, 0A and FC. RGB value is (199,10,252). Sum of RGB (Red+Green+Blue) = 199+10+252=461 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.17% from 461); Green value is 10 (4.30% from 255 or 2.17% from 461); Blue value is 252 (98.83% from 255 or 54.66% from 461); Max value from RGB is 252 - color contains mainly: blue. Hex color #C70AFC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C70AFC is #38F503. Grayscale: #5D5D5D. Windows color (decimal): -3732740 or 16517831. OLE color: 16517831.
HSL color Cylindrical-coordinate representation of color #C70AFC: hue angle of 286.86º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C70AFC is Cyan = 0.21, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 199 | 10 | 252 | - |
| CMYK | 0.21 | 0.96 | 0 | 0.01 |
| HSL | 286.86º | 0.98% | 0.51% | - |
| HSV(B) | 286.86º | 0.96% | 0.99% | - |
| XYZ | 41.23 | 19.39 | 93.66 | - |
| YUV | 94.1 | 217.12 | 202.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 10 | 252 | 0.21 | 0.96 | 0 | 0.01 | 286.86 | 0.98 | 0.51 |
| Hex | C7 | A | FC | 15 | 60 | 0 | 1 | 11F | 62 | 33 |
| Octal | 307 | 12 | 374 | 25 | 140 | 0 | 1 | 437 | 142 | 63 |
| Binary | 11000111 | 1010 | 11111100 | 10101 | 1100000 | 0 | 1 | 100011111 | 1100010 | 110011 |
Color Harmonies of #C70AFC
Complementary color
Monochromatic Colors of #C70AFC
Black with #C70AFC
Text Example
Text Example
White with #C70AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70AFC; }
p { color: rgb(199,10,252); }
H1.HeaderClassName
{
color: #C70AFC;
}
.AnyTagClassName
{
color: #C70AFC;
}
</style>
background-color css
<style>
a { background-color: #C70AFC; }
a { background-color: rgb(199,10,252); }
div.DivClassName
{
background-color: #C70AFC;
}
.BgClassName
{
background-color: #C70AFC;
}
</style>
border-color css
<style>
span { border-color: #C70AFC; }
span { border-color: rgb(199,10,252); }
td.TdClassName
{
border-color: #C70AFC;
}
.TagClassName
{
border-color: #C70AFC;
}
</style>