Shades of Electric Purple #C120F1
Tints of Electric Purple #C120F1
RGB
CMYK
RGB Variations
Color information
#C120F1 (or 0xC120F1) is known color: Electric Purple. HEX triplet: C1, 20 and F1. RGB value is (193,32,241). Sum of RGB (Red+Green+Blue) = 193+32+241=466 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.42% from 466); Green value is 32 (12.89% from 255 or 6.87% from 466); Blue value is 241 (94.53% from 255 or 51.72% from 466); Max value from RGB is 241 - color contains mainly: blue. Hex color #C120F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C120F1 is #3EDF0E. Grayscale: #676767. Windows color (decimal): -4120335 or 15802561. OLE color: 15802561.
HSL color Cylindrical-coordinate representation of color #C120F1: hue angle of 286.22º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C120F1 is Cyan = 0.20, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 193 | 32 | 241 | - |
| CMYK | 0.20 | 0.87 | 0 | 0.05 |
| HSL | 286.22º | 0.88% | 0.54% | - |
| HSV(B) | 286.22º | 0.87% | 0.95% | - |
| XYZ | 38.39 | 18.72 | 84.81 | - |
| YUV | 103.97 | 205.34 | 191.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 32 | 241 | 0.20 | 0.87 | 0 | 0.05 | 286.22 | 0.88 | 0.54 |
| Hex | C1 | 20 | F1 | 14 | 57 | 0 | 5 | 11E | 58 | 36 |
| Octal | 301 | 40 | 361 | 24 | 127 | 0 | 5 | 436 | 130 | 66 |
| Binary | 11000001 | 100000 | 11110001 | 10100 | 1010111 | 0 | 101 | 100011110 | 1011000 | 110110 |
Color Harmonies of #C120F1
Complementary color
Monochromatic Colors of #C120F1
Black with #C120F1
Text Example
Text Example
White with #C120F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C120F1; }
p { color: rgb(193,32,241); }
H1.HeaderClassName
{
color: #C120F1;
}
.AnyTagClassName
{
color: #C120F1;
}
</style>
background-color css
<style>
a { background-color: #C120F1; }
a { background-color: rgb(193,32,241); }
div.DivClassName
{
background-color: #C120F1;
}
.BgClassName
{
background-color: #C120F1;
}
</style>
border-color css
<style>
span { border-color: #C120F1; }
span { border-color: rgb(193,32,241); }
td.TdClassName
{
border-color: #C120F1;
}
.TagClassName
{
border-color: #C120F1;
}
</style>