Shades of Electric Purple #C71CFF
Tints of Electric Purple #C71CFF
RGB
CMYK
RGB Variations
Color information
#C71CFF (or 0xC71CFF) is known color: Electric Purple. HEX triplet: C7, 1C and FF. RGB value is (199,28,255). Sum of RGB (Red+Green+Blue) = 199+28+255=482 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.29% from 482); Green value is 28 (11.33% from 255 or 5.81% from 482); Blue value is 255 (100% from 255 or 52.90% from 482); Max value from RGB is 255 - color contains mainly: blue. Hex color #C71CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C71CFF is #38E300. Grayscale: #686868. Windows color (decimal): -3728129 or 16719047. OLE color: 16719047.
HSL color Cylindrical-coordinate representation of color #C71CFF: hue angle of 285.2º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C71CFF is Cyan = 0.22, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 199 | 28 | 255 | - |
| CMYK | 0.22 | 0.89 | 0 | 0 |
| HSL | 285.2º | 1% | 0.55% | - |
| HSV(B) | 285.2º | 0.89% | 1% | - |
| XYZ | 42.02 | 20.19 | 96.29 | - |
| YUV | 105.01 | 212.65 | 195.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 28 | 255 | 0.22 | 0.89 | 0 | 0 | 285.2 | 1 | 0.55 |
| Hex | C7 | 1C | FF | 16 | 59 | 0 | 0 | 11D | 64 | 37 |
| Octal | 307 | 34 | 377 | 26 | 131 | 0 | 0 | 435 | 144 | 67 |
| Binary | 11000111 | 11100 | 11111111 | 10110 | 1011001 | 0 | 0 | 100011101 | 1100100 | 110111 |
Color Harmonies of #C71CFF
Complementary color
Monochromatic Colors of #C71CFF
Black with #C71CFF
Text Example
Text Example
White with #C71CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71CFF; }
p { color: rgb(199,28,255); }
H1.HeaderClassName
{
color: #C71CFF;
}
.AnyTagClassName
{
color: #C71CFF;
}
</style>
background-color css
<style>
a { background-color: #C71CFF; }
a { background-color: rgb(199,28,255); }
div.DivClassName
{
background-color: #C71CFF;
}
.BgClassName
{
background-color: #C71CFF;
}
</style>
border-color css
<style>
span { border-color: #C71CFF; }
span { border-color: rgb(199,28,255); }
td.TdClassName
{
border-color: #C71CFF;
}
.TagClassName
{
border-color: #C71CFF;
}
</style>