Shades of Electric Purple #C105E4
Tints of Electric Purple #C105E4
RGB
CMYK
RGB Variations
Color information
#C105E4 (or 0xC105E4) is known color: Electric Purple. HEX triplet: C1, 05 and E4. RGB value is (193,5,228). Sum of RGB (Red+Green+Blue) = 193+5+228=426 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.31% from 426); Green value is 5 (2.34% from 255 or 1.17% from 426); Blue value is 228 (89.45% from 255 or 53.52% from 426); Max value from RGB is 228 - color contains mainly: blue. Hex color #C105E4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C105E4 is #3EFA1B. Grayscale: #555555. Windows color (decimal): -4127260 or 14943681. OLE color: 14943681.
HSL color Cylindrical-coordinate representation of color #C105E4: hue angle of 290.58º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C105E4 is Cyan = 0.15, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 193 | 5 | 228 | - |
| CMYK | 0.15 | 0.98 | 0 | 0.11 |
| HSL | 290.58º | 0.96% | 0.46% | - |
| HSV(B) | 290.58º | 0.98% | 0.89% | - |
| XYZ | 36.05 | 17.05 | 74.79 | - |
| YUV | 86.63 | 207.78 | 203.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 5 | 228 | 0.15 | 0.98 | 0 | 0.11 | 290.58 | 0.96 | 0.46 |
| Hex | C1 | 5 | E4 | F | 62 | 0 | B | 123 | 60 | 2E |
| Octal | 301 | 5 | 344 | 17 | 142 | 0 | 13 | 443 | 140 | 56 |
| Binary | 11000001 | 101 | 11100100 | 1111 | 1100010 | 0 | 1011 | 100100011 | 1100000 | 101110 |
Color Harmonies of #C105E4
Complementary color
Monochromatic Colors of #C105E4
Black with #C105E4
Text Example
Text Example
White with #C105E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C105E4; }
p { color: rgb(193,5,228); }
H1.HeaderClassName
{
color: #C105E4;
}
.AnyTagClassName
{
color: #C105E4;
}
</style>
background-color css
<style>
a { background-color: #C105E4; }
a { background-color: rgb(193,5,228); }
div.DivClassName
{
background-color: #C105E4;
}
.BgClassName
{
background-color: #C105E4;
}
</style>
border-color css
<style>
span { border-color: #C105E4; }
span { border-color: rgb(193,5,228); }
td.TdClassName
{
border-color: #C105E4;
}
.TagClassName
{
border-color: #C105E4;
}
</style>