Shades of Electric Purple #C701F8
Tints of Electric Purple #C701F8
RGB
CMYK
RGB Variations
Color information
#C701F8 (or 0xC701F8) is known color: Electric Purple. HEX triplet: C7, 01 and F8. RGB value is (199,1,248). Sum of RGB (Red+Green+Blue) = 199+1+248=448 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.42% from 448); Green value is 1 (0.78% from 255 or 0.22% from 448); Blue value is 248 (97.27% from 255 or 55.36% from 448); Max value from RGB is 248 - color contains mainly: blue. Hex color #C701F8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C701F8 is #38FE07. Grayscale: #575757. Windows color (decimal): -3735048 or 16253383. OLE color: 16253383.
HSL color Cylindrical-coordinate representation of color #C701F8: hue angle of 288.1º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C701F8 is Cyan = 0.20, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 199 | 1 | 248 | - |
| CMYK | 0.20 | 1.00 | 0 | 0.03 |
| HSL | 288.1º | 0.99% | 0.49% | - |
| HSV(B) | 288.1º | 1% | 0.97% | - |
| XYZ | 40.51 | 18.94 | 90.33 | - |
| YUV | 88.36 | 218.1 | 206.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 1 | 248 | 0.20 | 1.00 | 0 | 0.03 | 288.1 | 0.99 | 0.49 |
| Hex | C7 | 1 | F8 | 14 | 64 | 0 | 3 | 120 | 63 | 31 |
| Octal | 307 | 1 | 370 | 24 | 144 | 0 | 3 | 440 | 143 | 61 |
| Binary | 11000111 | 1 | 11111000 | 10100 | 1100100 | 0 | 11 | 100100000 | 1100011 | 110001 |
Color Harmonies of #C701F8
Complementary color
Monochromatic Colors of #C701F8
Black with #C701F8
Text Example
Text Example
White with #C701F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C701F8; }
p { color: rgb(199,1,248); }
H1.HeaderClassName
{
color: #C701F8;
}
.AnyTagClassName
{
color: #C701F8;
}
</style>
background-color css
<style>
a { background-color: #C701F8; }
a { background-color: rgb(199,1,248); }
div.DivClassName
{
background-color: #C701F8;
}
.BgClassName
{
background-color: #C701F8;
}
</style>
border-color css
<style>
span { border-color: #C701F8; }
span { border-color: rgb(199,1,248); }
td.TdClassName
{
border-color: #C701F8;
}
.TagClassName
{
border-color: #C701F8;
}
</style>