Shades of Electric Purple #C10CE9
Tints of Electric Purple #C10CE9
RGB
CMYK
RGB Variations
Color information
#C10CE9 (or 0xC10CE9) is known color: Electric Purple. HEX triplet: C1, 0C and E9. RGB value is (193,12,233). Sum of RGB (Red+Green+Blue) = 193+12+233=438 (58% of max value = 765). Red value is 193 (75.78% from 255 or 44.06% from 438); Green value is 12 (5.08% from 255 or 2.74% from 438); Blue value is 233 (91.41% from 255 or 53.20% from 438); Max value from RGB is 233 - color contains mainly: blue. Hex color #C10CE9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C10CE9 is #3EF316. Grayscale: #5A5A5A. Windows color (decimal): -4125463 or 15273153. OLE color: 15273153.
HSL color Cylindrical-coordinate representation of color #C10CE9: hue angle of 289.14º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C10CE9 is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 193 | 12 | 233 | - |
| CMYK | 0.17 | 0.95 | 0 | 0.09 |
| HSL | 289.14º | 0.9% | 0.48% | - |
| HSV(B) | 289.14º | 0.95% | 0.91% | - |
| XYZ | 36.83 | 17.48 | 78.52 | - |
| YUV | 91.31 | 207.97 | 200.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 12 | 233 | 0.17 | 0.95 | 0 | 0.09 | 289.14 | 0.9 | 0.48 |
| Hex | C1 | C | E9 | 11 | 5F | 0 | 9 | 121 | 5A | 30 |
| Octal | 301 | 14 | 351 | 21 | 137 | 0 | 11 | 441 | 132 | 60 |
| Binary | 11000001 | 1100 | 11101001 | 10001 | 1011111 | 0 | 1001 | 100100001 | 1011010 | 110000 |
Color Harmonies of #C10CE9
Complementary color
Monochromatic Colors of #C10CE9
Black with #C10CE9
Text Example
Text Example
White with #C10CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10CE9; }
p { color: rgb(193,12,233); }
H1.HeaderClassName
{
color: #C10CE9;
}
.AnyTagClassName
{
color: #C10CE9;
}
</style>
background-color css
<style>
a { background-color: #C10CE9; }
a { background-color: rgb(193,12,233); }
div.DivClassName
{
background-color: #C10CE9;
}
.BgClassName
{
background-color: #C10CE9;
}
</style>
border-color css
<style>
span { border-color: #C10CE9; }
span { border-color: rgb(193,12,233); }
td.TdClassName
{
border-color: #C10CE9;
}
.TagClassName
{
border-color: #C10CE9;
}
</style>