Shades of Electric Purple #C914FC
Tints of Electric Purple #C914FC
RGB
CMYK
RGB Variations
Color information
#C914FC (or 0xC914FC) is known color: Electric Purple. HEX triplet: C9, 14 and FC. RGB value is (201,20,252). Sum of RGB (Red+Green+Blue) = 201+20+252=473 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.49% from 473); Green value is 20 (8.20% from 255 or 4.23% from 473); Blue value is 252 (98.83% from 255 or 53.28% from 473); Max value from RGB is 252 - color contains mainly: blue. Hex color #C914FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C914FC is #36EB03. Grayscale: #636363. Windows color (decimal): -3599108 or 16520393. OLE color: 16520393.
HSL color Cylindrical-coordinate representation of color #C914FC: hue angle of 286.81º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C914FC is Cyan = 0.20, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 20 | 252 | - |
| CMYK | 0.20 | 0.92 | 0 | 0.01 |
| HSL | 286.81º | 0.97% | 0.53% | - |
| HSV(B) | 286.81º | 0.92% | 0.99% | - |
| XYZ | 41.91 | 19.95 | 93.74 | - |
| YUV | 100.57 | 213.47 | 199.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 20 | 252 | 0.20 | 0.92 | 0 | 0.01 | 286.81 | 0.97 | 0.53 |
| Hex | C9 | 14 | FC | 14 | 5C | 0 | 1 | 11F | 61 | 35 |
| Octal | 311 | 24 | 374 | 24 | 134 | 0 | 1 | 437 | 141 | 65 |
| Binary | 11001001 | 10100 | 11111100 | 10100 | 1011100 | 0 | 1 | 100011111 | 1100001 | 110101 |
Color Harmonies of #C914FC
Complementary color
Monochromatic Colors of #C914FC
Black with #C914FC
Text Example
Text Example
White with #C914FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C914FC; }
p { color: rgb(201,20,252); }
H1.HeaderClassName
{
color: #C914FC;
}
.AnyTagClassName
{
color: #C914FC;
}
</style>
background-color css
<style>
a { background-color: #C914FC; }
a { background-color: rgb(201,20,252); }
div.DivClassName
{
background-color: #C914FC;
}
.BgClassName
{
background-color: #C914FC;
}
</style>
border-color css
<style>
span { border-color: #C914FC; }
span { border-color: rgb(201,20,252); }
td.TdClassName
{
border-color: #C914FC;
}
.TagClassName
{
border-color: #C914FC;
}
</style>