Shades of Electric Purple #C914FD
Tints of Electric Purple #C914FD
RGB
CMYK
RGB Variations
Color information
#C914FD (or 0xC914FD) is known color: Electric Purple. HEX triplet: C9, 14 and FD. RGB value is (201,20,253). Sum of RGB (Red+Green+Blue) = 201+20+253=474 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.41% from 474); Green value is 20 (8.20% from 255 or 4.22% from 474); Blue value is 253 (99.22% from 255 or 53.38% from 474); Max value from RGB is 253 - color contains mainly: blue. Hex color #C914FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C914FD is #36EB02. Grayscale: #636363. Windows color (decimal): -3599107 or 16585929. OLE color: 16585929.
HSL color Cylindrical-coordinate representation of color #C914FD: hue angle of 286.61º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C914FD is Cyan = 0.21, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 20 | 253 | - |
| CMYK | 0.21 | 0.92 | 0 | 0.01 |
| HSL | 286.61º | 0.98% | 0.54% | - |
| HSV(B) | 286.61º | 0.92% | 0.99% | - |
| XYZ | 42.07 | 20.01 | 94.57 | - |
| YUV | 100.68 | 213.97 | 199.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 20 | 253 | 0.21 | 0.92 | 0 | 0.01 | 286.61 | 0.98 | 0.54 |
| Hex | C9 | 14 | FD | 15 | 5C | 0 | 1 | 11F | 62 | 36 |
| Octal | 311 | 24 | 375 | 25 | 134 | 0 | 1 | 437 | 142 | 66 |
| Binary | 11001001 | 10100 | 11111101 | 10101 | 1011100 | 0 | 1 | 100011111 | 1100010 | 110110 |
Color Harmonies of #C914FD
Complementary color
Monochromatic Colors of #C914FD
Black with #C914FD
Text Example
Text Example
White with #C914FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C914FD; }
p { color: rgb(201,20,253); }
H1.HeaderClassName
{
color: #C914FD;
}
.AnyTagClassName
{
color: #C914FD;
}
</style>
background-color css
<style>
a { background-color: #C914FD; }
a { background-color: rgb(201,20,253); }
div.DivClassName
{
background-color: #C914FD;
}
.BgClassName
{
background-color: #C914FD;
}
</style>
border-color css
<style>
span { border-color: #C914FD; }
span { border-color: rgb(201,20,253); }
td.TdClassName
{
border-color: #C914FD;
}
.TagClassName
{
border-color: #C914FD;
}
</style>