Shades of Electric Purple #C916F9
Tints of Electric Purple #C916F9
RGB
CMYK
RGB Variations
Color information
#C916F9 (or 0xC916F9) is known color: Electric Purple. HEX triplet: C9, 16 and F9. RGB value is (201,22,249). Sum of RGB (Red+Green+Blue) = 201+22+249=472 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.58% from 472); Green value is 22 (8.98% from 255 or 4.66% from 472); Blue value is 249 (97.66% from 255 or 52.75% from 472); Max value from RGB is 249 - color contains mainly: blue. Hex color #C916F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C916F9 is #36E906. Grayscale: #646464. Windows color (decimal): -3598599 or 16324297. OLE color: 16324297.
HSL color Cylindrical-coordinate representation of color #C916F9: hue angle of 287.31º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C916F9 is Cyan = 0.19, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 22 | 249 | - |
| CMYK | 0.19 | 0.91 | 0 | 0.02 |
| HSL | 287.31º | 0.95% | 0.53% | - |
| HSV(B) | 287.31º | 0.91% | 0.98% | - |
| XYZ | 41.47 | 19.83 | 91.26 | - |
| YUV | 101.4 | 211.3 | 199.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 22 | 249 | 0.19 | 0.91 | 0 | 0.02 | 287.31 | 0.95 | 0.53 |
| Hex | C9 | 16 | F9 | 13 | 5B | 0 | 2 | 11F | 5F | 35 |
| Octal | 311 | 26 | 371 | 23 | 133 | 0 | 2 | 437 | 137 | 65 |
| Binary | 11001001 | 10110 | 11111001 | 10011 | 1011011 | 0 | 10 | 100011111 | 1011111 | 110101 |
Color Harmonies of #C916F9
Complementary color
Monochromatic Colors of #C916F9
Black with #C916F9
Text Example
Text Example
White with #C916F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C916F9; }
p { color: rgb(201,22,249); }
H1.HeaderClassName
{
color: #C916F9;
}
.AnyTagClassName
{
color: #C916F9;
}
</style>
background-color css
<style>
a { background-color: #C916F9; }
a { background-color: rgb(201,22,249); }
div.DivClassName
{
background-color: #C916F9;
}
.BgClassName
{
background-color: #C916F9;
}
</style>
border-color css
<style>
span { border-color: #C916F9; }
span { border-color: rgb(201,22,249); }
td.TdClassName
{
border-color: #C916F9;
}
.TagClassName
{
border-color: #C916F9;
}
</style>