Shades of Electric Purple #C122ED
Tints of Electric Purple #C122ED
RGB
CMYK
RGB Variations
Color information
#C122ED (or 0xC122ED) is known color: Electric Purple. HEX triplet: C1, 22 and ED. RGB value is (193,34,237). Sum of RGB (Red+Green+Blue) = 193+34+237=464 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.59% from 464); Green value is 34 (13.67% from 255 or 7.33% from 464); Blue value is 237 (92.97% from 255 or 51.08% from 464); Max value from RGB is 237 - color contains mainly: blue. Hex color #C122ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C122ED is #3EDD12. Grayscale: #686868. Windows color (decimal): -4119827 or 15540929. OLE color: 15540929.
HSL color Cylindrical-coordinate representation of color #C122ED: hue angle of 287º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C122ED is Cyan = 0.19, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 34 | 237 | - |
| CMYK | 0.19 | 0.86 | 0 | 0.07 |
| HSL | 287º | 0.85% | 0.53% | - |
| HSV(B) | 287º | 0.86% | 0.93% | - |
| XYZ | 37.85 | 18.6 | 81.72 | - |
| YUV | 104.68 | 202.68 | 190.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 34 | 237 | 0.19 | 0.86 | 0 | 0.07 | 287 | 0.85 | 0.53 |
| Hex | C1 | 22 | ED | 13 | 56 | 0 | 7 | 11F | 55 | 35 |
| Octal | 301 | 42 | 355 | 23 | 126 | 0 | 7 | 437 | 125 | 65 |
| Binary | 11000001 | 100010 | 11101101 | 10011 | 1010110 | 0 | 111 | 100011111 | 1010101 | 110101 |
Color Harmonies of #C122ED
Complementary color
Monochromatic Colors of #C122ED
Black with #C122ED
Text Example
Text Example
White with #C122ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C122ED; }
p { color: rgb(193,34,237); }
H1.HeaderClassName
{
color: #C122ED;
}
.AnyTagClassName
{
color: #C122ED;
}
</style>
background-color css
<style>
a { background-color: #C122ED; }
a { background-color: rgb(193,34,237); }
div.DivClassName
{
background-color: #C122ED;
}
.BgClassName
{
background-color: #C122ED;
}
</style>
border-color css
<style>
span { border-color: #C122ED; }
span { border-color: rgb(193,34,237); }
td.TdClassName
{
border-color: #C122ED;
}
.TagClassName
{
border-color: #C122ED;
}
</style>