Shades of Electric Purple #C10AEC
Tints of Electric Purple #C10AEC
RGB
CMYK
RGB Variations
Color information
#C10AEC (or 0xC10AEC) is known color: Electric Purple. HEX triplet: C1, 0A and EC. RGB value is (193,10,236). Sum of RGB (Red+Green+Blue) = 193+10+236=439 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.96% from 439); Green value is 10 (4.30% from 255 or 2.28% from 439); Blue value is 236 (92.58% from 255 or 53.76% from 439); Max value from RGB is 236 - color contains mainly: blue. Hex color #C10AEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C10AEC is #3EF513. Grayscale: #595959. Windows color (decimal): -4125972 or 15469249. OLE color: 15469249.
HSL color Cylindrical-coordinate representation of color #C10AEC: hue angle of 288.58º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C10AEC is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 10 | 236 | - |
| CMYK | 0.18 | 0.96 | 0 | 0.07 |
| HSL | 288.58º | 0.92% | 0.48% | - |
| HSV(B) | 288.58º | 0.96% | 0.93% | - |
| XYZ | 37.24 | 17.61 | 80.79 | - |
| YUV | 90.48 | 210.13 | 201.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 10 | 236 | 0.18 | 0.96 | 0 | 0.07 | 288.58 | 0.92 | 0.48 |
| Hex | C1 | A | EC | 12 | 60 | 0 | 7 | 121 | 5C | 30 |
| Octal | 301 | 12 | 354 | 22 | 140 | 0 | 7 | 441 | 134 | 60 |
| Binary | 11000001 | 1010 | 11101100 | 10010 | 1100000 | 0 | 111 | 100100001 | 1011100 | 110000 |
Color Harmonies of #C10AEC
Complementary color
Monochromatic Colors of #C10AEC
Black with #C10AEC
Text Example
Text Example
White with #C10AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10AEC; }
p { color: rgb(193,10,236); }
H1.HeaderClassName
{
color: #C10AEC;
}
.AnyTagClassName
{
color: #C10AEC;
}
</style>
background-color css
<style>
a { background-color: #C10AEC; }
a { background-color: rgb(193,10,236); }
div.DivClassName
{
background-color: #C10AEC;
}
.BgClassName
{
background-color: #C10AEC;
}
</style>
border-color css
<style>
span { border-color: #C10AEC; }
span { border-color: rgb(193,10,236); }
td.TdClassName
{
border-color: #C10AEC;
}
.TagClassName
{
border-color: #C10AEC;
}
</style>