Shades of Electric Purple #C014F1
Tints of Electric Purple #C014F1
RGB
CMYK
RGB Variations
Color information
#C014F1 (or 0xC014F1) is known color: Electric Purple. HEX triplet: C0, 14 and F1. RGB value is (192,20,241). Sum of RGB (Red+Green+Blue) = 192+20+241=453 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.38% from 453); Green value is 20 (8.20% from 255 or 4.42% from 453); Blue value is 241 (94.53% from 255 or 53.20% from 453); Max value from RGB is 241 - color contains mainly: blue. Hex color #C014F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C014F1 is #3FEB0E. Grayscale: #5F5F5F. Windows color (decimal): -4188943 or 15799488. OLE color: 15799488.
HSL color Cylindrical-coordinate representation of color #C014F1: hue angle of 286.7º 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 #C014F1 is Cyan = 0.20, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 20 | 241 | - |
| CMYK | 0.20 | 0.92 | 0 | 0.05 |
| HSL | 286.7º | 0.89% | 0.51% | - |
| HSV(B) | 286.7º | 0.92% | 0.95% | - |
| XYZ | 37.87 | 18.06 | 84.71 | - |
| YUV | 96.62 | 209.48 | 196.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 20 | 241 | 0.20 | 0.92 | 0 | 0.05 | 286.7 | 0.89 | 0.51 |
| Hex | C0 | 14 | F1 | 14 | 5C | 0 | 5 | 11F | 59 | 33 |
| Octal | 300 | 24 | 361 | 24 | 134 | 0 | 5 | 437 | 131 | 63 |
| Binary | 11000000 | 10100 | 11110001 | 10100 | 1011100 | 0 | 101 | 100011111 | 1011001 | 110011 |
Color Harmonies of #C014F1
Complementary color
Monochromatic Colors of #C014F1
Black with #C014F1
Text Example
Text Example
White with #C014F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C014F1; }
p { color: rgb(192,20,241); }
H1.HeaderClassName
{
color: #C014F1;
}
.AnyTagClassName
{
color: #C014F1;
}
</style>
background-color css
<style>
a { background-color: #C014F1; }
a { background-color: rgb(192,20,241); }
div.DivClassName
{
background-color: #C014F1;
}
.BgClassName
{
background-color: #C014F1;
}
</style>
border-color css
<style>
span { border-color: #C014F1; }
span { border-color: rgb(192,20,241); }
td.TdClassName
{
border-color: #C014F1;
}
.TagClassName
{
border-color: #C014F1;
}
</style>