Shades of Electric Purple #C10AFE
Tints of Electric Purple #C10AFE
RGB
CMYK
RGB Variations
Color information
#C10AFE (or 0xC10AFE) is known color: Electric Purple. HEX triplet: C1, 0A and FE. RGB value is (193,10,254). Sum of RGB (Red+Green+Blue) = 193+10+254=457 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.23% from 457); Green value is 10 (4.30% from 255 or 2.19% from 457); Blue value is 254 (99.61% from 255 or 55.58% from 457); Max value from RGB is 254 - color contains mainly: blue. Hex color #C10AFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C10AFE is #3EF501. Grayscale: #5B5B5B. Windows color (decimal): -4125954 or 16648897. OLE color: 16648897.
HSL color Cylindrical-coordinate representation of color #C10AFE: hue angle of 285º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C10AFE is Cyan = 0.24, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 193 | 10 | 254 | - |
| CMYK | 0.24 | 0.96 | 0 | 0.00 |
| HSL | 285º | 0.99% | 0.52% | - |
| HSV(B) | 285º | 0.96% | 1% | - |
| XYZ | 39.99 | 18.71 | 95.27 | - |
| YUV | 92.53 | 219.13 | 199.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 10 | 254 | 0.24 | 0.96 | 0 | 0.00 | 285 | 0.99 | 0.52 |
| Hex | C1 | A | FE | 18 | 60 | 0 | 0 | 11D | 63 | 34 |
| Octal | 301 | 12 | 376 | 30 | 140 | 0 | 0 | 435 | 143 | 64 |
| Binary | 11000001 | 1010 | 11111110 | 11000 | 1100000 | 0 | 0 | 100011101 | 1100011 | 110100 |
Color Harmonies of #C10AFE
Complementary color
Monochromatic Colors of #C10AFE
Black with #C10AFE
Text Example
Text Example
White with #C10AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10AFE; }
p { color: rgb(193,10,254); }
H1.HeaderClassName
{
color: #C10AFE;
}
.AnyTagClassName
{
color: #C10AFE;
}
</style>
background-color css
<style>
a { background-color: #C10AFE; }
a { background-color: rgb(193,10,254); }
div.DivClassName
{
background-color: #C10AFE;
}
.BgClassName
{
background-color: #C10AFE;
}
</style>
border-color css
<style>
span { border-color: #C10AFE; }
span { border-color: rgb(193,10,254); }
td.TdClassName
{
border-color: #C10AFE;
}
.TagClassName
{
border-color: #C10AFE;
}
</style>