Shades of Electric Purple #C916F0
Tints of Electric Purple #C916F0
RGB
CMYK
RGB Variations
Color information
#C916F0 (or 0xC916F0) is known color: Electric Purple. HEX triplet: C9, 16 and F0. RGB value is (201,22,240). Sum of RGB (Red+Green+Blue) = 201+22+240=463 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.41% from 463); Green value is 22 (8.98% from 255 or 4.75% from 463); Blue value is 240 (94.14% from 255 or 51.84% from 463); Max value from RGB is 240 - color contains mainly: blue. Hex color #C916F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C916F0 is #36E90F. Grayscale: #636363. Windows color (decimal): -3598608 or 15734473. OLE color: 15734473.
HSL color Cylindrical-coordinate representation of color #C916F0: hue angle of 289.27º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C916F0 is Cyan = 0.16, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 201 | 22 | 240 | - |
| CMYK | 0.16 | 0.91 | 0 | 0.06 |
| HSL | 289.27º | 0.88% | 0.51% | - |
| HSV(B) | 289.27º | 0.91% | 0.94% | - |
| XYZ | 40.1 | 19.28 | 84.05 | - |
| YUV | 100.37 | 206.8 | 199.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 22 | 240 | 0.16 | 0.91 | 0 | 0.06 | 289.27 | 0.88 | 0.51 |
| Hex | C9 | 16 | F0 | 10 | 5B | 0 | 6 | 121 | 58 | 33 |
| Octal | 311 | 26 | 360 | 20 | 133 | 0 | 6 | 441 | 130 | 63 |
| Binary | 11001001 | 10110 | 11110000 | 10000 | 1011011 | 0 | 110 | 100100001 | 1011000 | 110011 |
Color Harmonies of #C916F0
Complementary color
Monochromatic Colors of #C916F0
Black with #C916F0
Text Example
Text Example
White with #C916F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C916F0; }
p { color: rgb(201,22,240); }
H1.HeaderClassName
{
color: #C916F0;
}
.AnyTagClassName
{
color: #C916F0;
}
</style>
background-color css
<style>
a { background-color: #C916F0; }
a { background-color: rgb(201,22,240); }
div.DivClassName
{
background-color: #C916F0;
}
.BgClassName
{
background-color: #C916F0;
}
</style>
border-color css
<style>
span { border-color: #C916F0; }
span { border-color: rgb(201,22,240); }
td.TdClassName
{
border-color: #C916F0;
}
.TagClassName
{
border-color: #C916F0;
}
</style>