Shades of Electric Purple #C20BED
Tints of Electric Purple #C20BED
RGB
CMYK
RGB Variations
Color information
#C20BED (or 0xC20BED) is known color: Electric Purple. HEX triplet: C2, 0B and ED. RGB value is (194,11,237). Sum of RGB (Red+Green+Blue) = 194+11+237=442 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.89% from 442); Green value is 11 (4.69% from 255 or 2.49% from 442); Blue value is 237 (92.97% from 255 or 53.62% from 442); Max value from RGB is 237 - color contains mainly: blue. Hex color #C20BED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C20BED is #3DF412. Grayscale: #5A5A5A. Windows color (decimal): -4060179 or 15535042. OLE color: 15535042.
HSL color Cylindrical-coordinate representation of color #C20BED: hue angle of 288.58º degrees, saturation: 0.91, 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 #C20BED is Cyan = 0.18, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 11 | 237 | - |
| CMYK | 0.18 | 0.95 | 0 | 0.07 |
| HSL | 288.58º | 0.91% | 0.49% | - |
| HSV(B) | 288.58º | 0.95% | 0.93% | - |
| XYZ | 37.65 | 17.82 | 81.58 | - |
| YUV | 91.48 | 210.13 | 201.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 11 | 237 | 0.18 | 0.95 | 0 | 0.07 | 288.58 | 0.91 | 0.49 |
| Hex | C2 | B | ED | 12 | 5F | 0 | 7 | 121 | 5B | 31 |
| Octal | 302 | 13 | 355 | 22 | 137 | 0 | 7 | 441 | 133 | 61 |
| Binary | 11000010 | 1011 | 11101101 | 10010 | 1011111 | 0 | 111 | 100100001 | 1011011 | 110001 |
Color Harmonies of #C20BED
Complementary color
Monochromatic Colors of #C20BED
Black with #C20BED
Text Example
Text Example
White with #C20BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20BED; }
p { color: rgb(194,11,237); }
H1.HeaderClassName
{
color: #C20BED;
}
.AnyTagClassName
{
color: #C20BED;
}
</style>
background-color css
<style>
a { background-color: #C20BED; }
a { background-color: rgb(194,11,237); }
div.DivClassName
{
background-color: #C20BED;
}
.BgClassName
{
background-color: #C20BED;
}
</style>
border-color css
<style>
span { border-color: #C20BED; }
span { border-color: rgb(194,11,237); }
td.TdClassName
{
border-color: #C20BED;
}
.TagClassName
{
border-color: #C20BED;
}
</style>