Shades of Electric Purple #C11DF6
Tints of Electric Purple #C11DF6
RGB
CMYK
RGB Variations
Color information
#C11DF6 (or 0xC11DF6) is known color: Electric Purple. HEX triplet: C1, 1D and F6. RGB value is (193,29,246). Sum of RGB (Red+Green+Blue) = 193+29+246=468 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.24% from 468); Green value is 29 (11.72% from 255 or 6.20% from 468); Blue value is 246 (96.48% from 255 or 52.56% from 468); Max value from RGB is 246 - color contains mainly: blue. Hex color #C11DF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C11DF6 is #3EE209. Grayscale: #666666. Windows color (decimal): -4121098 or 16129473. OLE color: 16129473.
HSL color Cylindrical-coordinate representation of color #C11DF6: hue angle of 285.35º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C11DF6 is Cyan = 0.22, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 193 | 29 | 246 | - |
| CMYK | 0.22 | 0.88 | 0 | 0.04 |
| HSL | 285.35º | 0.92% | 0.54% | - |
| HSV(B) | 285.35º | 0.88% | 0.96% | - |
| XYZ | 39.07 | 18.87 | 88.77 | - |
| YUV | 102.77 | 208.83 | 192.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 29 | 246 | 0.22 | 0.88 | 0 | 0.04 | 285.35 | 0.92 | 0.54 |
| Hex | C1 | 1D | F6 | 16 | 58 | 0 | 4 | 11D | 5C | 36 |
| Octal | 301 | 35 | 366 | 26 | 130 | 0 | 4 | 435 | 134 | 66 |
| Binary | 11000001 | 11101 | 11110110 | 10110 | 1011000 | 0 | 100 | 100011101 | 1011100 | 110110 |
Color Harmonies of #C11DF6
Complementary color
Monochromatic Colors of #C11DF6
Black with #C11DF6
Text Example
Text Example
White with #C11DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11DF6; }
p { color: rgb(193,29,246); }
H1.HeaderClassName
{
color: #C11DF6;
}
.AnyTagClassName
{
color: #C11DF6;
}
</style>
background-color css
<style>
a { background-color: #C11DF6; }
a { background-color: rgb(193,29,246); }
div.DivClassName
{
background-color: #C11DF6;
}
.BgClassName
{
background-color: #C11DF6;
}
</style>
border-color css
<style>
span { border-color: #C11DF6; }
span { border-color: rgb(193,29,246); }
td.TdClassName
{
border-color: #C11DF6;
}
.TagClassName
{
border-color: #C11DF6;
}
</style>