Shades of Electric Purple #C10AFA
Tints of Electric Purple #C10AFA
RGB
CMYK
RGB Variations
Color information
#C10AFA (or 0xC10AFA) is known color: Electric Purple. HEX triplet: C1, 0A and FA. RGB value is (193,10,250). Sum of RGB (Red+Green+Blue) = 193+10+250=453 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.60% from 453); Green value is 10 (4.30% from 255 or 2.21% from 453); Blue value is 250 (98.05% from 255 or 55.19% from 453); Max value from RGB is 250 - color contains mainly: blue. Hex color #C10AFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C10AFA is #3EF505. Grayscale: #5B5B5B. Windows color (decimal): -4125958 or 16386753. OLE color: 16386753.
HSL color Cylindrical-coordinate representation of color #C10AFA: hue angle of 285.75º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C10AFA is Cyan = 0.23, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 10 | 250 | - |
| CMYK | 0.23 | 0.96 | 0 | 0.02 |
| HSL | 285.75º | 0.96% | 0.51% | - |
| HSV(B) | 285.75º | 0.96% | 0.98% | - |
| XYZ | 39.36 | 18.46 | 91.93 | - |
| YUV | 92.08 | 217.13 | 199.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 10 | 250 | 0.23 | 0.96 | 0 | 0.02 | 285.75 | 0.96 | 0.51 |
| Hex | C1 | A | FA | 17 | 60 | 0 | 2 | 11E | 60 | 33 |
| Octal | 301 | 12 | 372 | 27 | 140 | 0 | 2 | 436 | 140 | 63 |
| Binary | 11000001 | 1010 | 11111010 | 10111 | 1100000 | 0 | 10 | 100011110 | 1100000 | 110011 |
Color Harmonies of #C10AFA
Complementary color
Monochromatic Colors of #C10AFA
Black with #C10AFA
Text Example
Text Example
White with #C10AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10AFA; }
p { color: rgb(193,10,250); }
H1.HeaderClassName
{
color: #C10AFA;
}
.AnyTagClassName
{
color: #C10AFA;
}
</style>
background-color css
<style>
a { background-color: #C10AFA; }
a { background-color: rgb(193,10,250); }
div.DivClassName
{
background-color: #C10AFA;
}
.BgClassName
{
background-color: #C10AFA;
}
</style>
border-color css
<style>
span { border-color: #C10AFA; }
span { border-color: rgb(193,10,250); }
td.TdClassName
{
border-color: #C10AFA;
}
.TagClassName
{
border-color: #C10AFA;
}
</style>