Shades of Electric Purple #C210E6
Tints of Electric Purple #C210E6
RGB
CMYK
RGB Variations
Color information
#C210E6 (or 0xC210E6) is known color: Electric Purple. HEX triplet: C2, 10 and E6. RGB value is (194,16,230). Sum of RGB (Red+Green+Blue) = 194+16+230=440 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.09% from 440); Green value is 16 (6.64% from 255 or 3.64% from 440); Blue value is 230 (90.23% from 255 or 52.27% from 440); Max value from RGB is 230 - color contains mainly: blue. Hex color #C210E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C210E6 is #3DEF19. Grayscale: #5C5C5C. Windows color (decimal): -4058906 or 15077570. OLE color: 15077570.
HSL color Cylindrical-coordinate representation of color #C210E6: hue angle of 289.91º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C210E6 is Cyan = 0.16, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 194 | 16 | 230 | - |
| CMYK | 0.16 | 0.93 | 0 | 0.10 |
| HSL | 289.91º | 0.87% | 0.48% | - |
| HSV(B) | 289.91º | 0.93% | 0.9% | - |
| XYZ | 36.72 | 17.55 | 76.32 | - |
| YUV | 93.62 | 204.97 | 199.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 16 | 230 | 0.16 | 0.93 | 0 | 0.10 | 289.91 | 0.87 | 0.48 |
| Hex | C2 | 10 | E6 | 10 | 5D | 0 | A | 122 | 57 | 30 |
| Octal | 302 | 20 | 346 | 20 | 135 | 0 | 12 | 442 | 127 | 60 |
| Binary | 11000010 | 10000 | 11100110 | 10000 | 1011101 | 0 | 1010 | 100100010 | 1010111 | 110000 |
Color Harmonies of #C210E6
Complementary color
Monochromatic Colors of #C210E6
Black with #C210E6
Text Example
Text Example
White with #C210E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C210E6; }
p { color: rgb(194,16,230); }
H1.HeaderClassName
{
color: #C210E6;
}
.AnyTagClassName
{
color: #C210E6;
}
</style>
background-color css
<style>
a { background-color: #C210E6; }
a { background-color: rgb(194,16,230); }
div.DivClassName
{
background-color: #C210E6;
}
.BgClassName
{
background-color: #C210E6;
}
</style>
border-color css
<style>
span { border-color: #C210E6; }
span { border-color: rgb(194,16,230); }
td.TdClassName
{
border-color: #C210E6;
}
.TagClassName
{
border-color: #C210E6;
}
</style>