Shades of Electric Purple #C105EF
Tints of Electric Purple #C105EF
RGB
CMYK
RGB Variations
Color information
#C105EF (or 0xC105EF) is known color: Electric Purple. HEX triplet: C1, 05 and EF. RGB value is (193,5,239). Sum of RGB (Red+Green+Blue) = 193+5+239=437 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.16% from 437); Green value is 5 (2.34% from 255 or 1.14% from 437); Blue value is 239 (93.75% from 255 or 54.69% from 437); Max value from RGB is 239 - color contains mainly: blue. Hex color #C105EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C105EF is #3EFA10. Grayscale: #575757. Windows color (decimal): -4127249 or 15664577. OLE color: 15664577.
HSL color Cylindrical-coordinate representation of color #C105EF: hue angle of 288.21º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C105EF is Cyan = 0.19, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 193 | 5 | 239 | - |
| CMYK | 0.19 | 0.98 | 0 | 0.06 |
| HSL | 288.21º | 0.96% | 0.48% | - |
| HSV(B) | 288.21º | 0.98% | 0.94% | - |
| XYZ | 37.63 | 17.68 | 83.09 | - |
| YUV | 87.89 | 213.28 | 202.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 5 | 239 | 0.19 | 0.98 | 0 | 0.06 | 288.21 | 0.96 | 0.48 |
| Hex | C1 | 5 | EF | 13 | 62 | 0 | 6 | 120 | 60 | 30 |
| Octal | 301 | 5 | 357 | 23 | 142 | 0 | 6 | 440 | 140 | 60 |
| Binary | 11000001 | 101 | 11101111 | 10011 | 1100010 | 0 | 110 | 100100000 | 1100000 | 110000 |
Color Harmonies of #C105EF
Complementary color
Monochromatic Colors of #C105EF
Black with #C105EF
Text Example
Text Example
White with #C105EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C105EF; }
p { color: rgb(193,5,239); }
H1.HeaderClassName
{
color: #C105EF;
}
.AnyTagClassName
{
color: #C105EF;
}
</style>
background-color css
<style>
a { background-color: #C105EF; }
a { background-color: rgb(193,5,239); }
div.DivClassName
{
background-color: #C105EF;
}
.BgClassName
{
background-color: #C105EF;
}
</style>
border-color css
<style>
span { border-color: #C105EF; }
span { border-color: rgb(193,5,239); }
td.TdClassName
{
border-color: #C105EF;
}
.TagClassName
{
border-color: #C105EF;
}
</style>