Shades of Electric Purple #C10CFA
Tints of Electric Purple #C10CFA
RGB
CMYK
RGB Variations
Color information
#C10CFA (or 0xC10CFA) is known color: Electric Purple. HEX triplet: C1, 0C and FA. RGB value is (193,12,250). Sum of RGB (Red+Green+Blue) = 193+12+250=455 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.42% from 455); Green value is 12 (5.08% from 255 or 2.64% from 455); Blue value is 250 (98.05% from 255 or 54.95% from 455); Max value from RGB is 250 - color contains mainly: blue. Hex color #C10CFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C10CFA is #3EF305. Grayscale: #5C5C5C. Windows color (decimal): -4125446 or 16387265. OLE color: 16387265.
HSL color Cylindrical-coordinate representation of color #C10CFA: hue angle of 285.63º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C10CFA is Cyan = 0.23, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 12 | 250 | - |
| CMYK | 0.23 | 0.95 | 0 | 0.02 |
| HSL | 285.63º | 0.96% | 0.51% | - |
| HSV(B) | 285.63º | 0.95% | 0.98% | - |
| XYZ | 39.38 | 18.5 | 91.94 | - |
| YUV | 93.25 | 216.47 | 199.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 12 | 250 | 0.23 | 0.95 | 0 | 0.02 | 285.63 | 0.96 | 0.51 |
| Hex | C1 | C | FA | 17 | 5F | 0 | 2 | 11E | 60 | 33 |
| Octal | 301 | 14 | 372 | 27 | 137 | 0 | 2 | 436 | 140 | 63 |
| Binary | 11000001 | 1100 | 11111010 | 10111 | 1011111 | 0 | 10 | 100011110 | 1100000 | 110011 |
Color Harmonies of #C10CFA
Complementary color
Monochromatic Colors of #C10CFA
Black with #C10CFA
Text Example
Text Example
White with #C10CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10CFA; }
p { color: rgb(193,12,250); }
H1.HeaderClassName
{
color: #C10CFA;
}
.AnyTagClassName
{
color: #C10CFA;
}
</style>
background-color css
<style>
a { background-color: #C10CFA; }
a { background-color: rgb(193,12,250); }
div.DivClassName
{
background-color: #C10CFA;
}
.BgClassName
{
background-color: #C10CFA;
}
</style>
border-color css
<style>
span { border-color: #C10CFA; }
span { border-color: rgb(193,12,250); }
td.TdClassName
{
border-color: #C10CFA;
}
.TagClassName
{
border-color: #C10CFA;
}
</style>