Shades of Electric Purple #C20BE9
Tints of Electric Purple #C20BE9
RGB
CMYK
RGB Variations
Color information
#C20BE9 (or 0xC20BE9) is known color: Electric Purple. HEX triplet: C2, 0B and E9. RGB value is (194,11,233). Sum of RGB (Red+Green+Blue) = 194+11+233=438 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.29% from 438); Green value is 11 (4.69% from 255 or 2.51% from 438); Blue value is 233 (91.41% from 255 or 53.20% from 438); Max value from RGB is 233 - color contains mainly: blue. Hex color #C20BE9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C20BE9 is #3DF416. Grayscale: #5A5A5A. Windows color (decimal): -4060183 or 15272898. OLE color: 15272898.
HSL color Cylindrical-coordinate representation of color #C20BE9: hue angle of 289.46º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C20BE9 is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 11 | 233 | - |
| CMYK | 0.17 | 0.95 | 0 | 0.09 |
| HSL | 289.46º | 0.91% | 0.48% | - |
| HSV(B) | 289.46º | 0.95% | 0.91% | - |
| XYZ | 37.08 | 17.59 | 78.53 | - |
| YUV | 91.03 | 208.13 | 201.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 11 | 233 | 0.17 | 0.95 | 0 | 0.09 | 289.46 | 0.91 | 0.48 |
| Hex | C2 | B | E9 | 11 | 5F | 0 | 9 | 121 | 5B | 30 |
| Octal | 302 | 13 | 351 | 21 | 137 | 0 | 11 | 441 | 133 | 60 |
| Binary | 11000010 | 1011 | 11101001 | 10001 | 1011111 | 0 | 1001 | 100100001 | 1011011 | 110000 |
Color Harmonies of #C20BE9
Complementary color
Monochromatic Colors of #C20BE9
Black with #C20BE9
Text Example
Text Example
White with #C20BE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20BE9; }
p { color: rgb(194,11,233); }
H1.HeaderClassName
{
color: #C20BE9;
}
.AnyTagClassName
{
color: #C20BE9;
}
</style>
background-color css
<style>
a { background-color: #C20BE9; }
a { background-color: rgb(194,11,233); }
div.DivClassName
{
background-color: #C20BE9;
}
.BgClassName
{
background-color: #C20BE9;
}
</style>
border-color css
<style>
span { border-color: #C20BE9; }
span { border-color: rgb(194,11,233); }
td.TdClassName
{
border-color: #C20BE9;
}
.TagClassName
{
border-color: #C20BE9;
}
</style>