Shades of Electric Purple #C911F0
Tints of Electric Purple #C911F0
RGB
CMYK
RGB Variations
Color information
#C911F0 (or 0xC911F0) is known color: Electric Purple. HEX triplet: C9, 11 and F0. RGB value is (201,17,240). Sum of RGB (Red+Green+Blue) = 201+17+240=458 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.89% from 458); Green value is 17 (7.03% from 255 or 3.71% from 458); Blue value is 240 (94.14% from 255 or 52.40% from 458); Max value from RGB is 240 - color contains mainly: blue. Hex color #C911F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C911F0 is #36EE0F. Grayscale: #606060. Windows color (decimal): -3599888 or 15733193. OLE color: 15733193.
HSL color Cylindrical-coordinate representation of color #C911F0: hue angle of 289.51º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C911F0 is Cyan = 0.16, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 201 | 17 | 240 | - |
| CMYK | 0.16 | 0.93 | 0 | 0.06 |
| HSL | 289.51º | 0.88% | 0.5% | - |
| HSV(B) | 289.51º | 0.93% | 0.94% | - |
| XYZ | 40.02 | 19.11 | 84.02 | - |
| YUV | 97.44 | 208.46 | 201.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 17 | 240 | 0.16 | 0.93 | 0 | 0.06 | 289.51 | 0.88 | 0.5 |
| Hex | C9 | 11 | F0 | 10 | 5D | 0 | 6 | 122 | 58 | 32 |
| Octal | 311 | 21 | 360 | 20 | 135 | 0 | 6 | 442 | 130 | 62 |
| Binary | 11001001 | 10001 | 11110000 | 10000 | 1011101 | 0 | 110 | 100100010 | 1011000 | 110010 |
Color Harmonies of #C911F0
Complementary color
Monochromatic Colors of #C911F0
Black with #C911F0
Text Example
Text Example
White with #C911F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C911F0; }
p { color: rgb(201,17,240); }
H1.HeaderClassName
{
color: #C911F0;
}
.AnyTagClassName
{
color: #C911F0;
}
</style>
background-color css
<style>
a { background-color: #C911F0; }
a { background-color: rgb(201,17,240); }
div.DivClassName
{
background-color: #C911F0;
}
.BgClassName
{
background-color: #C911F0;
}
</style>
border-color css
<style>
span { border-color: #C911F0; }
span { border-color: rgb(201,17,240); }
td.TdClassName
{
border-color: #C911F0;
}
.TagClassName
{
border-color: #C911F0;
}
</style>