Shades of Electric Purple #C20EFF
Tints of Electric Purple #C20EFF
RGB
CMYK
RGB Variations
Color information
#C20EFF (or 0xC20EFF) is known color: Electric Purple. HEX triplet: C2, 0E and FF. RGB value is (194,14,255). Sum of RGB (Red+Green+Blue) = 194+14+255=463 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.90% from 463); Green value is 14 (5.86% from 255 or 3.02% from 463); Blue value is 255 (100% from 255 or 55.08% from 463); Max value from RGB is 255 - color contains mainly: blue. Hex color #C20EFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C20EFF is #3DF100. Grayscale: #5E5E5E. Windows color (decimal): -4059393 or 16715458. OLE color: 16715458.
HSL color Cylindrical-coordinate representation of color #C20EFF: hue angle of 284.81º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C20EFF is Cyan = 0.24, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 14 | 255 | - |
| CMYK | 0.24 | 0.95 | 0 | 0 |
| HSL | 284.81º | 1% | 0.53% | - |
| HSV(B) | 284.81º | 0.95% | 1% | - |
| XYZ | 40.46 | 19 | 96.14 | - |
| YUV | 95.29 | 218.13 | 198.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 14 | 255 | 0.24 | 0.95 | 0 | 0 | 284.81 | 1 | 0.53 |
| Hex | C2 | E | FF | 18 | 5F | 0 | 0 | 11D | 64 | 35 |
| Octal | 302 | 16 | 377 | 30 | 137 | 0 | 0 | 435 | 144 | 65 |
| Binary | 11000010 | 1110 | 11111111 | 11000 | 1011111 | 0 | 0 | 100011101 | 1100100 | 110101 |
Color Harmonies of #C20EFF
Complementary color
Monochromatic Colors of #C20EFF
Black with #C20EFF
Text Example
Text Example
White with #C20EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20EFF; }
p { color: rgb(194,14,255); }
H1.HeaderClassName
{
color: #C20EFF;
}
.AnyTagClassName
{
color: #C20EFF;
}
</style>
background-color css
<style>
a { background-color: #C20EFF; }
a { background-color: rgb(194,14,255); }
div.DivClassName
{
background-color: #C20EFF;
}
.BgClassName
{
background-color: #C20EFF;
}
</style>
border-color css
<style>
span { border-color: #C20EFF; }
span { border-color: rgb(194,14,255); }
td.TdClassName
{
border-color: #C20EFF;
}
.TagClassName
{
border-color: #C20EFF;
}
</style>