Shades of Electric Purple #C914F1
Tints of Electric Purple #C914F1
RGB
CMYK
RGB Variations
Color information
#C914F1 (or 0xC914F1) is known color: Electric Purple. HEX triplet: C9, 14 and F1. RGB value is (201,20,241). Sum of RGB (Red+Green+Blue) = 201+20+241=462 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.51% from 462); Green value is 20 (8.20% from 255 or 4.33% from 462); Blue value is 241 (94.53% from 255 or 52.16% from 462); Max value from RGB is 241 - color contains mainly: blue. Hex color #C914F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C914F1 is #36EB0E. Grayscale: #626262. Windows color (decimal): -3599119 or 15799497. OLE color: 15799497.
HSL color Cylindrical-coordinate representation of color #C914F1: hue angle of 289.14º 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 #C914F1 is Cyan = 0.17, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 201 | 20 | 241 | - |
| CMYK | 0.17 | 0.92 | 0 | 0.05 |
| HSL | 289.14º | 0.89% | 0.51% | - |
| HSV(B) | 289.14º | 0.92% | 0.95% | - |
| XYZ | 40.21 | 19.27 | 84.82 | - |
| YUV | 99.31 | 207.97 | 200.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 20 | 241 | 0.17 | 0.92 | 0 | 0.05 | 289.14 | 0.89 | 0.51 |
| Hex | C9 | 14 | F1 | 11 | 5C | 0 | 5 | 121 | 59 | 33 |
| Octal | 311 | 24 | 361 | 21 | 134 | 0 | 5 | 441 | 131 | 63 |
| Binary | 11001001 | 10100 | 11110001 | 10001 | 1011100 | 0 | 101 | 100100001 | 1011001 | 110011 |
Color Harmonies of #C914F1
Complementary color
Monochromatic Colors of #C914F1
Black with #C914F1
Text Example
Text Example
White with #C914F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C914F1; }
p { color: rgb(201,20,241); }
H1.HeaderClassName
{
color: #C914F1;
}
.AnyTagClassName
{
color: #C914F1;
}
</style>
background-color css
<style>
a { background-color: #C914F1; }
a { background-color: rgb(201,20,241); }
div.DivClassName
{
background-color: #C914F1;
}
.BgClassName
{
background-color: #C914F1;
}
</style>
border-color css
<style>
span { border-color: #C914F1; }
span { border-color: rgb(201,20,241); }
td.TdClassName
{
border-color: #C914F1;
}
.TagClassName
{
border-color: #C914F1;
}
</style>