Shades of Electric Purple #C20CED
Tints of Electric Purple #C20CED
RGB
CMYK
RGB Variations
Color information
#C20CED (or 0xC20CED) is known color: Electric Purple. HEX triplet: C2, 0C and ED. RGB value is (194,12,237). Sum of RGB (Red+Green+Blue) = 194+12+237=443 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.79% from 443); Green value is 12 (5.08% from 255 or 2.71% from 443); Blue value is 237 (92.97% from 255 or 53.50% from 443); Max value from RGB is 237 - color contains mainly: blue. Hex color #C20CED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C20CED is #3DF312. Grayscale: #5B5B5B. Windows color (decimal): -4059923 or 15535298. OLE color: 15535298.
HSL color Cylindrical-coordinate representation of color #C20CED: hue angle of 288.53º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C20CED is Cyan = 0.18, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 12 | 237 | - |
| CMYK | 0.18 | 0.95 | 0 | 0.07 |
| HSL | 288.53º | 0.9% | 0.49% | - |
| HSV(B) | 288.53º | 0.95% | 0.93% | - |
| XYZ | 37.67 | 17.85 | 81.58 | - |
| YUV | 92.07 | 209.8 | 200.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 12 | 237 | 0.18 | 0.95 | 0 | 0.07 | 288.53 | 0.9 | 0.49 |
| Hex | C2 | C | ED | 12 | 5F | 0 | 7 | 121 | 5A | 31 |
| Octal | 302 | 14 | 355 | 22 | 137 | 0 | 7 | 441 | 132 | 61 |
| Binary | 11000010 | 1100 | 11101101 | 10010 | 1011111 | 0 | 111 | 100100001 | 1011010 | 110001 |
Color Harmonies of #C20CED
Complementary color
Monochromatic Colors of #C20CED
Black with #C20CED
Text Example
Text Example
White with #C20CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20CED; }
p { color: rgb(194,12,237); }
H1.HeaderClassName
{
color: #C20CED;
}
.AnyTagClassName
{
color: #C20CED;
}
</style>
background-color css
<style>
a { background-color: #C20CED; }
a { background-color: rgb(194,12,237); }
div.DivClassName
{
background-color: #C20CED;
}
.BgClassName
{
background-color: #C20CED;
}
</style>
border-color css
<style>
span { border-color: #C20CED; }
span { border-color: rgb(194,12,237); }
td.TdClassName
{
border-color: #C20CED;
}
.TagClassName
{
border-color: #C20CED;
}
</style>