Shades of Electric Purple #C214FC
Tints of Electric Purple #C214FC
RGB
CMYK
RGB Variations
Color information
#C214FC (or 0xC214FC) is known color: Electric Purple. HEX triplet: C2, 14 and FC. RGB value is (194,20,252). Sum of RGB (Red+Green+Blue) = 194+20+252=466 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.63% from 466); Green value is 20 (8.20% from 255 or 4.29% from 466); Blue value is 252 (98.83% from 255 or 54.08% from 466); Max value from RGB is 252 - color contains mainly: blue. Hex color #C214FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C214FC is #3DEB03. Grayscale: #616161. Windows color (decimal): -4057860 or 16520386. OLE color: 16520386.
HSL color Cylindrical-coordinate representation of color #C214FC: hue angle of 285º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C214FC is Cyan = 0.23, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 20 | 252 | - |
| CMYK | 0.23 | 0.92 | 0 | 0.01 |
| HSL | 285º | 0.97% | 0.53% | - |
| HSV(B) | 285º | 0.92% | 0.99% | - |
| XYZ | 40.07 | 19 | 93.65 | - |
| YUV | 98.47 | 214.65 | 196.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 20 | 252 | 0.23 | 0.92 | 0 | 0.01 | 285 | 0.97 | 0.53 |
| Hex | C2 | 14 | FC | 17 | 5C | 0 | 1 | 11D | 61 | 35 |
| Octal | 302 | 24 | 374 | 27 | 134 | 0 | 1 | 435 | 141 | 65 |
| Binary | 11000010 | 10100 | 11111100 | 10111 | 1011100 | 0 | 1 | 100011101 | 1100001 | 110101 |
Color Harmonies of #C214FC
Complementary color
Monochromatic Colors of #C214FC
Black with #C214FC
Text Example
Text Example
White with #C214FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C214FC; }
p { color: rgb(194,20,252); }
H1.HeaderClassName
{
color: #C214FC;
}
.AnyTagClassName
{
color: #C214FC;
}
</style>
background-color css
<style>
a { background-color: #C214FC; }
a { background-color: rgb(194,20,252); }
div.DivClassName
{
background-color: #C214FC;
}
.BgClassName
{
background-color: #C214FC;
}
</style>
border-color css
<style>
span { border-color: #C214FC; }
span { border-color: rgb(194,20,252); }
td.TdClassName
{
border-color: #C214FC;
}
.TagClassName
{
border-color: #C214FC;
}
</style>