Shades of Electric Purple #C20CEB
Tints of Electric Purple #C20CEB
RGB
CMYK
RGB Variations
Color information
#C20CEB (or 0xC20CEB) is known color: Electric Purple. HEX triplet: C2, 0C and EB. RGB value is (194,12,235). Sum of RGB (Red+Green+Blue) = 194+12+235=441 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.99% from 441); Green value is 12 (5.08% from 255 or 2.72% from 441); Blue value is 235 (92.19% from 255 or 53.29% from 441); Max value from RGB is 235 - color contains mainly: blue. Hex color #C20CEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C20CEB is #3DF314. Grayscale: #5B5B5B. Windows color (decimal): -4059925 or 15404226. OLE color: 15404226.
HSL color Cylindrical-coordinate representation of color #C20CEB: hue angle of 288.97º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C20CEB is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 12 | 235 | - |
| CMYK | 0.17 | 0.95 | 0 | 0.08 |
| HSL | 288.97º | 0.9% | 0.48% | - |
| HSV(B) | 288.97º | 0.95% | 0.92% | - |
| XYZ | 37.38 | 17.73 | 80.05 | - |
| YUV | 91.84 | 208.8 | 200.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 12 | 235 | 0.17 | 0.95 | 0 | 0.08 | 288.97 | 0.9 | 0.48 |
| Hex | C2 | C | EB | 11 | 5F | 0 | 8 | 121 | 5A | 30 |
| Octal | 302 | 14 | 353 | 21 | 137 | 0 | 10 | 441 | 132 | 60 |
| Binary | 11000010 | 1100 | 11101011 | 10001 | 1011111 | 0 | 1000 | 100100001 | 1011010 | 110000 |
Color Harmonies of #C20CEB
Complementary color
Monochromatic Colors of #C20CEB
Black with #C20CEB
Text Example
Text Example
White with #C20CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20CEB; }
p { color: rgb(194,12,235); }
H1.HeaderClassName
{
color: #C20CEB;
}
.AnyTagClassName
{
color: #C20CEB;
}
</style>
background-color css
<style>
a { background-color: #C20CEB; }
a { background-color: rgb(194,12,235); }
div.DivClassName
{
background-color: #C20CEB;
}
.BgClassName
{
background-color: #C20CEB;
}
</style>
border-color css
<style>
span { border-color: #C20CEB; }
span { border-color: rgb(194,12,235); }
td.TdClassName
{
border-color: #C20CEB;
}
.TagClassName
{
border-color: #C20CEB;
}
</style>