Shades of Electric Purple #C210FA
Tints of Electric Purple #C210FA
RGB
CMYK
RGB Variations
Color information
#C210FA (or 0xC210FA) is known color: Electric Purple. HEX triplet: C2, 10 and FA. RGB value is (194,16,250). Sum of RGB (Red+Green+Blue) = 194+16+250=460 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.17% from 460); Green value is 16 (6.64% from 255 or 3.48% from 460); Blue value is 250 (98.05% from 255 or 54.35% from 460); Max value from RGB is 250 - color contains mainly: blue. Hex color #C210FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C210FA is #3DEF05. Grayscale: #5F5F5F. Windows color (decimal): -4058886 or 16388290. OLE color: 16388290.
HSL color Cylindrical-coordinate representation of color #C210FA: hue angle of 285.64º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C210FA is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 16 | 250 | - |
| CMYK | 0.22 | 0.94 | 0 | 0.02 |
| HSL | 285.64º | 0.96% | 0.52% | - |
| HSV(B) | 285.64º | 0.94% | 0.98% | - |
| XYZ | 39.69 | 18.74 | 91.97 | - |
| YUV | 95.9 | 214.97 | 197.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 16 | 250 | 0.22 | 0.94 | 0 | 0.02 | 285.64 | 0.96 | 0.52 |
| Hex | C2 | 10 | FA | 16 | 5E | 0 | 2 | 11E | 60 | 34 |
| Octal | 302 | 20 | 372 | 26 | 136 | 0 | 2 | 436 | 140 | 64 |
| Binary | 11000010 | 10000 | 11111010 | 10110 | 1011110 | 0 | 10 | 100011110 | 1100000 | 110100 |
Color Harmonies of #C210FA
Complementary color
Monochromatic Colors of #C210FA
Black with #C210FA
Text Example
Text Example
White with #C210FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C210FA; }
p { color: rgb(194,16,250); }
H1.HeaderClassName
{
color: #C210FA;
}
.AnyTagClassName
{
color: #C210FA;
}
</style>
background-color css
<style>
a { background-color: #C210FA; }
a { background-color: rgb(194,16,250); }
div.DivClassName
{
background-color: #C210FA;
}
.BgClassName
{
background-color: #C210FA;
}
</style>
border-color css
<style>
span { border-color: #C210FA; }
span { border-color: rgb(194,16,250); }
td.TdClassName
{
border-color: #C210FA;
}
.TagClassName
{
border-color: #C210FA;
}
</style>