Shades of Electric Purple #C214FF
Tints of Electric Purple #C214FF
RGB
CMYK
RGB Variations
Color information
#C214FF (or 0xC214FF) is known color: Electric Purple. HEX triplet: C2, 14 and FF. RGB value is (194,20,255). Sum of RGB (Red+Green+Blue) = 194+20+255=469 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.36% from 469); Green value is 20 (8.20% from 255 or 4.26% from 469); Blue value is 255 (100% from 255 or 54.37% from 469); Max value from RGB is 255 - color contains mainly: blue. Hex color #C214FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C214FF is #3DEB00. Grayscale: #626262. Windows color (decimal): -4057857 or 16716994. OLE color: 16716994.
HSL color Cylindrical-coordinate representation of color #C214FF: hue angle of 284.43º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C214FF is Cyan = 0.24, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 20 | 255 | - |
| CMYK | 0.24 | 0.92 | 0 | 0 |
| HSL | 284.43º | 1% | 0.54% | - |
| HSV(B) | 284.43º | 0.92% | 1% | - |
| XYZ | 40.55 | 19.19 | 96.17 | - |
| YUV | 98.82 | 216.15 | 195.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 20 | 255 | 0.24 | 0.92 | 0 | 0 | 284.43 | 1 | 0.54 |
| Hex | C2 | 14 | FF | 18 | 5C | 0 | 0 | 11C | 64 | 36 |
| Octal | 302 | 24 | 377 | 30 | 134 | 0 | 0 | 434 | 144 | 66 |
| Binary | 11000010 | 10100 | 11111111 | 11000 | 1011100 | 0 | 0 | 100011100 | 1100100 | 110110 |
Color Harmonies of #C214FF
Complementary color
Monochromatic Colors of #C214FF
Black with #C214FF
Text Example
Text Example
White with #C214FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C214FF; }
p { color: rgb(194,20,255); }
H1.HeaderClassName
{
color: #C214FF;
}
.AnyTagClassName
{
color: #C214FF;
}
</style>
background-color css
<style>
a { background-color: #C214FF; }
a { background-color: rgb(194,20,255); }
div.DivClassName
{
background-color: #C214FF;
}
.BgClassName
{
background-color: #C214FF;
}
</style>
border-color css
<style>
span { border-color: #C214FF; }
span { border-color: rgb(194,20,255); }
td.TdClassName
{
border-color: #C214FF;
}
.TagClassName
{
border-color: #C214FF;
}
</style>