Shades of Electric Purple #C214FA
Tints of Electric Purple #C214FA
RGB
CMYK
RGB Variations
Color information
#C214FA (or 0xC214FA) is known color: Electric Purple. HEX triplet: C2, 14 and FA. RGB value is (194,20,250). Sum of RGB (Red+Green+Blue) = 194+20+250=464 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.81% from 464); Green value is 20 (8.20% from 255 or 4.31% from 464); Blue value is 250 (98.05% from 255 or 53.88% from 464); Max value from RGB is 250 - color contains mainly: blue. Hex color #C214FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C214FA is #3DEB05. Grayscale: #616161. Windows color (decimal): -4057862 or 16389314. OLE color: 16389314.
HSL color Cylindrical-coordinate representation of color #C214FA: hue angle of 285.39º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C214FA is Cyan = 0.22, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 20 | 250 | - |
| CMYK | 0.22 | 0.92 | 0 | 0.02 |
| HSL | 285.39º | 0.96% | 0.53% | - |
| HSV(B) | 285.39º | 0.92% | 0.98% | - |
| XYZ | 39.75 | 18.87 | 91.99 | - |
| YUV | 98.25 | 213.65 | 196.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 20 | 250 | 0.22 | 0.92 | 0 | 0.02 | 285.39 | 0.96 | 0.53 |
| Hex | C2 | 14 | FA | 16 | 5C | 0 | 2 | 11D | 60 | 35 |
| Octal | 302 | 24 | 372 | 26 | 134 | 0 | 2 | 435 | 140 | 65 |
| Binary | 11000010 | 10100 | 11111010 | 10110 | 1011100 | 0 | 10 | 100011101 | 1100000 | 110101 |
Color Harmonies of #C214FA
Complementary color
Monochromatic Colors of #C214FA
Black with #C214FA
Text Example
Text Example
White with #C214FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C214FA; }
p { color: rgb(194,20,250); }
H1.HeaderClassName
{
color: #C214FA;
}
.AnyTagClassName
{
color: #C214FA;
}
</style>
background-color css
<style>
a { background-color: #C214FA; }
a { background-color: rgb(194,20,250); }
div.DivClassName
{
background-color: #C214FA;
}
.BgClassName
{
background-color: #C214FA;
}
</style>
border-color css
<style>
span { border-color: #C214FA; }
span { border-color: rgb(194,20,250); }
td.TdClassName
{
border-color: #C214FA;
}
.TagClassName
{
border-color: #C214FA;
}
</style>