Shades of Electric Purple #C71CEA
Tints of Electric Purple #C71CEA
RGB
CMYK
RGB Variations
Color information
#C71CEA (or 0xC71CEA) is known color: Electric Purple. HEX triplet: C7, 1C and EA. RGB value is (199,28,234). Sum of RGB (Red+Green+Blue) = 199+28+234=461 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.17% from 461); Green value is 28 (11.33% from 255 or 6.07% from 461); Blue value is 234 (91.80% from 255 or 50.76% from 461); Max value from RGB is 234 - color contains mainly: blue. Hex color #C71CEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C71CEA is #38E315. Grayscale: #656565. Windows color (decimal): -3728150 or 15342791. OLE color: 15342791.
HSL color Cylindrical-coordinate representation of color #C71CEA: hue angle of 289.81º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C71CEA is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 199 | 28 | 234 | - |
| CMYK | 0.15 | 0.88 | 0 | 0.08 |
| HSL | 289.81º | 0.83% | 0.51% | - |
| HSV(B) | 289.81º | 0.88% | 0.92% | - |
| XYZ | 38.82 | 18.91 | 79.45 | - |
| YUV | 102.61 | 202.15 | 196.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 28 | 234 | 0.15 | 0.88 | 0 | 0.08 | 289.81 | 0.83 | 0.51 |
| Hex | C7 | 1C | EA | F | 58 | 0 | 8 | 122 | 53 | 33 |
| Octal | 307 | 34 | 352 | 17 | 130 | 0 | 10 | 442 | 123 | 63 |
| Binary | 11000111 | 11100 | 11101010 | 1111 | 1011000 | 0 | 1000 | 100100010 | 1010011 | 110011 |
Color Harmonies of #C71CEA
Complementary color
Monochromatic Colors of #C71CEA
Black with #C71CEA
Text Example
Text Example
White with #C71CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71CEA; }
p { color: rgb(199,28,234); }
H1.HeaderClassName
{
color: #C71CEA;
}
.AnyTagClassName
{
color: #C71CEA;
}
</style>
background-color css
<style>
a { background-color: #C71CEA; }
a { background-color: rgb(199,28,234); }
div.DivClassName
{
background-color: #C71CEA;
}
.BgClassName
{
background-color: #C71CEA;
}
</style>
border-color css
<style>
span { border-color: #C71CEA; }
span { border-color: rgb(199,28,234); }
td.TdClassName
{
border-color: #C71CEA;
}
.TagClassName
{
border-color: #C71CEA;
}
</style>