Shades of Electric Purple #C210EB
Tints of Electric Purple #C210EB
RGB
CMYK
RGB Variations
Color information
#C210EB (or 0xC210EB) is known color: Electric Purple. HEX triplet: C2, 10 and EB. RGB value is (194,16,235). Sum of RGB (Red+Green+Blue) = 194+16+235=445 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.60% from 445); Green value is 16 (6.64% from 255 or 3.60% from 445); Blue value is 235 (92.19% from 255 or 52.81% from 445); Max value from RGB is 235 - color contains mainly: blue. Hex color #C210EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C210EB is #3DEF14. Grayscale: #5D5D5D. Windows color (decimal): -4058901 or 15405250. OLE color: 15405250.
HSL color Cylindrical-coordinate representation of color #C210EB: hue angle of 288.77º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C210EB is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 16 | 235 | - |
| CMYK | 0.17 | 0.93 | 0 | 0.08 |
| HSL | 288.77º | 0.87% | 0.49% | - |
| HSV(B) | 288.77º | 0.93% | 0.92% | - |
| XYZ | 37.43 | 17.84 | 80.07 | - |
| YUV | 94.19 | 207.47 | 199.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 16 | 235 | 0.17 | 0.93 | 0 | 0.08 | 288.77 | 0.87 | 0.49 |
| Hex | C2 | 10 | EB | 11 | 5D | 0 | 8 | 121 | 57 | 31 |
| Octal | 302 | 20 | 353 | 21 | 135 | 0 | 10 | 441 | 127 | 61 |
| Binary | 11000010 | 10000 | 11101011 | 10001 | 1011101 | 0 | 1000 | 100100001 | 1010111 | 110001 |
Color Harmonies of #C210EB
Complementary color
Monochromatic Colors of #C210EB
Black with #C210EB
Text Example
Text Example
White with #C210EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C210EB; }
p { color: rgb(194,16,235); }
H1.HeaderClassName
{
color: #C210EB;
}
.AnyTagClassName
{
color: #C210EB;
}
</style>
background-color css
<style>
a { background-color: #C210EB; }
a { background-color: rgb(194,16,235); }
div.DivClassName
{
background-color: #C210EB;
}
.BgClassName
{
background-color: #C210EB;
}
</style>
border-color css
<style>
span { border-color: #C210EB; }
span { border-color: rgb(194,16,235); }
td.TdClassName
{
border-color: #C210EB;
}
.TagClassName
{
border-color: #C210EB;
}
</style>