Shades of Electric Purple #C70CFA
Tints of Electric Purple #C70CFA
RGB
CMYK
RGB Variations
Color information
#C70CFA (or 0xC70CFA) is known color: Electric Purple. HEX triplet: C7, 0C and FA. RGB value is (199,12,250). Sum of RGB (Red+Green+Blue) = 199+12+250=461 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.17% from 461); Green value is 12 (5.08% from 255 or 2.60% from 461); Blue value is 250 (98.05% from 255 or 54.23% from 461); Max value from RGB is 250 - color contains mainly: blue. Hex color #C70CFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C70CFA is #38F305. Grayscale: #5E5E5E. Windows color (decimal): -3732230 or 16387271. OLE color: 16387271.
HSL color Cylindrical-coordinate representation of color #C70CFA: hue angle of 287.14º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C70CFA is Cyan = 0.20, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 12 | 250 | - |
| CMYK | 0.20 | 0.95 | 0 | 0.02 |
| HSL | 287.14º | 0.96% | 0.51% | - |
| HSV(B) | 287.14º | 0.95% | 0.98% | - |
| XYZ | 40.94 | 19.31 | 92.01 | - |
| YUV | 95.05 | 215.45 | 202.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 12 | 250 | 0.20 | 0.95 | 0 | 0.02 | 287.14 | 0.96 | 0.51 |
| Hex | C7 | C | FA | 14 | 5F | 0 | 2 | 11F | 60 | 33 |
| Octal | 307 | 14 | 372 | 24 | 137 | 0 | 2 | 437 | 140 | 63 |
| Binary | 11000111 | 1100 | 11111010 | 10100 | 1011111 | 0 | 10 | 100011111 | 1100000 | 110011 |
Color Harmonies of #C70CFA
Complementary color
Monochromatic Colors of #C70CFA
Black with #C70CFA
Text Example
Text Example
White with #C70CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70CFA; }
p { color: rgb(199,12,250); }
H1.HeaderClassName
{
color: #C70CFA;
}
.AnyTagClassName
{
color: #C70CFA;
}
</style>
background-color css
<style>
a { background-color: #C70CFA; }
a { background-color: rgb(199,12,250); }
div.DivClassName
{
background-color: #C70CFA;
}
.BgClassName
{
background-color: #C70CFA;
}
</style>
border-color css
<style>
span { border-color: #C70CFA; }
span { border-color: rgb(199,12,250); }
td.TdClassName
{
border-color: #C70CFA;
}
.TagClassName
{
border-color: #C70CFA;
}
</style>