Shades of Electric Purple #C11DEA
Tints of Electric Purple #C11DEA
RGB
CMYK
RGB Variations
Color information
#C11DEA (or 0xC11DEA) is known color: Electric Purple. HEX triplet: C1, 1D and EA. RGB value is (193,29,234). Sum of RGB (Red+Green+Blue) = 193+29+234=456 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.32% from 456); Green value is 29 (11.72% from 255 or 6.36% from 456); Blue value is 234 (91.80% from 255 or 51.32% from 456); Max value from RGB is 234 - color contains mainly: blue. Hex color #C11DEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C11DEA is #3EE215. Grayscale: #646464. Windows color (decimal): -4121110 or 15343041. OLE color: 15343041.
HSL color Cylindrical-coordinate representation of color #C11DEA: hue angle of 288º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C11DEA is Cyan = 0.18, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 29 | 234 | - |
| CMYK | 0.18 | 0.88 | 0 | 0.08 |
| HSL | 288º | 0.83% | 0.52% | - |
| HSV(B) | 288º | 0.88% | 0.92% | - |
| XYZ | 37.28 | 18.16 | 79.38 | - |
| YUV | 101.41 | 202.83 | 193.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 29 | 234 | 0.18 | 0.88 | 0 | 0.08 | 288 | 0.83 | 0.52 |
| Hex | C1 | 1D | EA | 12 | 58 | 0 | 8 | 120 | 53 | 34 |
| Octal | 301 | 35 | 352 | 22 | 130 | 0 | 10 | 440 | 123 | 64 |
| Binary | 11000001 | 11101 | 11101010 | 10010 | 1011000 | 0 | 1000 | 100100000 | 1010011 | 110100 |
Color Harmonies of #C11DEA
Complementary color
Monochromatic Colors of #C11DEA
Black with #C11DEA
Text Example
Text Example
White with #C11DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11DEA; }
p { color: rgb(193,29,234); }
H1.HeaderClassName
{
color: #C11DEA;
}
.AnyTagClassName
{
color: #C11DEA;
}
</style>
background-color css
<style>
a { background-color: #C11DEA; }
a { background-color: rgb(193,29,234); }
div.DivClassName
{
background-color: #C11DEA;
}
.BgClassName
{
background-color: #C11DEA;
}
</style>
border-color css
<style>
span { border-color: #C11DEA; }
span { border-color: rgb(193,29,234); }
td.TdClassName
{
border-color: #C11DEA;
}
.TagClassName
{
border-color: #C11DEA;
}
</style>