Shades of Electric Purple #C10AEF
Tints of Electric Purple #C10AEF
RGB
CMYK
RGB Variations
Color information
#C10AEF (or 0xC10AEF) is known color: Electric Purple. HEX triplet: C1, 0A and EF. RGB value is (193,10,239). Sum of RGB (Red+Green+Blue) = 193+10+239=442 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.67% from 442); Green value is 10 (4.30% from 255 or 2.26% from 442); Blue value is 239 (93.75% from 255 or 54.07% from 442); Max value from RGB is 239 - color contains mainly: blue. Hex color #C10AEF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C10AEF is #3EF510. Grayscale: #5A5A5A. Windows color (decimal): -4125969 or 15665857. OLE color: 15665857.
HSL color Cylindrical-coordinate representation of color #C10AEF: hue angle of 287.95º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C10AEF is Cyan = 0.19, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 193 | 10 | 239 | - |
| CMYK | 0.19 | 0.96 | 0 | 0.06 |
| HSL | 287.95º | 0.92% | 0.49% | - |
| HSV(B) | 287.95º | 0.96% | 0.94% | - |
| XYZ | 37.68 | 17.79 | 83.11 | - |
| YUV | 90.82 | 211.63 | 200.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 10 | 239 | 0.19 | 0.96 | 0 | 0.06 | 287.95 | 0.92 | 0.49 |
| Hex | C1 | A | EF | 13 | 60 | 0 | 6 | 120 | 5C | 31 |
| Octal | 301 | 12 | 357 | 23 | 140 | 0 | 6 | 440 | 134 | 61 |
| Binary | 11000001 | 1010 | 11101111 | 10011 | 1100000 | 0 | 110 | 100100000 | 1011100 | 110001 |
Color Harmonies of #C10AEF
Complementary color
Monochromatic Colors of #C10AEF
Black with #C10AEF
Text Example
Text Example
White with #C10AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10AEF; }
p { color: rgb(193,10,239); }
H1.HeaderClassName
{
color: #C10AEF;
}
.AnyTagClassName
{
color: #C10AEF;
}
</style>
background-color css
<style>
a { background-color: #C10AEF; }
a { background-color: rgb(193,10,239); }
div.DivClassName
{
background-color: #C10AEF;
}
.BgClassName
{
background-color: #C10AEF;
}
</style>
border-color css
<style>
span { border-color: #C10AEF; }
span { border-color: rgb(193,10,239); }
td.TdClassName
{
border-color: #C10AEF;
}
.TagClassName
{
border-color: #C10AEF;
}
</style>