Shades of Electric Purple #C10FFA
Tints of Electric Purple #C10FFA
RGB
CMYK
RGB Variations
Color information
#C10FFA (or 0xC10FFA) is known color: Electric Purple. HEX triplet: C1, 0F and FA. RGB value is (193,15,250). Sum of RGB (Red+Green+Blue) = 193+15+250=458 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.14% from 458); Green value is 15 (6.25% from 255 or 3.28% from 458); Blue value is 250 (98.05% from 255 or 54.59% from 458); Max value from RGB is 250 - color contains mainly: blue. Hex color #C10FFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C10FFA is #3EF005. Grayscale: #5E5E5E. Windows color (decimal): -4124678 or 16388033. OLE color: 16388033.
HSL color Cylindrical-coordinate representation of color #C10FFA: hue angle of 285.45º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C10FFA is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 15 | 250 | - |
| CMYK | 0.23 | 0.94 | 0 | 0.02 |
| HSL | 285.45º | 0.96% | 0.52% | - |
| HSV(B) | 285.45º | 0.94% | 0.98% | - |
| XYZ | 39.42 | 18.58 | 91.95 | - |
| YUV | 95.01 | 215.47 | 197.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 15 | 250 | 0.23 | 0.94 | 0 | 0.02 | 285.45 | 0.96 | 0.52 |
| Hex | C1 | F | FA | 17 | 5E | 0 | 2 | 11D | 60 | 34 |
| Octal | 301 | 17 | 372 | 27 | 136 | 0 | 2 | 435 | 140 | 64 |
| Binary | 11000001 | 1111 | 11111010 | 10111 | 1011110 | 0 | 10 | 100011101 | 1100000 | 110100 |
Color Harmonies of #C10FFA
Complementary color
Monochromatic Colors of #C10FFA
Black with #C10FFA
Text Example
Text Example
White with #C10FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10FFA; }
p { color: rgb(193,15,250); }
H1.HeaderClassName
{
color: #C10FFA;
}
.AnyTagClassName
{
color: #C10FFA;
}
</style>
background-color css
<style>
a { background-color: #C10FFA; }
a { background-color: rgb(193,15,250); }
div.DivClassName
{
background-color: #C10FFA;
}
.BgClassName
{
background-color: #C10FFA;
}
</style>
border-color css
<style>
span { border-color: #C10FFA; }
span { border-color: rgb(193,15,250); }
td.TdClassName
{
border-color: #C10FFA;
}
.TagClassName
{
border-color: #C10FFA;
}
</style>