Shades of Electric Purple #C210E8
Tints of Electric Purple #C210E8
RGB
CMYK
RGB Variations
Color information
#C210E8 (or 0xC210E8) is known color: Electric Purple. HEX triplet: C2, 10 and E8. RGB value is (194,16,232). Sum of RGB (Red+Green+Blue) = 194+16+232=442 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.89% from 442); Green value is 16 (6.64% from 255 or 3.62% from 442); Blue value is 232 (91.02% from 255 or 52.49% from 442); Max value from RGB is 232 - color contains mainly: blue. Hex color #C210E8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C210E8 is #3DEF17. Grayscale: #5D5D5D. Windows color (decimal): -4058904 or 15208642. OLE color: 15208642.
HSL color Cylindrical-coordinate representation of color #C210E8: hue angle of 289.44º 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 #C210E8 is Cyan = 0.16, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 16 | 232 | - |
| CMYK | 0.16 | 0.93 | 0 | 0.09 |
| HSL | 289.44º | 0.87% | 0.49% | - |
| HSV(B) | 289.44º | 0.93% | 0.91% | - |
| XYZ | 37 | 17.67 | 77.8 | - |
| YUV | 93.85 | 205.97 | 199.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 16 | 232 | 0.16 | 0.93 | 0 | 0.09 | 289.44 | 0.87 | 0.49 |
| Hex | C2 | 10 | E8 | 10 | 5D | 0 | 9 | 121 | 57 | 31 |
| Octal | 302 | 20 | 350 | 20 | 135 | 0 | 11 | 441 | 127 | 61 |
| Binary | 11000010 | 10000 | 11101000 | 10000 | 1011101 | 0 | 1001 | 100100001 | 1010111 | 110001 |
Color Harmonies of #C210E8
Complementary color
Monochromatic Colors of #C210E8
Black with #C210E8
Text Example
Text Example
White with #C210E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C210E8; }
p { color: rgb(194,16,232); }
H1.HeaderClassName
{
color: #C210E8;
}
.AnyTagClassName
{
color: #C210E8;
}
</style>
background-color css
<style>
a { background-color: #C210E8; }
a { background-color: rgb(194,16,232); }
div.DivClassName
{
background-color: #C210E8;
}
.BgClassName
{
background-color: #C210E8;
}
</style>
border-color css
<style>
span { border-color: #C210E8; }
span { border-color: rgb(194,16,232); }
td.TdClassName
{
border-color: #C210E8;
}
.TagClassName
{
border-color: #C210E8;
}
</style>