Shades of Electric Purple #C914FA
Tints of Electric Purple #C914FA
RGB
CMYK
RGB Variations
Color information
#C914FA (or 0xC914FA) is known color: Electric Purple. HEX triplet: C9, 14 and FA. RGB value is (201,20,250). Sum of RGB (Red+Green+Blue) = 201+20+250=471 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.68% from 471); Green value is 20 (8.20% from 255 or 4.25% from 471); Blue value is 250 (98.05% from 255 or 53.08% from 471); Max value from RGB is 250 - color contains mainly: blue. Hex color #C914FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C914FA is #36EB05. Grayscale: #636363. Windows color (decimal): -3599110 or 16389321. OLE color: 16389321.
HSL color Cylindrical-coordinate representation of color #C914FA: hue angle of 287.22º 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 #C914FA is Cyan = 0.20, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 20 | 250 | - |
| CMYK | 0.20 | 0.92 | 0 | 0.02 |
| HSL | 287.22º | 0.96% | 0.53% | - |
| HSV(B) | 287.22º | 0.92% | 0.98% | - |
| XYZ | 41.59 | 19.82 | 92.08 | - |
| YUV | 100.34 | 212.47 | 199.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 20 | 250 | 0.20 | 0.92 | 0 | 0.02 | 287.22 | 0.96 | 0.53 |
| Hex | C9 | 14 | FA | 14 | 5C | 0 | 2 | 11F | 60 | 35 |
| Octal | 311 | 24 | 372 | 24 | 134 | 0 | 2 | 437 | 140 | 65 |
| Binary | 11001001 | 10100 | 11111010 | 10100 | 1011100 | 0 | 10 | 100011111 | 1100000 | 110101 |
Color Harmonies of #C914FA
Complementary color
Monochromatic Colors of #C914FA
Black with #C914FA
Text Example
Text Example
White with #C914FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C914FA; }
p { color: rgb(201,20,250); }
H1.HeaderClassName
{
color: #C914FA;
}
.AnyTagClassName
{
color: #C914FA;
}
</style>
background-color css
<style>
a { background-color: #C914FA; }
a { background-color: rgb(201,20,250); }
div.DivClassName
{
background-color: #C914FA;
}
.BgClassName
{
background-color: #C914FA;
}
</style>
border-color css
<style>
span { border-color: #C914FA; }
span { border-color: rgb(201,20,250); }
td.TdClassName
{
border-color: #C914FA;
}
.TagClassName
{
border-color: #C914FA;
}
</style>