Shades of Electric Purple #C114F1
Tints of Electric Purple #C114F1
RGB
CMYK
RGB Variations
Color information
#C114F1 (or 0xC114F1) is known color: Electric Purple. HEX triplet: C1, 14 and F1. RGB value is (193,20,241). Sum of RGB (Red+Green+Blue) = 193+20+241=454 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.51% from 454); Green value is 20 (8.20% from 255 or 4.41% from 454); Blue value is 241 (94.53% from 255 or 53.08% from 454); Max value from RGB is 241 - color contains mainly: blue. Hex color #C114F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C114F1 is #3EEB0E. Grayscale: #606060. Windows color (decimal): -4123407 or 15799489. OLE color: 15799489.
HSL color Cylindrical-coordinate representation of color #C114F1: hue angle of 286.97º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C114F1 is Cyan = 0.20, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 193 | 20 | 241 | - |
| CMYK | 0.20 | 0.92 | 0 | 0.05 |
| HSL | 286.97º | 0.89% | 0.51% | - |
| HSV(B) | 286.97º | 0.92% | 0.95% | - |
| XYZ | 38.12 | 18.19 | 84.72 | - |
| YUV | 96.92 | 209.31 | 196.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 20 | 241 | 0.20 | 0.92 | 0 | 0.05 | 286.97 | 0.89 | 0.51 |
| Hex | C1 | 14 | F1 | 14 | 5C | 0 | 5 | 11F | 59 | 33 |
| Octal | 301 | 24 | 361 | 24 | 134 | 0 | 5 | 437 | 131 | 63 |
| Binary | 11000001 | 10100 | 11110001 | 10100 | 1011100 | 0 | 101 | 100011111 | 1011001 | 110011 |
Color Harmonies of #C114F1
Complementary color
Monochromatic Colors of #C114F1
Black with #C114F1
Text Example
Text Example
White with #C114F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C114F1; }
p { color: rgb(193,20,241); }
H1.HeaderClassName
{
color: #C114F1;
}
.AnyTagClassName
{
color: #C114F1;
}
</style>
background-color css
<style>
a { background-color: #C114F1; }
a { background-color: rgb(193,20,241); }
div.DivClassName
{
background-color: #C114F1;
}
.BgClassName
{
background-color: #C114F1;
}
</style>
border-color css
<style>
span { border-color: #C114F1; }
span { border-color: rgb(193,20,241); }
td.TdClassName
{
border-color: #C114F1;
}
.TagClassName
{
border-color: #C114F1;
}
</style>