Shades of Electric Purple #C109FC
Tints of Electric Purple #C109FC
RGB
CMYK
RGB Variations
Color information
#C109FC (or 0xC109FC) is known color: Electric Purple. HEX triplet: C1, 09 and FC. RGB value is (193,9,252). Sum of RGB (Red+Green+Blue) = 193+9+252=454 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.51% from 454); Green value is 9 (3.91% from 255 or 1.98% from 454); Blue value is 252 (98.83% from 255 or 55.51% from 454); Max value from RGB is 252 - color contains mainly: blue. Hex color #C109FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C109FC is #3EF603. Grayscale: #5A5A5A. Windows color (decimal): -4126212 or 16517569. OLE color: 16517569.
HSL color Cylindrical-coordinate representation of color #C109FC: hue angle of 285.43º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C109FC is Cyan = 0.23, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 9 | 252 | - |
| CMYK | 0.23 | 0.96 | 0 | 0.01 |
| HSL | 285.43º | 0.98% | 0.51% | - |
| HSV(B) | 285.43º | 0.96% | 0.99% | - |
| XYZ | 39.66 | 18.56 | 93.59 | - |
| YUV | 91.72 | 218.46 | 200.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 9 | 252 | 0.23 | 0.96 | 0 | 0.01 | 285.43 | 0.98 | 0.51 |
| Hex | C1 | 9 | FC | 17 | 60 | 0 | 1 | 11D | 62 | 33 |
| Octal | 301 | 11 | 374 | 27 | 140 | 0 | 1 | 435 | 142 | 63 |
| Binary | 11000001 | 1001 | 11111100 | 10111 | 1100000 | 0 | 1 | 100011101 | 1100010 | 110011 |
Color Harmonies of #C109FC
Complementary color
Monochromatic Colors of #C109FC
Black with #C109FC
Text Example
Text Example
White with #C109FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C109FC; }
p { color: rgb(193,9,252); }
H1.HeaderClassName
{
color: #C109FC;
}
.AnyTagClassName
{
color: #C109FC;
}
</style>
background-color css
<style>
a { background-color: #C109FC; }
a { background-color: rgb(193,9,252); }
div.DivClassName
{
background-color: #C109FC;
}
.BgClassName
{
background-color: #C109FC;
}
</style>
border-color css
<style>
span { border-color: #C109FC; }
span { border-color: rgb(193,9,252); }
td.TdClassName
{
border-color: #C109FC;
}
.TagClassName
{
border-color: #C109FC;
}
</style>