Shades of Electric Purple #C701F6
Tints of Electric Purple #C701F6
RGB
CMYK
RGB Variations
Color information
#C701F6 (or 0xC701F6) is known color: Electric Purple. HEX triplet: C7, 01 and F6. RGB value is (199,1,246). Sum of RGB (Red+Green+Blue) = 199+1+246=446 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.62% from 446); Green value is 1 (0.78% from 255 or 0.22% from 446); Blue value is 246 (96.48% from 255 or 55.16% from 446); Max value from RGB is 246 - color contains mainly: blue. Hex color #C701F6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C701F6 is #38FE09. Grayscale: #575757. Windows color (decimal): -3735050 or 16122311. OLE color: 16122311.
HSL color Cylindrical-coordinate representation of color #C701F6: hue angle of 288.49º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C701F6 is Cyan = 0.19, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 199 | 1 | 246 | - |
| CMYK | 0.19 | 1.00 | 0 | 0.04 |
| HSL | 288.49º | 0.99% | 0.48% | - |
| HSV(B) | 288.49º | 1% | 0.96% | - |
| XYZ | 40.2 | 18.82 | 88.7 | - |
| YUV | 88.13 | 217.1 | 207.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 1 | 246 | 0.19 | 1.00 | 0 | 0.04 | 288.49 | 0.99 | 0.48 |
| Hex | C7 | 1 | F6 | 13 | 64 | 0 | 4 | 120 | 63 | 30 |
| Octal | 307 | 1 | 366 | 23 | 144 | 0 | 4 | 440 | 143 | 60 |
| Binary | 11000111 | 1 | 11110110 | 10011 | 1100100 | 0 | 100 | 100100000 | 1100011 | 110000 |
Color Harmonies of #C701F6
Complementary color
Monochromatic Colors of #C701F6
Black with #C701F6
Text Example
Text Example
White with #C701F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C701F6; }
p { color: rgb(199,1,246); }
H1.HeaderClassName
{
color: #C701F6;
}
.AnyTagClassName
{
color: #C701F6;
}
</style>
background-color css
<style>
a { background-color: #C701F6; }
a { background-color: rgb(199,1,246); }
div.DivClassName
{
background-color: #C701F6;
}
.BgClassName
{
background-color: #C701F6;
}
</style>
border-color css
<style>
span { border-color: #C701F6; }
span { border-color: rgb(199,1,246); }
td.TdClassName
{
border-color: #C701F6;
}
.TagClassName
{
border-color: #C701F6;
}
</style>