Shades of Electric Purple #C121EF
Tints of Electric Purple #C121EF
RGB
CMYK
RGB Variations
Color information
#C121EF (or 0xC121EF) is known color: Electric Purple. HEX triplet: C1, 21 and EF. RGB value is (193,33,239). Sum of RGB (Red+Green+Blue) = 193+33+239=465 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.51% from 465); Green value is 33 (13.28% from 255 or 7.10% from 465); Blue value is 239 (93.75% from 255 or 51.40% from 465); Max value from RGB is 239 - color contains mainly: blue. Hex color #C121EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C121EF is #3EDE10. Grayscale: #676767. Windows color (decimal): -4120081 or 15671745. OLE color: 15671745.
HSL color Cylindrical-coordinate representation of color #C121EF: hue angle of 286.6º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C121EF is Cyan = 0.19, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 193 | 33 | 239 | - |
| CMYK | 0.19 | 0.86 | 0 | 0.06 |
| HSL | 286.6º | 0.87% | 0.53% | - |
| HSV(B) | 286.6º | 0.86% | 0.94% | - |
| XYZ | 38.12 | 18.66 | 83.25 | - |
| YUV | 104.32 | 204.01 | 191.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 33 | 239 | 0.19 | 0.86 | 0 | 0.06 | 286.6 | 0.87 | 0.53 |
| Hex | C1 | 21 | EF | 13 | 56 | 0 | 6 | 11F | 57 | 35 |
| Octal | 301 | 41 | 357 | 23 | 126 | 0 | 6 | 437 | 127 | 65 |
| Binary | 11000001 | 100001 | 11101111 | 10011 | 1010110 | 0 | 110 | 100011111 | 1010111 | 110101 |
Color Harmonies of #C121EF
Complementary color
Monochromatic Colors of #C121EF
Black with #C121EF
Text Example
Text Example
White with #C121EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C121EF; }
p { color: rgb(193,33,239); }
H1.HeaderClassName
{
color: #C121EF;
}
.AnyTagClassName
{
color: #C121EF;
}
</style>
background-color css
<style>
a { background-color: #C121EF; }
a { background-color: rgb(193,33,239); }
div.DivClassName
{
background-color: #C121EF;
}
.BgClassName
{
background-color: #C121EF;
}
</style>
border-color css
<style>
span { border-color: #C121EF; }
span { border-color: rgb(193,33,239); }
td.TdClassName
{
border-color: #C121EF;
}
.TagClassName
{
border-color: #C121EF;
}
</style>