Shades of Electric Purple #C701FB
Tints of Electric Purple #C701FB
RGB
CMYK
RGB Variations
Color information
#C701FB (or 0xC701FB) is known color: Electric Purple. HEX triplet: C7, 01 and FB. RGB value is (199,1,251). Sum of RGB (Red+Green+Blue) = 199+1+251=451 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.12% from 451); Green value is 1 (0.78% from 255 or 0.22% from 451); Blue value is 251 (98.44% from 255 or 55.65% from 451); Max value from RGB is 251 - color contains mainly: blue. Hex color #C701FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C701FB is #38FE04. Grayscale: #575757. Windows color (decimal): -3735045 or 16449991. OLE color: 16449991.
HSL color Cylindrical-coordinate representation of color #C701FB: hue angle of 287.52º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C701FB is Cyan = 0.21, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 1 | 251 | - |
| CMYK | 0.21 | 1.00 | 0 | 0.02 |
| HSL | 287.52º | 0.99% | 0.49% | - |
| HSV(B) | 287.52º | 1% | 0.98% | - |
| XYZ | 40.98 | 19.13 | 92.8 | - |
| YUV | 88.7 | 219.6 | 206.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 1 | 251 | 0.21 | 1.00 | 0 | 0.02 | 287.52 | 0.99 | 0.49 |
| Hex | C7 | 1 | FB | 15 | 64 | 0 | 2 | 120 | 63 | 31 |
| Octal | 307 | 1 | 373 | 25 | 144 | 0 | 2 | 440 | 143 | 61 |
| Binary | 11000111 | 1 | 11111011 | 10101 | 1100100 | 0 | 10 | 100100000 | 1100011 | 110001 |
Color Harmonies of #C701FB
Complementary color
Monochromatic Colors of #C701FB
Black with #C701FB
Text Example
Text Example
White with #C701FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C701FB; }
p { color: rgb(199,1,251); }
H1.HeaderClassName
{
color: #C701FB;
}
.AnyTagClassName
{
color: #C701FB;
}
</style>
background-color css
<style>
a { background-color: #C701FB; }
a { background-color: rgb(199,1,251); }
div.DivClassName
{
background-color: #C701FB;
}
.BgClassName
{
background-color: #C701FB;
}
</style>
border-color css
<style>
span { border-color: #C701FB; }
span { border-color: rgb(199,1,251); }
td.TdClassName
{
border-color: #C701FB;
}
.TagClassName
{
border-color: #C701FB;
}
</style>