Shades of Electric Purple #C911FE
Tints of Electric Purple #C911FE
RGB
CMYK
RGB Variations
Color information
#C911FE (or 0xC911FE) is known color: Electric Purple. HEX triplet: C9, 11 and FE. RGB value is (201,17,254). Sum of RGB (Red+Green+Blue) = 201+17+254=472 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.58% from 472); Green value is 17 (7.03% from 255 or 3.60% from 472); Blue value is 254 (99.61% from 255 or 53.81% from 472); Max value from RGB is 254 - color contains mainly: blue. Hex color #C911FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C911FE is #36EE01. Grayscale: #626262. Windows color (decimal): -3599874 or 16650697. OLE color: 16650697.
HSL color Cylindrical-coordinate representation of color #C911FE: hue angle of 286.58º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C911FE is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 201 | 17 | 254 | - |
| CMYK | 0.21 | 0.93 | 0 | 0.00 |
| HSL | 286.58º | 0.99% | 0.53% | - |
| HSV(B) | 286.58º | 0.93% | 1% | - |
| XYZ | 42.18 | 19.97 | 95.4 | - |
| YUV | 99.03 | 215.46 | 200.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 17 | 254 | 0.21 | 0.93 | 0 | 0.00 | 286.58 | 0.99 | 0.53 |
| Hex | C9 | 11 | FE | 15 | 5D | 0 | 0 | 11F | 63 | 35 |
| Octal | 311 | 21 | 376 | 25 | 135 | 0 | 0 | 437 | 143 | 65 |
| Binary | 11001001 | 10001 | 11111110 | 10101 | 1011101 | 0 | 0 | 100011111 | 1100011 | 110101 |
Color Harmonies of #C911FE
Complementary color
Monochromatic Colors of #C911FE
Black with #C911FE
Text Example
Text Example
White with #C911FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C911FE; }
p { color: rgb(201,17,254); }
H1.HeaderClassName
{
color: #C911FE;
}
.AnyTagClassName
{
color: #C911FE;
}
</style>
background-color css
<style>
a { background-color: #C911FE; }
a { background-color: rgb(201,17,254); }
div.DivClassName
{
background-color: #C911FE;
}
.BgClassName
{
background-color: #C911FE;
}
</style>
border-color css
<style>
span { border-color: #C911FE; }
span { border-color: rgb(201,17,254); }
td.TdClassName
{
border-color: #C911FE;
}
.TagClassName
{
border-color: #C911FE;
}
</style>