Shades of Electric Purple #C102EF
Tints of Electric Purple #C102EF
RGB
CMYK
RGB Variations
Color information
#C102EF (or 0xC102EF) is known color: Electric Purple. HEX triplet: C1, 02 and EF. RGB value is (193,2,239). Sum of RGB (Red+Green+Blue) = 193+2+239=434 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.47% from 434); Green value is 2 (1.17% from 255 or 0.46% from 434); Blue value is 239 (93.75% from 255 or 55.07% from 434); Max value from RGB is 239 - color contains mainly: blue. Hex color #C102EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C102EF is #3EFD10. Grayscale: #555555. Windows color (decimal): -4128017 or 15663809. OLE color: 15663809.
HSL color Cylindrical-coordinate representation of color #C102EF: hue angle of 288.35º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C102EF is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 193 | 2 | 239 | - |
| CMYK | 0.19 | 0.99 | 0 | 0.06 |
| HSL | 288.35º | 0.98% | 0.47% | - |
| HSV(B) | 288.35º | 0.99% | 0.94% | - |
| XYZ | 37.59 | 17.61 | 83.08 | - |
| YUV | 86.13 | 214.28 | 204.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 2 | 239 | 0.19 | 0.99 | 0 | 0.06 | 288.35 | 0.98 | 0.47 |
| Hex | C1 | 2 | EF | 13 | 63 | 0 | 6 | 120 | 62 | 2F |
| Octal | 301 | 2 | 357 | 23 | 143 | 0 | 6 | 440 | 142 | 57 |
| Binary | 11000001 | 10 | 11101111 | 10011 | 1100011 | 0 | 110 | 100100000 | 1100010 | 101111 |
Color Harmonies of #C102EF
Complementary color
Monochromatic Colors of #C102EF
Black with #C102EF
Text Example
Text Example
White with #C102EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C102EF; }
p { color: rgb(193,2,239); }
H1.HeaderClassName
{
color: #C102EF;
}
.AnyTagClassName
{
color: #C102EF;
}
</style>
background-color css
<style>
a { background-color: #C102EF; }
a { background-color: rgb(193,2,239); }
div.DivClassName
{
background-color: #C102EF;
}
.BgClassName
{
background-color: #C102EF;
}
</style>
border-color css
<style>
span { border-color: #C102EF; }
span { border-color: rgb(193,2,239); }
td.TdClassName
{
border-color: #C102EF;
}
.TagClassName
{
border-color: #C102EF;
}
</style>