Shades of Electric Purple #C20CFE
Tints of Electric Purple #C20CFE
RGB
CMYK
RGB Variations
Color information
#C20CFE (or 0xC20CFE) is known color: Electric Purple. HEX triplet: C2, 0C and FE. RGB value is (194,12,254). Sum of RGB (Red+Green+Blue) = 194+12+254=460 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.17% from 460); Green value is 12 (5.08% from 255 or 2.61% from 460); Blue value is 254 (99.61% from 255 or 55.22% from 460); Max value from RGB is 254 - color contains mainly: blue. Hex color #C20CFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C20CFE is #3DF301. Grayscale: #5D5D5D. Windows color (decimal): -4059906 or 16649410. OLE color: 16649410.
HSL color Cylindrical-coordinate representation of color #C20CFE: hue angle of 285.12º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C20CFE is Cyan = 0.24, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 194 | 12 | 254 | - |
| CMYK | 0.24 | 0.95 | 0 | 0.00 |
| HSL | 285.12º | 0.99% | 0.52% | - |
| HSV(B) | 285.12º | 0.95% | 1% | - |
| XYZ | 40.27 | 18.89 | 95.29 | - |
| YUV | 94.01 | 218.3 | 199.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 12 | 254 | 0.24 | 0.95 | 0 | 0.00 | 285.12 | 0.99 | 0.52 |
| Hex | C2 | C | FE | 18 | 5F | 0 | 0 | 11D | 63 | 34 |
| Octal | 302 | 14 | 376 | 30 | 137 | 0 | 0 | 435 | 143 | 64 |
| Binary | 11000010 | 1100 | 11111110 | 11000 | 1011111 | 0 | 0 | 100011101 | 1100011 | 110100 |
Color Harmonies of #C20CFE
Complementary color
Monochromatic Colors of #C20CFE
Black with #C20CFE
Text Example
Text Example
White with #C20CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20CFE; }
p { color: rgb(194,12,254); }
H1.HeaderClassName
{
color: #C20CFE;
}
.AnyTagClassName
{
color: #C20CFE;
}
</style>
background-color css
<style>
a { background-color: #C20CFE; }
a { background-color: rgb(194,12,254); }
div.DivClassName
{
background-color: #C20CFE;
}
.BgClassName
{
background-color: #C20CFE;
}
</style>
border-color css
<style>
span { border-color: #C20CFE; }
span { border-color: rgb(194,12,254); }
td.TdClassName
{
border-color: #C20CFE;
}
.TagClassName
{
border-color: #C20CFE;
}
</style>