Shades of Electric Purple #C11DF1
Tints of Electric Purple #C11DF1
RGB
CMYK
RGB Variations
Color information
#C11DF1 (or 0xC11DF1) is known color: Electric Purple. HEX triplet: C1, 1D and F1. RGB value is (193,29,241). Sum of RGB (Red+Green+Blue) = 193+29+241=463 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.68% from 463); Green value is 29 (11.72% from 255 or 6.26% from 463); Blue value is 241 (94.53% from 255 or 52.05% from 463); Max value from RGB is 241 - color contains mainly: blue. Hex color #C11DF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C11DF1 is #3EE20E. Grayscale: #656565. Windows color (decimal): -4121103 or 15801793. OLE color: 15801793.
HSL color Cylindrical-coordinate representation of color #C11DF1: hue angle of 286.42º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C11DF1 is Cyan = 0.20, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 193 | 29 | 241 | - |
| CMYK | 0.20 | 0.88 | 0 | 0.05 |
| HSL | 286.42º | 0.88% | 0.53% | - |
| HSV(B) | 286.42º | 0.88% | 0.95% | - |
| XYZ | 38.31 | 18.57 | 84.78 | - |
| YUV | 102.2 | 206.33 | 192.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 29 | 241 | 0.20 | 0.88 | 0 | 0.05 | 286.42 | 0.88 | 0.53 |
| Hex | C1 | 1D | F1 | 14 | 58 | 0 | 5 | 11E | 58 | 35 |
| Octal | 301 | 35 | 361 | 24 | 130 | 0 | 5 | 436 | 130 | 65 |
| Binary | 11000001 | 11101 | 11110001 | 10100 | 1011000 | 0 | 101 | 100011110 | 1011000 | 110101 |
Color Harmonies of #C11DF1
Complementary color
Monochromatic Colors of #C11DF1
Black with #C11DF1
Text Example
Text Example
White with #C11DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11DF1; }
p { color: rgb(193,29,241); }
H1.HeaderClassName
{
color: #C11DF1;
}
.AnyTagClassName
{
color: #C11DF1;
}
</style>
background-color css
<style>
a { background-color: #C11DF1; }
a { background-color: rgb(193,29,241); }
div.DivClassName
{
background-color: #C11DF1;
}
.BgClassName
{
background-color: #C11DF1;
}
</style>
border-color css
<style>
span { border-color: #C11DF1; }
span { border-color: rgb(193,29,241); }
td.TdClassName
{
border-color: #C11DF1;
}
.TagClassName
{
border-color: #C11DF1;
}
</style>