Shades of Electric Purple #C701FC
Tints of Electric Purple #C701FC
RGB
CMYK
RGB Variations
Color information
#C701FC (or 0xC701FC) is known color: Electric Purple. HEX triplet: C7, 01 and FC. RGB value is (199,1,252). Sum of RGB (Red+Green+Blue) = 199+1+252=452 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.03% from 452); Green value is 1 (0.78% from 255 or 0.22% from 452); Blue value is 252 (98.83% from 255 or 55.75% from 452); Max value from RGB is 252 - color contains mainly: blue. Hex color #C701FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C701FC is #38FE03. Grayscale: #585858. Windows color (decimal): -3735044 or 16515527. OLE color: 16515527.
HSL color Cylindrical-coordinate representation of color #C701FC: hue angle of 287.33º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C701FC is Cyan = 0.21, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 199 | 1 | 252 | - |
| CMYK | 0.21 | 1.00 | 0 | 0.01 |
| HSL | 287.33º | 0.99% | 0.5% | - |
| HSV(B) | 287.33º | 1% | 0.99% | - |
| XYZ | 41.13 | 19.19 | 93.63 | - |
| YUV | 88.82 | 220.1 | 206.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 1 | 252 | 0.21 | 1.00 | 0 | 0.01 | 287.33 | 0.99 | 0.5 |
| Hex | C7 | 1 | FC | 15 | 64 | 0 | 1 | 11F | 63 | 32 |
| Octal | 307 | 1 | 374 | 25 | 144 | 0 | 1 | 437 | 143 | 62 |
| Binary | 11000111 | 1 | 11111100 | 10101 | 1100100 | 0 | 1 | 100011111 | 1100011 | 110010 |
Color Harmonies of #C701FC
Complementary color
Monochromatic Colors of #C701FC
Black with #C701FC
Text Example
Text Example
White with #C701FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C701FC; }
p { color: rgb(199,1,252); }
H1.HeaderClassName
{
color: #C701FC;
}
.AnyTagClassName
{
color: #C701FC;
}
</style>
background-color css
<style>
a { background-color: #C701FC; }
a { background-color: rgb(199,1,252); }
div.DivClassName
{
background-color: #C701FC;
}
.BgClassName
{
background-color: #C701FC;
}
</style>
border-color css
<style>
span { border-color: #C701FC; }
span { border-color: rgb(199,1,252); }
td.TdClassName
{
border-color: #C701FC;
}
.TagClassName
{
border-color: #C701FC;
}
</style>