Shades of Electric Purple #C121EB
Tints of Electric Purple #C121EB
RGB
CMYK
RGB Variations
Color information
#C121EB (or 0xC121EB) is known color: Electric Purple. HEX triplet: C1, 21 and EB. RGB value is (193,33,235). Sum of RGB (Red+Green+Blue) = 193+33+235=461 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.87% from 461); Green value is 33 (13.28% from 255 or 7.16% from 461); Blue value is 235 (92.19% from 255 or 50.98% from 461); Max value from RGB is 235 - color contains mainly: blue. Hex color #C121EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C121EB is #3EDE14. Grayscale: #676767. Windows color (decimal): -4120085 or 15409601. OLE color: 15409601.
HSL color Cylindrical-coordinate representation of color #C121EB: hue angle of 287.52º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C121EB is Cyan = 0.18, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 33 | 235 | - |
| CMYK | 0.18 | 0.86 | 0 | 0.08 |
| HSL | 287.52º | 0.83% | 0.53% | - |
| HSV(B) | 287.52º | 0.86% | 0.92% | - |
| XYZ | 37.53 | 18.42 | 80.18 | - |
| YUV | 103.87 | 202.01 | 191.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 33 | 235 | 0.18 | 0.86 | 0 | 0.08 | 287.52 | 0.83 | 0.53 |
| Hex | C1 | 21 | EB | 12 | 56 | 0 | 8 | 120 | 53 | 35 |
| Octal | 301 | 41 | 353 | 22 | 126 | 0 | 10 | 440 | 123 | 65 |
| Binary | 11000001 | 100001 | 11101011 | 10010 | 1010110 | 0 | 1000 | 100100000 | 1010011 | 110101 |
Color Harmonies of #C121EB
Complementary color
Monochromatic Colors of #C121EB
Black with #C121EB
Text Example
Text Example
White with #C121EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C121EB; }
p { color: rgb(193,33,235); }
H1.HeaderClassName
{
color: #C121EB;
}
.AnyTagClassName
{
color: #C121EB;
}
</style>
background-color css
<style>
a { background-color: #C121EB; }
a { background-color: rgb(193,33,235); }
div.DivClassName
{
background-color: #C121EB;
}
.BgClassName
{
background-color: #C121EB;
}
</style>
border-color css
<style>
span { border-color: #C121EB; }
span { border-color: rgb(193,33,235); }
td.TdClassName
{
border-color: #C121EB;
}
.TagClassName
{
border-color: #C121EB;
}
</style>