Shades of Electric Purple #C114FA
Tints of Electric Purple #C114FA
RGB
CMYK
RGB Variations
Color information
#C114FA (or 0xC114FA) is known color: Electric Purple. HEX triplet: C1, 14 and FA. RGB value is (193,20,250). Sum of RGB (Red+Green+Blue) = 193+20+250=463 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.68% from 463); Green value is 20 (8.20% from 255 or 4.32% from 463); Blue value is 250 (98.05% from 255 or 54.00% from 463); Max value from RGB is 250 - color contains mainly: blue. Hex color #C114FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C114FA is #3EEB05. Grayscale: #616161. Windows color (decimal): -4123398 or 16389313. OLE color: 16389313.
HSL color Cylindrical-coordinate representation of color #C114FA: hue angle of 285.13º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C114FA is Cyan = 0.23, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 20 | 250 | - |
| CMYK | 0.23 | 0.92 | 0 | 0.02 |
| HSL | 285.13º | 0.96% | 0.53% | - |
| HSV(B) | 285.13º | 0.92% | 0.98% | - |
| XYZ | 39.5 | 18.74 | 91.98 | - |
| YUV | 97.95 | 213.81 | 195.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 20 | 250 | 0.23 | 0.92 | 0 | 0.02 | 285.13 | 0.96 | 0.53 |
| Hex | C1 | 14 | FA | 17 | 5C | 0 | 2 | 11D | 60 | 35 |
| Octal | 301 | 24 | 372 | 27 | 134 | 0 | 2 | 435 | 140 | 65 |
| Binary | 11000001 | 10100 | 11111010 | 10111 | 1011100 | 0 | 10 | 100011101 | 1100000 | 110101 |
Color Harmonies of #C114FA
Complementary color
Monochromatic Colors of #C114FA
Black with #C114FA
Text Example
Text Example
White with #C114FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C114FA; }
p { color: rgb(193,20,250); }
H1.HeaderClassName
{
color: #C114FA;
}
.AnyTagClassName
{
color: #C114FA;
}
</style>
background-color css
<style>
a { background-color: #C114FA; }
a { background-color: rgb(193,20,250); }
div.DivClassName
{
background-color: #C114FA;
}
.BgClassName
{
background-color: #C114FA;
}
</style>
border-color css
<style>
span { border-color: #C114FA; }
span { border-color: rgb(193,20,250); }
td.TdClassName
{
border-color: #C114FA;
}
.TagClassName
{
border-color: #C114FA;
}
</style>