Shades of Electric Purple #C20DFE
Tints of Electric Purple #C20DFE
RGB
CMYK
RGB Variations
Color information
#C20DFE (or 0xC20DFE) is known color: Electric Purple. HEX triplet: C2, 0D and FE. RGB value is (194,13,254). Sum of RGB (Red+Green+Blue) = 194+13+254=461 (61% of max value = 765). Red value is 194 (76.17% from 255 or 42.08% from 461); Green value is 13 (5.47% from 255 or 2.82% from 461); Blue value is 254 (99.61% from 255 or 55.10% from 461); Max value from RGB is 254 - color contains mainly: blue. Hex color #C20DFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C20DFE is #3DF201. Grayscale: #5D5D5D. Windows color (decimal): -4059650 or 16649666. OLE color: 16649666.
HSL color Cylindrical-coordinate representation of color #C20DFE: hue angle of 285.06º 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 #C20DFE is Cyan = 0.24, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 194 | 13 | 254 | - |
| CMYK | 0.24 | 0.95 | 0 | 0.00 |
| HSL | 285.06º | 0.99% | 0.52% | - |
| HSV(B) | 285.06º | 0.95% | 1% | - |
| XYZ | 40.28 | 18.91 | 95.29 | - |
| YUV | 94.59 | 217.97 | 198.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 13 | 254 | 0.24 | 0.95 | 0 | 0.00 | 285.06 | 0.99 | 0.52 |
| Hex | C2 | D | FE | 18 | 5F | 0 | 0 | 11D | 63 | 34 |
| Octal | 302 | 15 | 376 | 30 | 137 | 0 | 0 | 435 | 143 | 64 |
| Binary | 11000010 | 1101 | 11111110 | 11000 | 1011111 | 0 | 0 | 100011101 | 1100011 | 110100 |
Color Harmonies of #C20DFE
Complementary color
Monochromatic Colors of #C20DFE
Black with #C20DFE
Text Example
Text Example
White with #C20DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20DFE; }
p { color: rgb(194,13,254); }
H1.HeaderClassName
{
color: #C20DFE;
}
.AnyTagClassName
{
color: #C20DFE;
}
</style>
background-color css
<style>
a { background-color: #C20DFE; }
a { background-color: rgb(194,13,254); }
div.DivClassName
{
background-color: #C20DFE;
}
.BgClassName
{
background-color: #C20DFE;
}
</style>
border-color css
<style>
span { border-color: #C20DFE; }
span { border-color: rgb(194,13,254); }
td.TdClassName
{
border-color: #C20DFE;
}
.TagClassName
{
border-color: #C20DFE;
}
</style>