Shades of Electric Purple #C914FF
Tints of Electric Purple #C914FF
RGB
CMYK
RGB Variations
Color information
#C914FF (or 0xC914FF) is known color: Electric Purple. HEX triplet: C9, 14 and FF. RGB value is (201,20,255). Sum of RGB (Red+Green+Blue) = 201+20+255=476 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.23% from 476); Green value is 20 (8.20% from 255 or 4.20% from 476); Blue value is 255 (100% from 255 or 53.57% from 476); Max value from RGB is 255 - color contains mainly: blue. Hex color #C914FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C914FF is #36EB00. Grayscale: #646464. Windows color (decimal): -3599105 or 16717001. OLE color: 16717001.
HSL color Cylindrical-coordinate representation of color #C914FF: hue angle of 286.21º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C914FF is Cyan = 0.21, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 201 | 20 | 255 | - |
| CMYK | 0.21 | 0.92 | 0 | 0 |
| HSL | 286.21º | 1% | 0.54% | - |
| HSV(B) | 286.21º | 0.92% | 1% | - |
| XYZ | 42.39 | 20.14 | 96.26 | - |
| YUV | 100.91 | 214.97 | 199.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 20 | 255 | 0.21 | 0.92 | 0 | 0 | 286.21 | 1 | 0.54 |
| Hex | C9 | 14 | FF | 15 | 5C | 0 | 0 | 11E | 64 | 36 |
| Octal | 311 | 24 | 377 | 25 | 134 | 0 | 0 | 436 | 144 | 66 |
| Binary | 11001001 | 10100 | 11111111 | 10101 | 1011100 | 0 | 0 | 100011110 | 1100100 | 110110 |
Color Harmonies of #C914FF
Complementary color
Monochromatic Colors of #C914FF
Black with #C914FF
Text Example
Text Example
White with #C914FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C914FF; }
p { color: rgb(201,20,255); }
H1.HeaderClassName
{
color: #C914FF;
}
.AnyTagClassName
{
color: #C914FF;
}
</style>
background-color css
<style>
a { background-color: #C914FF; }
a { background-color: rgb(201,20,255); }
div.DivClassName
{
background-color: #C914FF;
}
.BgClassName
{
background-color: #C914FF;
}
</style>
border-color css
<style>
span { border-color: #C914FF; }
span { border-color: rgb(201,20,255); }
td.TdClassName
{
border-color: #C914FF;
}
.TagClassName
{
border-color: #C914FF;
}
</style>