Shades of Electric Purple #C71AFE
Tints of Electric Purple #C71AFE
RGB
CMYK
RGB Variations
Color information
#C71AFE (or 0xC71AFE) is known color: Electric Purple. HEX triplet: C7, 1A and FE. RGB value is (199,26,254). Sum of RGB (Red+Green+Blue) = 199+26+254=479 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.54% from 479); Green value is 26 (10.55% from 255 or 5.43% from 479); Blue value is 254 (99.61% from 255 or 53.03% from 479); Max value from RGB is 254 - color contains mainly: blue. Hex color #C71AFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C71AFE is #38E501. Grayscale: #666666. Windows color (decimal): -3728642 or 16652999. OLE color: 16652999.
HSL color Cylindrical-coordinate representation of color #C71AFE: hue angle of 285.53º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C71AFE is Cyan = 0.22, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 199 | 26 | 254 | - |
| CMYK | 0.22 | 0.90 | 0 | 0.00 |
| HSL | 285.53º | 0.99% | 0.55% | - |
| HSV(B) | 285.53º | 0.9% | 1% | - |
| XYZ | 41.81 | 20.04 | 95.43 | - |
| YUV | 103.72 | 212.81 | 195.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 26 | 254 | 0.22 | 0.90 | 0 | 0.00 | 285.53 | 0.99 | 0.55 |
| Hex | C7 | 1A | FE | 16 | 5A | 0 | 0 | 11E | 63 | 37 |
| Octal | 307 | 32 | 376 | 26 | 132 | 0 | 0 | 436 | 143 | 67 |
| Binary | 11000111 | 11010 | 11111110 | 10110 | 1011010 | 0 | 0 | 100011110 | 1100011 | 110111 |
Color Harmonies of #C71AFE
Complementary color
Monochromatic Colors of #C71AFE
Black with #C71AFE
Text Example
Text Example
White with #C71AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71AFE; }
p { color: rgb(199,26,254); }
H1.HeaderClassName
{
color: #C71AFE;
}
.AnyTagClassName
{
color: #C71AFE;
}
</style>
background-color css
<style>
a { background-color: #C71AFE; }
a { background-color: rgb(199,26,254); }
div.DivClassName
{
background-color: #C71AFE;
}
.BgClassName
{
background-color: #C71AFE;
}
</style>
border-color css
<style>
span { border-color: #C71AFE; }
span { border-color: rgb(199,26,254); }
td.TdClassName
{
border-color: #C71AFE;
}
.TagClassName
{
border-color: #C71AFE;
}
</style>