Shades of Electric Purple #C11DEF
Tints of Electric Purple #C11DEF
RGB
CMYK
RGB Variations
Color information
#C11DEF (or 0xC11DEF) is known color: Electric Purple. HEX triplet: C1, 1D and EF. RGB value is (193,29,239). Sum of RGB (Red+Green+Blue) = 193+29+239=461 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.87% from 461); Green value is 29 (11.72% from 255 or 6.29% from 461); Blue value is 239 (93.75% from 255 or 51.84% from 461); Max value from RGB is 239 - color contains mainly: blue. Hex color #C11DEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C11DEF is #3EE210. Grayscale: #656565. Windows color (decimal): -4121105 or 15670721. OLE color: 15670721.
HSL color Cylindrical-coordinate representation of color #C11DEF: hue angle of 286.86º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C11DEF is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 193 | 29 | 239 | - |
| CMYK | 0.19 | 0.88 | 0 | 0.06 |
| HSL | 286.86º | 0.87% | 0.53% | - |
| HSV(B) | 286.86º | 0.88% | 0.94% | - |
| XYZ | 38.01 | 18.45 | 83.22 | - |
| YUV | 101.98 | 205.33 | 192.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 29 | 239 | 0.19 | 0.88 | 0 | 0.06 | 286.86 | 0.87 | 0.53 |
| Hex | C1 | 1D | EF | 13 | 58 | 0 | 6 | 11F | 57 | 35 |
| Octal | 301 | 35 | 357 | 23 | 130 | 0 | 6 | 437 | 127 | 65 |
| Binary | 11000001 | 11101 | 11101111 | 10011 | 1011000 | 0 | 110 | 100011111 | 1010111 | 110101 |
Color Harmonies of #C11DEF
Complementary color
Monochromatic Colors of #C11DEF
Black with #C11DEF
Text Example
Text Example
White with #C11DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11DEF; }
p { color: rgb(193,29,239); }
H1.HeaderClassName
{
color: #C11DEF;
}
.AnyTagClassName
{
color: #C11DEF;
}
</style>
background-color css
<style>
a { background-color: #C11DEF; }
a { background-color: rgb(193,29,239); }
div.DivClassName
{
background-color: #C11DEF;
}
.BgClassName
{
background-color: #C11DEF;
}
</style>
border-color css
<style>
span { border-color: #C11DEF; }
span { border-color: rgb(193,29,239); }
td.TdClassName
{
border-color: #C11DEF;
}
.TagClassName
{
border-color: #C11DEF;
}
</style>