Shades of Electric Purple #C114E6
Tints of Electric Purple #C114E6
RGB
CMYK
RGB Variations
Color information
#C114E6 (or 0xC114E6) is known color: Electric Purple. HEX triplet: C1, 14 and E6. RGB value is (193,20,230). Sum of RGB (Red+Green+Blue) = 193+20+230=443 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.57% from 443); Green value is 20 (8.20% from 255 or 4.51% from 443); Blue value is 230 (90.23% from 255 or 51.92% from 443); Max value from RGB is 230 - color contains mainly: blue. Hex color #C114E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C114E6 is #3EEB19. Grayscale: #5F5F5F. Windows color (decimal): -4123418 or 15078593. OLE color: 15078593.
HSL color Cylindrical-coordinate representation of color #C114E6: hue angle of 289.43º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C114E6 is Cyan = 0.16, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 193 | 20 | 230 | - |
| CMYK | 0.16 | 0.91 | 0 | 0.10 |
| HSL | 289.43º | 0.84% | 0.49% | - |
| HSV(B) | 289.43º | 0.91% | 0.9% | - |
| XYZ | 36.53 | 17.55 | 76.33 | - |
| YUV | 95.67 | 203.81 | 197.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 20 | 230 | 0.16 | 0.91 | 0 | 0.10 | 289.43 | 0.84 | 0.49 |
| Hex | C1 | 14 | E6 | 10 | 5B | 0 | A | 121 | 54 | 31 |
| Octal | 301 | 24 | 346 | 20 | 133 | 0 | 12 | 441 | 124 | 61 |
| Binary | 11000001 | 10100 | 11100110 | 10000 | 1011011 | 0 | 1010 | 100100001 | 1010100 | 110001 |
Color Harmonies of #C114E6
Complementary color
Monochromatic Colors of #C114E6
Black with #C114E6
Text Example
Text Example
White with #C114E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C114E6; }
p { color: rgb(193,20,230); }
H1.HeaderClassName
{
color: #C114E6;
}
.AnyTagClassName
{
color: #C114E6;
}
</style>
background-color css
<style>
a { background-color: #C114E6; }
a { background-color: rgb(193,20,230); }
div.DivClassName
{
background-color: #C114E6;
}
.BgClassName
{
background-color: #C114E6;
}
</style>
border-color css
<style>
span { border-color: #C114E6; }
span { border-color: rgb(193,20,230); }
td.TdClassName
{
border-color: #C114E6;
}
.TagClassName
{
border-color: #C114E6;
}
</style>