Shades of Electric Purple #C102ED
Tints of Electric Purple #C102ED
RGB
CMYK
RGB Variations
Color information
#C102ED (or 0xC102ED) is known color: Electric Purple. HEX triplet: C1, 02 and ED. RGB value is (193,2,237). Sum of RGB (Red+Green+Blue) = 193+2+237=432 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.68% from 432); Green value is 2 (1.17% from 255 or 0.46% from 432); Blue value is 237 (92.97% from 255 or 54.86% from 432); Max value from RGB is 237 - color contains mainly: blue. Hex color #C102ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C102ED is #3EFD12. Grayscale: #555555. Windows color (decimal): -4128019 or 15532737. OLE color: 15532737.
HSL color Cylindrical-coordinate representation of color #C102ED: hue angle of 288.77º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C102ED is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 2 | 237 | - |
| CMYK | 0.19 | 0.99 | 0 | 0.07 |
| HSL | 288.77º | 0.98% | 0.47% | - |
| HSV(B) | 288.77º | 0.99% | 0.93% | - |
| XYZ | 37.3 | 17.5 | 81.53 | - |
| YUV | 85.9 | 213.28 | 204.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 2 | 237 | 0.19 | 0.99 | 0 | 0.07 | 288.77 | 0.98 | 0.47 |
| Hex | C1 | 2 | ED | 13 | 63 | 0 | 7 | 121 | 62 | 2F |
| Octal | 301 | 2 | 355 | 23 | 143 | 0 | 7 | 441 | 142 | 57 |
| Binary | 11000001 | 10 | 11101101 | 10011 | 1100011 | 0 | 111 | 100100001 | 1100010 | 101111 |
Color Harmonies of #C102ED
Complementary color
Monochromatic Colors of #C102ED
Black with #C102ED
Text Example
Text Example
White with #C102ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C102ED; }
p { color: rgb(193,2,237); }
H1.HeaderClassName
{
color: #C102ED;
}
.AnyTagClassName
{
color: #C102ED;
}
</style>
background-color css
<style>
a { background-color: #C102ED; }
a { background-color: rgb(193,2,237); }
div.DivClassName
{
background-color: #C102ED;
}
.BgClassName
{
background-color: #C102ED;
}
</style>
border-color css
<style>
span { border-color: #C102ED; }
span { border-color: rgb(193,2,237); }
td.TdClassName
{
border-color: #C102ED;
}
.TagClassName
{
border-color: #C102ED;
}
</style>