Shades of Electric Purple #C101ED
Tints of Electric Purple #C101ED
RGB
CMYK
RGB Variations
Color information
#C101ED (or 0xC101ED) is known color: Electric Purple. HEX triplet: C1, 01 and ED. RGB value is (193,1,237). Sum of RGB (Red+Green+Blue) = 193+1+237=431 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.78% from 431); Green value is 1 (0.78% from 255 or 0.23% from 431); Blue value is 237 (92.97% from 255 or 54.99% from 431); Max value from RGB is 237 - color contains mainly: blue. Hex color #C101ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C101ED is #3EFE12. Grayscale: #545454. Windows color (decimal): -4128275 or 15532481. OLE color: 15532481.
HSL color Cylindrical-coordinate representation of color #C101ED: hue angle of 288.81º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C101ED is Cyan = 0.19, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 1 | 237 | - |
| CMYK | 0.19 | 1.00 | 0 | 0.07 |
| HSL | 288.81º | 0.99% | 0.47% | - |
| HSV(B) | 288.81º | 1% | 0.93% | - |
| XYZ | 37.29 | 17.47 | 81.53 | - |
| YUV | 85.31 | 213.61 | 204.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 1 | 237 | 0.19 | 1.00 | 0 | 0.07 | 288.81 | 0.99 | 0.47 |
| Hex | C1 | 1 | ED | 13 | 64 | 0 | 7 | 121 | 63 | 2F |
| Octal | 301 | 1 | 355 | 23 | 144 | 0 | 7 | 441 | 143 | 57 |
| Binary | 11000001 | 1 | 11101101 | 10011 | 1100100 | 0 | 111 | 100100001 | 1100011 | 101111 |
Color Harmonies of #C101ED
Complementary color
Monochromatic Colors of #C101ED
Black with #C101ED
Text Example
Text Example
White with #C101ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C101ED; }
p { color: rgb(193,1,237); }
H1.HeaderClassName
{
color: #C101ED;
}
.AnyTagClassName
{
color: #C101ED;
}
</style>
background-color css
<style>
a { background-color: #C101ED; }
a { background-color: rgb(193,1,237); }
div.DivClassName
{
background-color: #C101ED;
}
.BgClassName
{
background-color: #C101ED;
}
</style>
border-color css
<style>
span { border-color: #C101ED; }
span { border-color: rgb(193,1,237); }
td.TdClassName
{
border-color: #C101ED;
}
.TagClassName
{
border-color: #C101ED;
}
</style>