Shades of Electric Purple #C100E8
Tints of Electric Purple #C100E8
RGB
CMYK
RGB Variations
Color information
#C100E8 (or 0xC100E8) is known color: Electric Purple. HEX triplet: C1, 00 and E8. RGB value is (193,0,232). Sum of RGB (Red+Green+Blue) = 193+0+232=425 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.41% from 425); Green value is 0 (0.39% from 255 or 0% from 425); Blue value is 232 (91.02% from 255 or 54.59% from 425); Max value from RGB is 232 - color contains mainly: blue. Hex color #C100E8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C100E8 is #3EFF17. Grayscale: #535353. Windows color (decimal): -4128536 or 15204545. OLE color: 15204545.
HSL color Cylindrical-coordinate representation of color #C100E8: hue angle of 289.91º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C100E8 is Cyan = 0.17, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 193 | 0 | 232 | - |
| CMYK | 0.17 | 1 | 0 | 0.09 |
| HSL | 289.91º | 1% | 0.45% | - |
| HSV(B) | 289.91º | 1% | 0.91% | - |
| XYZ | 36.56 | 17.16 | 77.73 | - |
| YUV | 84.16 | 211.44 | 205.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 0 | 232 | 0.17 | 1 | 0 | 0.09 | 289.91 | 1 | 0.45 |
| Hex | C1 | 0 | E8 | 11 | 64 | 0 | 9 | 122 | 64 | 2D |
| Octal | 301 | 0 | 350 | 21 | 144 | 0 | 11 | 442 | 144 | 55 |
| Binary | 11000001 | 0 | 11101000 | 10001 | 1100100 | 0 | 1001 | 100100010 | 1100100 | 101101 |
Color Harmonies of #C100E8
Complementary color
Monochromatic Colors of #C100E8
Black with #C100E8
Text Example
Text Example
White with #C100E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C100E8; }
p { color: rgb(193,0,232); }
H1.HeaderClassName
{
color: #C100E8;
}
.AnyTagClassName
{
color: #C100E8;
}
</style>
background-color css
<style>
a { background-color: #C100E8; }
a { background-color: rgb(193,0,232); }
div.DivClassName
{
background-color: #C100E8;
}
.BgClassName
{
background-color: #C100E8;
}
</style>
border-color css
<style>
span { border-color: #C100E8; }
span { border-color: rgb(193,0,232); }
td.TdClassName
{
border-color: #C100E8;
}
.TagClassName
{
border-color: #C100E8;
}
</style>