Shades of Electric Purple #C121EE
Tints of Electric Purple #C121EE
RGB
CMYK
RGB Variations
Color information
#C121EE (or 0xC121EE) is known color: Electric Purple. HEX triplet: C1, 21 and EE. RGB value is (193,33,238). Sum of RGB (Red+Green+Blue) = 193+33+238=464 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.59% from 464); Green value is 33 (13.28% from 255 or 7.11% from 464); Blue value is 238 (93.36% from 255 or 51.29% from 464); Max value from RGB is 238 - color contains mainly: blue. Hex color #C121EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C121EE is #3EDE11. Grayscale: #676767. Windows color (decimal): -4120082 or 15606209. OLE color: 15606209.
HSL color Cylindrical-coordinate representation of color #C121EE: hue angle of 286.83º degrees, saturation: 0.86, 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 #C121EE is Cyan = 0.19, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 33 | 238 | - |
| CMYK | 0.19 | 0.86 | 0 | 0.07 |
| HSL | 286.83º | 0.86% | 0.53% | - |
| HSV(B) | 286.83º | 0.86% | 0.93% | - |
| XYZ | 37.97 | 18.6 | 82.48 | - |
| YUV | 104.21 | 203.51 | 191.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 33 | 238 | 0.19 | 0.86 | 0 | 0.07 | 286.83 | 0.86 | 0.53 |
| Hex | C1 | 21 | EE | 13 | 56 | 0 | 7 | 11F | 56 | 35 |
| Octal | 301 | 41 | 356 | 23 | 126 | 0 | 7 | 437 | 126 | 65 |
| Binary | 11000001 | 100001 | 11101110 | 10011 | 1010110 | 0 | 111 | 100011111 | 1010110 | 110101 |
Color Harmonies of #C121EE
Complementary color
Monochromatic Colors of #C121EE
Black with #C121EE
Text Example
Text Example
White with #C121EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C121EE; }
p { color: rgb(193,33,238); }
H1.HeaderClassName
{
color: #C121EE;
}
.AnyTagClassName
{
color: #C121EE;
}
</style>
background-color css
<style>
a { background-color: #C121EE; }
a { background-color: rgb(193,33,238); }
div.DivClassName
{
background-color: #C121EE;
}
.BgClassName
{
background-color: #C121EE;
}
</style>
border-color css
<style>
span { border-color: #C121EE; }
span { border-color: rgb(193,33,238); }
td.TdClassName
{
border-color: #C121EE;
}
.TagClassName
{
border-color: #C121EE;
}
</style>