Shades of Electric Purple #C109FF
Tints of Electric Purple #C109FF
RGB
CMYK
RGB Variations
Color information
#C109FF (or 0xC109FF) is known color: Electric Purple. HEX triplet: C1, 09 and FF. RGB value is (193,9,255). Sum of RGB (Red+Green+Blue) = 193+9+255=457 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.23% from 457); Green value is 9 (3.91% from 255 or 1.97% from 457); Blue value is 255 (100% from 255 or 55.80% from 457); Max value from RGB is 255 - color contains mainly: blue. Hex color #C109FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C109FF is #3EF600. Grayscale: #5B5B5B. Windows color (decimal): -4126209 or 16714177. OLE color: 16714177.
HSL color Cylindrical-coordinate representation of color #C109FF: hue angle of 284.88º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C109FF is Cyan = 0.24, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 193 | 9 | 255 | - |
| CMYK | 0.24 | 0.96 | 0 | 0 |
| HSL | 284.88º | 1% | 0.52% | - |
| HSV(B) | 284.88º | 0.96% | 1% | - |
| XYZ | 40.14 | 18.75 | 96.11 | - |
| YUV | 92.06 | 219.96 | 200 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 9 | 255 | 0.24 | 0.96 | 0 | 0 | 284.88 | 1 | 0.52 |
| Hex | C1 | 9 | FF | 18 | 60 | 0 | 0 | 11D | 64 | 34 |
| Octal | 301 | 11 | 377 | 30 | 140 | 0 | 0 | 435 | 144 | 64 |
| Binary | 11000001 | 1001 | 11111111 | 11000 | 1100000 | 0 | 0 | 100011101 | 1100100 | 110100 |
Color Harmonies of #C109FF
Complementary color
Monochromatic Colors of #C109FF
Black with #C109FF
Text Example
Text Example
White with #C109FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C109FF; }
p { color: rgb(193,9,255); }
H1.HeaderClassName
{
color: #C109FF;
}
.AnyTagClassName
{
color: #C109FF;
}
</style>
background-color css
<style>
a { background-color: #C109FF; }
a { background-color: rgb(193,9,255); }
div.DivClassName
{
background-color: #C109FF;
}
.BgClassName
{
background-color: #C109FF;
}
</style>
border-color css
<style>
span { border-color: #C109FF; }
span { border-color: rgb(193,9,255); }
td.TdClassName
{
border-color: #C109FF;
}
.TagClassName
{
border-color: #C109FF;
}
</style>