Shades of Electric Purple #C20FE5
Tints of Electric Purple #C20FE5
RGB
CMYK
RGB Variations
Color information
#C20FE5 (or 0xC20FE5) is known color: Electric Purple. HEX triplet: C2, 0F and E5. RGB value is (194,15,229). Sum of RGB (Red+Green+Blue) = 194+15+229=438 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.29% from 438); Green value is 15 (6.25% from 255 or 3.42% from 438); Blue value is 229 (89.84% from 255 or 52.28% from 438); Max value from RGB is 229 - color contains mainly: blue. Hex color #C20FE5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C20FE5 is #3DF01A. Grayscale: #5C5C5C. Windows color (decimal): -4059163 or 15011778. OLE color: 15011778.
HSL color Cylindrical-coordinate representation of color #C20FE5: hue angle of 290.19º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C20FE5 is Cyan = 0.15, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 194 | 15 | 229 | - |
| CMYK | 0.15 | 0.93 | 0 | 0.10 |
| HSL | 290.19º | 0.88% | 0.48% | - |
| HSV(B) | 290.19º | 0.93% | 0.9% | - |
| XYZ | 36.56 | 17.47 | 75.57 | - |
| YUV | 92.92 | 204.8 | 200.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 15 | 229 | 0.15 | 0.93 | 0 | 0.10 | 290.19 | 0.88 | 0.48 |
| Hex | C2 | F | E5 | F | 5D | 0 | A | 122 | 58 | 30 |
| Octal | 302 | 17 | 345 | 17 | 135 | 0 | 12 | 442 | 130 | 60 |
| Binary | 11000010 | 1111 | 11100101 | 1111 | 1011101 | 0 | 1010 | 100100010 | 1011000 | 110000 |
Color Harmonies of #C20FE5
Complementary color
Monochromatic Colors of #C20FE5
Black with #C20FE5
Text Example
Text Example
White with #C20FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20FE5; }
p { color: rgb(194,15,229); }
H1.HeaderClassName
{
color: #C20FE5;
}
.AnyTagClassName
{
color: #C20FE5;
}
</style>
background-color css
<style>
a { background-color: #C20FE5; }
a { background-color: rgb(194,15,229); }
div.DivClassName
{
background-color: #C20FE5;
}
.BgClassName
{
background-color: #C20FE5;
}
</style>
border-color css
<style>
span { border-color: #C20FE5; }
span { border-color: rgb(194,15,229); }
td.TdClassName
{
border-color: #C20FE5;
}
.TagClassName
{
border-color: #C20FE5;
}
</style>