Shades of Electric Purple #C105E5
Tints of Electric Purple #C105E5
RGB
CMYK
RGB Variations
Color information
#C105E5 (or 0xC105E5) is known color: Electric Purple. HEX triplet: C1, 05 and E5. RGB value is (193,5,229). Sum of RGB (Red+Green+Blue) = 193+5+229=427 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.20% from 427); Green value is 5 (2.34% from 255 or 1.17% from 427); Blue value is 229 (89.84% from 255 or 53.63% from 427); Max value from RGB is 229 - color contains mainly: blue. Hex color #C105E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C105E5 is #3EFA1A. Grayscale: #565656. Windows color (decimal): -4127259 or 15009217. OLE color: 15009217.
HSL color Cylindrical-coordinate representation of color #C105E5: hue angle of 290.36º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C105E5 is Cyan = 0.16, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 193 | 5 | 229 | - |
| CMYK | 0.16 | 0.98 | 0 | 0.10 |
| HSL | 290.36º | 0.96% | 0.46% | - |
| HSV(B) | 290.36º | 0.98% | 0.9% | - |
| XYZ | 36.19 | 17.1 | 75.52 | - |
| YUV | 86.75 | 208.28 | 203.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 5 | 229 | 0.16 | 0.98 | 0 | 0.10 | 290.36 | 0.96 | 0.46 |
| Hex | C1 | 5 | E5 | 10 | 62 | 0 | A | 122 | 60 | 2E |
| Octal | 301 | 5 | 345 | 20 | 142 | 0 | 12 | 442 | 140 | 56 |
| Binary | 11000001 | 101 | 11100101 | 10000 | 1100010 | 0 | 1010 | 100100010 | 1100000 | 101110 |
Color Harmonies of #C105E5
Complementary color
Monochromatic Colors of #C105E5
Black with #C105E5
Text Example
Text Example
White with #C105E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C105E5; }
p { color: rgb(193,5,229); }
H1.HeaderClassName
{
color: #C105E5;
}
.AnyTagClassName
{
color: #C105E5;
}
</style>
background-color css
<style>
a { background-color: #C105E5; }
a { background-color: rgb(193,5,229); }
div.DivClassName
{
background-color: #C105E5;
}
.BgClassName
{
background-color: #C105E5;
}
</style>
border-color css
<style>
span { border-color: #C105E5; }
span { border-color: rgb(193,5,229); }
td.TdClassName
{
border-color: #C105E5;
}
.TagClassName
{
border-color: #C105E5;
}
</style>