Shades of Electric Purple #C210EA
Tints of Electric Purple #C210EA
RGB
CMYK
RGB Variations
Color information
#C210EA (or 0xC210EA) is known color: Electric Purple. HEX triplet: C2, 10 and EA. RGB value is (194,16,234). Sum of RGB (Red+Green+Blue) = 194+16+234=444 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.69% from 444); Green value is 16 (6.64% from 255 or 3.60% from 444); Blue value is 234 (91.80% from 255 or 52.70% from 444); Max value from RGB is 234 - color contains mainly: blue. Hex color #C210EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C210EA is #3DEF15. Grayscale: #5D5D5D. Windows color (decimal): -4058902 or 15339714. OLE color: 15339714.
HSL color Cylindrical-coordinate representation of color #C210EA: hue angle of 288.99º 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 #C210EA is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 16 | 234 | - |
| CMYK | 0.17 | 0.93 | 0 | 0.08 |
| HSL | 288.99º | 0.87% | 0.49% | - |
| HSV(B) | 288.99º | 0.93% | 0.92% | - |
| XYZ | 37.28 | 17.78 | 79.31 | - |
| YUV | 94.07 | 206.97 | 199.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 16 | 234 | 0.17 | 0.93 | 0 | 0.08 | 288.99 | 0.87 | 0.49 |
| Hex | C2 | 10 | EA | 11 | 5D | 0 | 8 | 121 | 57 | 31 |
| Octal | 302 | 20 | 352 | 21 | 135 | 0 | 10 | 441 | 127 | 61 |
| Binary | 11000010 | 10000 | 11101010 | 10001 | 1011101 | 0 | 1000 | 100100001 | 1010111 | 110001 |
Color Harmonies of #C210EA
Complementary color
Monochromatic Colors of #C210EA
Black with #C210EA
Text Example
Text Example
White with #C210EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C210EA; }
p { color: rgb(194,16,234); }
H1.HeaderClassName
{
color: #C210EA;
}
.AnyTagClassName
{
color: #C210EA;
}
</style>
background-color css
<style>
a { background-color: #C210EA; }
a { background-color: rgb(194,16,234); }
div.DivClassName
{
background-color: #C210EA;
}
.BgClassName
{
background-color: #C210EA;
}
</style>
border-color css
<style>
span { border-color: #C210EA; }
span { border-color: rgb(194,16,234); }
td.TdClassName
{
border-color: #C210EA;
}
.TagClassName
{
border-color: #C210EA;
}
</style>