Shades of Electric Purple #C20FFE
Tints of Electric Purple #C20FFE
RGB
CMYK
RGB Variations
Color information
#C20FFE (or 0xC20FFE) is known color: Electric Purple. HEX triplet: C2, 0F and FE. RGB value is (194,15,254). Sum of RGB (Red+Green+Blue) = 194+15+254=463 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.90% from 463); Green value is 15 (6.25% from 255 or 3.24% from 463); Blue value is 254 (99.61% from 255 or 54.86% from 463); Max value from RGB is 254 - color contains mainly: blue. Hex color #C20FFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C20FFE is #3DF001. Grayscale: #5E5E5E. Windows color (decimal): -4059138 or 16650178. OLE color: 16650178.
HSL color Cylindrical-coordinate representation of color #C20FFE: hue angle of 284.94º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C20FFE is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 194 | 15 | 254 | - |
| CMYK | 0.24 | 0.94 | 0 | 0.00 |
| HSL | 284.94º | 0.99% | 0.53% | - |
| HSV(B) | 284.94º | 0.94% | 1% | - |
| XYZ | 40.31 | 18.97 | 95.3 | - |
| YUV | 95.77 | 217.3 | 198.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 15 | 254 | 0.24 | 0.94 | 0 | 0.00 | 284.94 | 0.99 | 0.53 |
| Hex | C2 | F | FE | 18 | 5E | 0 | 0 | 11D | 63 | 35 |
| Octal | 302 | 17 | 376 | 30 | 136 | 0 | 0 | 435 | 143 | 65 |
| Binary | 11000010 | 1111 | 11111110 | 11000 | 1011110 | 0 | 0 | 100011101 | 1100011 | 110101 |
Color Harmonies of #C20FFE
Complementary color
Monochromatic Colors of #C20FFE
Black with #C20FFE
Text Example
Text Example
White with #C20FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20FFE; }
p { color: rgb(194,15,254); }
H1.HeaderClassName
{
color: #C20FFE;
}
.AnyTagClassName
{
color: #C20FFE;
}
</style>
background-color css
<style>
a { background-color: #C20FFE; }
a { background-color: rgb(194,15,254); }
div.DivClassName
{
background-color: #C20FFE;
}
.BgClassName
{
background-color: #C20FFE;
}
</style>
border-color css
<style>
span { border-color: #C20FFE; }
span { border-color: rgb(194,15,254); }
td.TdClassName
{
border-color: #C20FFE;
}
.TagClassName
{
border-color: #C20FFE;
}
</style>