Shades of Electric Purple #C10AEE
Tints of Electric Purple #C10AEE
RGB
CMYK
RGB Variations
Color information
#C10AEE (or 0xC10AEE) is known color: Electric Purple. HEX triplet: C1, 0A and EE. RGB value is (193,10,238). Sum of RGB (Red+Green+Blue) = 193+10+238=441 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.76% from 441); Green value is 10 (4.30% from 255 or 2.27% from 441); Blue value is 238 (93.36% from 255 or 53.97% from 441); Max value from RGB is 238 - color contains mainly: blue. Hex color #C10AEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C10AEE is #3EF511. Grayscale: #595959. Windows color (decimal): -4125970 or 15600321. OLE color: 15600321.
HSL color Cylindrical-coordinate representation of color #C10AEE: hue angle of 288.16º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C10AEE is Cyan = 0.19, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 10 | 238 | - |
| CMYK | 0.19 | 0.96 | 0 | 0.07 |
| HSL | 288.16º | 0.92% | 0.49% | - |
| HSV(B) | 288.16º | 0.96% | 0.93% | - |
| XYZ | 37.53 | 17.73 | 82.33 | - |
| YUV | 90.71 | 211.13 | 200.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 10 | 238 | 0.19 | 0.96 | 0 | 0.07 | 288.16 | 0.92 | 0.49 |
| Hex | C1 | A | EE | 13 | 60 | 0 | 7 | 120 | 5C | 31 |
| Octal | 301 | 12 | 356 | 23 | 140 | 0 | 7 | 440 | 134 | 61 |
| Binary | 11000001 | 1010 | 11101110 | 10011 | 1100000 | 0 | 111 | 100100000 | 1011100 | 110001 |
Color Harmonies of #C10AEE
Complementary color
Monochromatic Colors of #C10AEE
Black with #C10AEE
Text Example
Text Example
White with #C10AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10AEE; }
p { color: rgb(193,10,238); }
H1.HeaderClassName
{
color: #C10AEE;
}
.AnyTagClassName
{
color: #C10AEE;
}
</style>
background-color css
<style>
a { background-color: #C10AEE; }
a { background-color: rgb(193,10,238); }
div.DivClassName
{
background-color: #C10AEE;
}
.BgClassName
{
background-color: #C10AEE;
}
</style>
border-color css
<style>
span { border-color: #C10AEE; }
span { border-color: rgb(193,10,238); }
td.TdClassName
{
border-color: #C10AEE;
}
.TagClassName
{
border-color: #C10AEE;
}
</style>