Shades of Electric Purple #C20BE5
Tints of Electric Purple #C20BE5
RGB
CMYK
RGB Variations
Color information
#C20BE5 (or 0xC20BE5) is known color: Electric Purple. HEX triplet: C2, 0B and E5. RGB value is (194,11,229). Sum of RGB (Red+Green+Blue) = 194+11+229=434 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.70% from 434); Green value is 11 (4.69% from 255 or 2.53% from 434); Blue value is 229 (89.84% from 255 or 52.76% from 434); Max value from RGB is 229 - color contains mainly: blue. Hex color #C20BE5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C20BE5 is #3DF41A. Grayscale: #595959. Windows color (decimal): -4060187 or 15010754. OLE color: 15010754.
HSL color Cylindrical-coordinate representation of color #C20BE5: hue angle of 290.37º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C20BE5 is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 194 | 11 | 229 | - |
| CMYK | 0.15 | 0.95 | 0 | 0.10 |
| HSL | 290.37º | 0.91% | 0.47% | - |
| HSV(B) | 290.37º | 0.95% | 0.9% | - |
| XYZ | 36.51 | 17.37 | 75.56 | - |
| YUV | 90.57 | 206.13 | 201.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 11 | 229 | 0.15 | 0.95 | 0 | 0.10 | 290.37 | 0.91 | 0.47 |
| Hex | C2 | B | E5 | F | 5F | 0 | A | 122 | 5B | 2F |
| Octal | 302 | 13 | 345 | 17 | 137 | 0 | 12 | 442 | 133 | 57 |
| Binary | 11000010 | 1011 | 11100101 | 1111 | 1011111 | 0 | 1010 | 100100010 | 1011011 | 101111 |
Color Harmonies of #C20BE5
Complementary color
Monochromatic Colors of #C20BE5
Black with #C20BE5
Text Example
Text Example
White with #C20BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20BE5; }
p { color: rgb(194,11,229); }
H1.HeaderClassName
{
color: #C20BE5;
}
.AnyTagClassName
{
color: #C20BE5;
}
</style>
background-color css
<style>
a { background-color: #C20BE5; }
a { background-color: rgb(194,11,229); }
div.DivClassName
{
background-color: #C20BE5;
}
.BgClassName
{
background-color: #C20BE5;
}
</style>
border-color css
<style>
span { border-color: #C20BE5; }
span { border-color: rgb(194,11,229); }
td.TdClassName
{
border-color: #C20BE5;
}
.TagClassName
{
border-color: #C20BE5;
}
</style>