Shades of Electric Purple #C701FF
Tints of Electric Purple #C701FF
RGB
CMYK
RGB Variations
Color information
#C701FF (or 0xC701FF) is known color: Electric Purple. HEX triplet: C7, 01 and FF. RGB value is (199,1,255). Sum of RGB (Red+Green+Blue) = 199+1+255=455 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.74% from 455); Green value is 1 (0.78% from 255 or 0.22% from 455); Blue value is 255 (100% from 255 or 56.04% from 455); Max value from RGB is 255 - color contains mainly: blue. Hex color #C701FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C701FF is #38FE00. Grayscale: #585858. Windows color (decimal): -3735041 or 16712135. OLE color: 16712135.
HSL color Cylindrical-coordinate representation of color #C701FF: hue angle of 286.77º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C701FF is Cyan = 0.22, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 199 | 1 | 255 | - |
| CMYK | 0.22 | 1.00 | 0 | 0 |
| HSL | 286.77º | 1% | 0.5% | - |
| HSV(B) | 286.77º | 1% | 1% | - |
| XYZ | 41.61 | 19.38 | 96.16 | - |
| YUV | 89.16 | 221.6 | 206.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 1 | 255 | 0.22 | 1.00 | 0 | 0 | 286.77 | 1 | 0.5 |
| Hex | C7 | 1 | FF | 16 | 64 | 0 | 0 | 11F | 64 | 32 |
| Octal | 307 | 1 | 377 | 26 | 144 | 0 | 0 | 437 | 144 | 62 |
| Binary | 11000111 | 1 | 11111111 | 10110 | 1100100 | 0 | 0 | 100011111 | 1100100 | 110010 |
Color Harmonies of #C701FF
Complementary color
Monochromatic Colors of #C701FF
Black with #C701FF
Text Example
Text Example
White with #C701FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C701FF; }
p { color: rgb(199,1,255); }
H1.HeaderClassName
{
color: #C701FF;
}
.AnyTagClassName
{
color: #C701FF;
}
</style>
background-color css
<style>
a { background-color: #C701FF; }
a { background-color: rgb(199,1,255); }
div.DivClassName
{
background-color: #C701FF;
}
.BgClassName
{
background-color: #C701FF;
}
</style>
border-color css
<style>
span { border-color: #C701FF; }
span { border-color: rgb(199,1,255); }
td.TdClassName
{
border-color: #C701FF;
}
.TagClassName
{
border-color: #C701FF;
}
</style>