Shades of Electric Purple #C111F9
Tints of Electric Purple #C111F9
RGB
CMYK
RGB Variations
Color information
#C111F9 (or 0xC111F9) is known color: Electric Purple. HEX triplet: C1, 11 and F9. RGB value is (193,17,249). Sum of RGB (Red+Green+Blue) = 193+17+249=459 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.05% from 459); Green value is 17 (7.03% from 255 or 3.70% from 459); Blue value is 249 (97.66% from 255 or 54.25% from 459); Max value from RGB is 249 - color contains mainly: blue. Hex color #C111F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C111F9 is #3EEE06. Grayscale: #5F5F5F. Windows color (decimal): -4124167 or 16323009. OLE color: 16323009.
HSL color Cylindrical-coordinate representation of color #C111F9: hue angle of 285.52º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C111F9 is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 17 | 249 | - |
| CMYK | 0.22 | 0.93 | 0 | 0.02 |
| HSL | 285.52º | 0.95% | 0.52% | - |
| HSV(B) | 285.52º | 0.93% | 0.98% | - |
| XYZ | 39.29 | 18.58 | 91.14 | - |
| YUV | 96.07 | 214.31 | 197.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 17 | 249 | 0.22 | 0.93 | 0 | 0.02 | 285.52 | 0.95 | 0.52 |
| Hex | C1 | 11 | F9 | 16 | 5D | 0 | 2 | 11E | 5F | 34 |
| Octal | 301 | 21 | 371 | 26 | 135 | 0 | 2 | 436 | 137 | 64 |
| Binary | 11000001 | 10001 | 11111001 | 10110 | 1011101 | 0 | 10 | 100011110 | 1011111 | 110100 |
Color Harmonies of #C111F9
Complementary color
Monochromatic Colors of #C111F9
Black with #C111F9
Text Example
Text Example
White with #C111F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C111F9; }
p { color: rgb(193,17,249); }
H1.HeaderClassName
{
color: #C111F9;
}
.AnyTagClassName
{
color: #C111F9;
}
</style>
background-color css
<style>
a { background-color: #C111F9; }
a { background-color: rgb(193,17,249); }
div.DivClassName
{
background-color: #C111F9;
}
.BgClassName
{
background-color: #C111F9;
}
</style>
border-color css
<style>
span { border-color: #C111F9; }
span { border-color: rgb(193,17,249); }
td.TdClassName
{
border-color: #C111F9;
}
.TagClassName
{
border-color: #C111F9;
}
</style>