Shades of Electric Purple #C109F8
Tints of Electric Purple #C109F8
RGB
CMYK
RGB Variations
Color information
#C109F8 (or 0xC109F8) is known color: Electric Purple. HEX triplet: C1, 09 and F8. RGB value is (193,9,248). Sum of RGB (Red+Green+Blue) = 193+9+248=450 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.89% from 450); Green value is 9 (3.91% from 255 or 2% from 450); Blue value is 248 (97.27% from 255 or 55.11% from 450); Max value from RGB is 248 - color contains mainly: blue. Hex color #C109F8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C109F8 is #3EF607. Grayscale: #5A5A5A. Windows color (decimal): -4126216 or 16255425. OLE color: 16255425.
HSL color Cylindrical-coordinate representation of color #C109F8: hue angle of 286.19º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C109F8 is Cyan = 0.22, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 193 | 9 | 248 | - |
| CMYK | 0.22 | 0.96 | 0 | 0.03 |
| HSL | 286.19º | 0.94% | 0.5% | - |
| HSV(B) | 286.19º | 0.96% | 0.97% | - |
| XYZ | 39.03 | 18.31 | 90.28 | - |
| YUV | 91.26 | 216.46 | 200.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 9 | 248 | 0.22 | 0.96 | 0 | 0.03 | 286.19 | 0.94 | 0.5 |
| Hex | C1 | 9 | F8 | 16 | 60 | 0 | 3 | 11E | 5E | 32 |
| Octal | 301 | 11 | 370 | 26 | 140 | 0 | 3 | 436 | 136 | 62 |
| Binary | 11000001 | 1001 | 11111000 | 10110 | 1100000 | 0 | 11 | 100011110 | 1011110 | 110010 |
Color Harmonies of #C109F8
Complementary color
Monochromatic Colors of #C109F8
Black with #C109F8
Text Example
Text Example
White with #C109F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C109F8; }
p { color: rgb(193,9,248); }
H1.HeaderClassName
{
color: #C109F8;
}
.AnyTagClassName
{
color: #C109F8;
}
</style>
background-color css
<style>
a { background-color: #C109F8; }
a { background-color: rgb(193,9,248); }
div.DivClassName
{
background-color: #C109F8;
}
.BgClassName
{
background-color: #C109F8;
}
</style>
border-color css
<style>
span { border-color: #C109F8; }
span { border-color: rgb(193,9,248); }
td.TdClassName
{
border-color: #C109F8;
}
.TagClassName
{
border-color: #C109F8;
}
</style>