Shades of Electric Purple #C210EF
Tints of Electric Purple #C210EF
RGB
CMYK
RGB Variations
Color information
#C210EF (or 0xC210EF) is known color: Electric Purple. HEX triplet: C2, 10 and EF. RGB value is (194,16,239). Sum of RGB (Red+Green+Blue) = 194+16+239=449 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.21% from 449); Green value is 16 (6.64% from 255 or 3.56% from 449); Blue value is 239 (93.75% from 255 or 53.23% from 449); Max value from RGB is 239 - color contains mainly: blue. Hex color #C210EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C210EF is #3DEF10. Grayscale: #5D5D5D. Windows color (decimal): -4058897 or 15667394. OLE color: 15667394.
HSL color Cylindrical-coordinate representation of color #C210EF: hue angle of 287.89º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C210EF is Cyan = 0.19, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 194 | 16 | 239 | - |
| CMYK | 0.19 | 0.93 | 0 | 0.06 |
| HSL | 287.89º | 0.87% | 0.5% | - |
| HSV(B) | 287.89º | 0.93% | 0.94% | - |
| XYZ | 38.01 | 18.07 | 83.15 | - |
| YUV | 94.64 | 209.47 | 198.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 16 | 239 | 0.19 | 0.93 | 0 | 0.06 | 287.89 | 0.87 | 0.5 |
| Hex | C2 | 10 | EF | 13 | 5D | 0 | 6 | 120 | 57 | 32 |
| Octal | 302 | 20 | 357 | 23 | 135 | 0 | 6 | 440 | 127 | 62 |
| Binary | 11000010 | 10000 | 11101111 | 10011 | 1011101 | 0 | 110 | 100100000 | 1010111 | 110010 |
Color Harmonies of #C210EF
Complementary color
Monochromatic Colors of #C210EF
Black with #C210EF
Text Example
Text Example
White with #C210EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C210EF; }
p { color: rgb(194,16,239); }
H1.HeaderClassName
{
color: #C210EF;
}
.AnyTagClassName
{
color: #C210EF;
}
</style>
background-color css
<style>
a { background-color: #C210EF; }
a { background-color: rgb(194,16,239); }
div.DivClassName
{
background-color: #C210EF;
}
.BgClassName
{
background-color: #C210EF;
}
</style>
border-color css
<style>
span { border-color: #C210EF; }
span { border-color: rgb(194,16,239); }
td.TdClassName
{
border-color: #C210EF;
}
.TagClassName
{
border-color: #C210EF;
}
</style>