Shades of Electric Purple #C210E7
Tints of Electric Purple #C210E7
RGB
CMYK
RGB Variations
Color information
#C210E7 (or 0xC210E7) is known color: Electric Purple. HEX triplet: C2, 10 and E7. RGB value is (194,16,231). Sum of RGB (Red+Green+Blue) = 194+16+231=441 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.99% from 441); Green value is 16 (6.64% from 255 or 3.63% from 441); Blue value is 231 (90.62% from 255 or 52.38% from 441); Max value from RGB is 231 - color contains mainly: blue. Hex color #C210E7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C210E7 is #3DEF18. Grayscale: #5D5D5D. Windows color (decimal): -4058905 or 15143106. OLE color: 15143106.
HSL color Cylindrical-coordinate representation of color #C210E7: hue angle of 289.67º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C210E7 is Cyan = 0.16, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 16 | 231 | - |
| CMYK | 0.16 | 0.93 | 0 | 0.09 |
| HSL | 289.67º | 0.87% | 0.48% | - |
| HSV(B) | 289.67º | 0.93% | 0.91% | - |
| XYZ | 36.86 | 17.61 | 77.06 | - |
| YUV | 93.73 | 205.47 | 199.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 16 | 231 | 0.16 | 0.93 | 0 | 0.09 | 289.67 | 0.87 | 0.48 |
| Hex | C2 | 10 | E7 | 10 | 5D | 0 | 9 | 122 | 57 | 30 |
| Octal | 302 | 20 | 347 | 20 | 135 | 0 | 11 | 442 | 127 | 60 |
| Binary | 11000010 | 10000 | 11100111 | 10000 | 1011101 | 0 | 1001 | 100100010 | 1010111 | 110000 |
Color Harmonies of #C210E7
Complementary color
Monochromatic Colors of #C210E7
Black with #C210E7
Text Example
Text Example
White with #C210E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C210E7; }
p { color: rgb(194,16,231); }
H1.HeaderClassName
{
color: #C210E7;
}
.AnyTagClassName
{
color: #C210E7;
}
</style>
background-color css
<style>
a { background-color: #C210E7; }
a { background-color: rgb(194,16,231); }
div.DivClassName
{
background-color: #C210E7;
}
.BgClassName
{
background-color: #C210E7;
}
</style>
border-color css
<style>
span { border-color: #C210E7; }
span { border-color: rgb(194,16,231); }
td.TdClassName
{
border-color: #C210E7;
}
.TagClassName
{
border-color: #C210E7;
}
</style>