Shades of Electric Purple #C210E9
Tints of Electric Purple #C210E9
RGB
CMYK
RGB Variations
Color information
#C210E9 (or 0xC210E9) is known color: Electric Purple. HEX triplet: C2, 10 and E9. RGB value is (194,16,233). Sum of RGB (Red+Green+Blue) = 194+16+233=443 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.79% from 443); Green value is 16 (6.64% from 255 or 3.61% from 443); Blue value is 233 (91.41% from 255 or 52.60% from 443); Max value from RGB is 233 - color contains mainly: blue. Hex color #C210E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C210E9 is #3DEF16. Grayscale: #5D5D5D. Windows color (decimal): -4058903 or 15274178. OLE color: 15274178.
HSL color Cylindrical-coordinate representation of color #C210E9: hue angle of 289.22º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C210E9 is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 16 | 233 | - |
| CMYK | 0.17 | 0.93 | 0 | 0.09 |
| HSL | 289.22º | 0.87% | 0.49% | - |
| HSV(B) | 289.22º | 0.93% | 0.91% | - |
| XYZ | 37.14 | 17.72 | 78.55 | - |
| YUV | 93.96 | 206.47 | 199.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 16 | 233 | 0.17 | 0.93 | 0 | 0.09 | 289.22 | 0.87 | 0.49 |
| Hex | C2 | 10 | E9 | 11 | 5D | 0 | 9 | 121 | 57 | 31 |
| Octal | 302 | 20 | 351 | 21 | 135 | 0 | 11 | 441 | 127 | 61 |
| Binary | 11000010 | 10000 | 11101001 | 10001 | 1011101 | 0 | 1001 | 100100001 | 1010111 | 110001 |
Color Harmonies of #C210E9
Complementary color
Monochromatic Colors of #C210E9
Black with #C210E9
Text Example
Text Example
White with #C210E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C210E9; }
p { color: rgb(194,16,233); }
H1.HeaderClassName
{
color: #C210E9;
}
.AnyTagClassName
{
color: #C210E9;
}
</style>
background-color css
<style>
a { background-color: #C210E9; }
a { background-color: rgb(194,16,233); }
div.DivClassName
{
background-color: #C210E9;
}
.BgClassName
{
background-color: #C210E9;
}
</style>
border-color css
<style>
span { border-color: #C210E9; }
span { border-color: rgb(194,16,233); }
td.TdClassName
{
border-color: #C210E9;
}
.TagClassName
{
border-color: #C210E9;
}
</style>