Shades of Electric Purple #C914F0
Tints of Electric Purple #C914F0
RGB
CMYK
RGB Variations
Color information
#C914F0 (or 0xC914F0) is known color: Electric Purple. HEX triplet: C9, 14 and F0. RGB value is (201,20,240). Sum of RGB (Red+Green+Blue) = 201+20+240=461 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.60% from 461); Green value is 20 (8.20% from 255 or 4.34% from 461); Blue value is 240 (94.14% from 255 or 52.06% from 461); Max value from RGB is 240 - color contains mainly: blue. Hex color #C914F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C914F0 is #36EB0F. Grayscale: #626262. Windows color (decimal): -3599120 or 15733961. OLE color: 15733961.
HSL color Cylindrical-coordinate representation of color #C914F0: hue angle of 289.36º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C914F0 is Cyan = 0.16, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 201 | 20 | 240 | - |
| CMYK | 0.16 | 0.92 | 0 | 0.06 |
| HSL | 289.36º | 0.88% | 0.51% | - |
| HSV(B) | 289.36º | 0.92% | 0.94% | - |
| XYZ | 40.07 | 19.21 | 84.03 | - |
| YUV | 99.2 | 207.47 | 200.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 20 | 240 | 0.16 | 0.92 | 0 | 0.06 | 289.36 | 0.88 | 0.51 |
| Hex | C9 | 14 | F0 | 10 | 5C | 0 | 6 | 121 | 58 | 33 |
| Octal | 311 | 24 | 360 | 20 | 134 | 0 | 6 | 441 | 130 | 63 |
| Binary | 11001001 | 10100 | 11110000 | 10000 | 1011100 | 0 | 110 | 100100001 | 1011000 | 110011 |
Color Harmonies of #C914F0
Complementary color
Monochromatic Colors of #C914F0
Black with #C914F0
Text Example
Text Example
White with #C914F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C914F0; }
p { color: rgb(201,20,240); }
H1.HeaderClassName
{
color: #C914F0;
}
.AnyTagClassName
{
color: #C914F0;
}
</style>
background-color css
<style>
a { background-color: #C914F0; }
a { background-color: rgb(201,20,240); }
div.DivClassName
{
background-color: #C914F0;
}
.BgClassName
{
background-color: #C914F0;
}
</style>
border-color css
<style>
span { border-color: #C914F0; }
span { border-color: rgb(201,20,240); }
td.TdClassName
{
border-color: #C914F0;
}
.TagClassName
{
border-color: #C914F0;
}
</style>