Shades of Electric Purple #C121ED
Tints of Electric Purple #C121ED
RGB
CMYK
RGB Variations
Color information
#C121ED (or 0xC121ED) is known color: Electric Purple. HEX triplet: C1, 21 and ED. RGB value is (193,33,237). Sum of RGB (Red+Green+Blue) = 193+33+237=463 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.68% from 463); Green value is 33 (13.28% from 255 or 7.13% from 463); Blue value is 237 (92.97% from 255 or 51.19% from 463); Max value from RGB is 237 - color contains mainly: blue. Hex color #C121ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C121ED is #3EDE12. Grayscale: #676767. Windows color (decimal): -4120083 or 15540673. OLE color: 15540673.
HSL color Cylindrical-coordinate representation of color #C121ED: hue angle of 287.06º 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 #C121ED is Cyan = 0.19, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 33 | 237 | - |
| CMYK | 0.19 | 0.86 | 0 | 0.07 |
| HSL | 287.06º | 0.85% | 0.53% | - |
| HSV(B) | 287.06º | 0.86% | 0.93% | - |
| XYZ | 37.82 | 18.54 | 81.71 | - |
| YUV | 104.1 | 203.01 | 191.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 33 | 237 | 0.19 | 0.86 | 0 | 0.07 | 287.06 | 0.85 | 0.53 |
| Hex | C1 | 21 | ED | 13 | 56 | 0 | 7 | 11F | 55 | 35 |
| Octal | 301 | 41 | 355 | 23 | 126 | 0 | 7 | 437 | 125 | 65 |
| Binary | 11000001 | 100001 | 11101101 | 10011 | 1010110 | 0 | 111 | 100011111 | 1010101 | 110101 |
Color Harmonies of #C121ED
Complementary color
Monochromatic Colors of #C121ED
Black with #C121ED
Text Example
Text Example
White with #C121ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C121ED; }
p { color: rgb(193,33,237); }
H1.HeaderClassName
{
color: #C121ED;
}
.AnyTagClassName
{
color: #C121ED;
}
</style>
background-color css
<style>
a { background-color: #C121ED; }
a { background-color: rgb(193,33,237); }
div.DivClassName
{
background-color: #C121ED;
}
.BgClassName
{
background-color: #C121ED;
}
</style>
border-color css
<style>
span { border-color: #C121ED; }
span { border-color: rgb(193,33,237); }
td.TdClassName
{
border-color: #C121ED;
}
.TagClassName
{
border-color: #C121ED;
}
</style>