Shades of Electric Purple #C109FE
Tints of Electric Purple #C109FE
RGB
CMYK
RGB Variations
Color information
#C109FE (or 0xC109FE) is known color: Electric Purple. HEX triplet: C1, 09 and FE. RGB value is (193,9,254). Sum of RGB (Red+Green+Blue) = 193+9+254=456 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.32% from 456); Green value is 9 (3.91% from 255 or 1.97% from 456); Blue value is 254 (99.61% from 255 or 55.70% from 456); Max value from RGB is 254 - color contains mainly: blue. Hex color #C109FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C109FE is #3EF601. Grayscale: #5B5B5B. Windows color (decimal): -4126210 or 16648641. OLE color: 16648641.
HSL color Cylindrical-coordinate representation of color #C109FE: hue angle of 285.06º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C109FE is Cyan = 0.24, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 193 | 9 | 254 | - |
| CMYK | 0.24 | 0.96 | 0 | 0.00 |
| HSL | 285.06º | 0.99% | 0.52% | - |
| HSV(B) | 285.06º | 0.96% | 1% | - |
| XYZ | 39.98 | 18.69 | 95.27 | - |
| YUV | 91.95 | 219.46 | 200.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 9 | 254 | 0.24 | 0.96 | 0 | 0.00 | 285.06 | 0.99 | 0.52 |
| Hex | C1 | 9 | FE | 18 | 60 | 0 | 0 | 11D | 63 | 34 |
| Octal | 301 | 11 | 376 | 30 | 140 | 0 | 0 | 435 | 143 | 64 |
| Binary | 11000001 | 1001 | 11111110 | 11000 | 1100000 | 0 | 0 | 100011101 | 1100011 | 110100 |
Color Harmonies of #C109FE
Complementary color
Monochromatic Colors of #C109FE
Black with #C109FE
Text Example
Text Example
White with #C109FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C109FE; }
p { color: rgb(193,9,254); }
H1.HeaderClassName
{
color: #C109FE;
}
.AnyTagClassName
{
color: #C109FE;
}
</style>
background-color css
<style>
a { background-color: #C109FE; }
a { background-color: rgb(193,9,254); }
div.DivClassName
{
background-color: #C109FE;
}
.BgClassName
{
background-color: #C109FE;
}
</style>
border-color css
<style>
span { border-color: #C109FE; }
span { border-color: rgb(193,9,254); }
td.TdClassName
{
border-color: #C109FE;
}
.TagClassName
{
border-color: #C109FE;
}
</style>