Shades of Electric Purple #C101EE
Tints of Electric Purple #C101EE
RGB
CMYK
RGB Variations
Color information
#C101EE (or 0xC101EE) is known color: Electric Purple. HEX triplet: C1, 01 and EE. RGB value is (193,1,238). Sum of RGB (Red+Green+Blue) = 193+1+238=432 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.68% from 432); Green value is 1 (0.78% from 255 or 0.23% from 432); Blue value is 238 (93.36% from 255 or 55.09% from 432); Max value from RGB is 238 - color contains mainly: blue. Hex color #C101EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C101EE is #3EFE11. Grayscale: #545454. Windows color (decimal): -4128274 or 15598017. OLE color: 15598017.
HSL color Cylindrical-coordinate representation of color #C101EE: hue angle of 288.61º 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 #C101EE is Cyan = 0.19, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 1 | 238 | - |
| CMYK | 0.19 | 1.00 | 0 | 0.07 |
| HSL | 288.61º | 0.99% | 0.47% | - |
| HSV(B) | 288.61º | 1% | 0.93% | - |
| XYZ | 37.44 | 17.53 | 82.3 | - |
| YUV | 85.43 | 214.11 | 204.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 1 | 238 | 0.19 | 1.00 | 0 | 0.07 | 288.61 | 0.99 | 0.47 |
| Hex | C1 | 1 | EE | 13 | 64 | 0 | 7 | 121 | 63 | 2F |
| Octal | 301 | 1 | 356 | 23 | 144 | 0 | 7 | 441 | 143 | 57 |
| Binary | 11000001 | 1 | 11101110 | 10011 | 1100100 | 0 | 111 | 100100001 | 1100011 | 101111 |
Color Harmonies of #C101EE
Complementary color
Monochromatic Colors of #C101EE
Black with #C101EE
Text Example
Text Example
White with #C101EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C101EE; }
p { color: rgb(193,1,238); }
H1.HeaderClassName
{
color: #C101EE;
}
.AnyTagClassName
{
color: #C101EE;
}
</style>
background-color css
<style>
a { background-color: #C101EE; }
a { background-color: rgb(193,1,238); }
div.DivClassName
{
background-color: #C101EE;
}
.BgClassName
{
background-color: #C101EE;
}
</style>
border-color css
<style>
span { border-color: #C101EE; }
span { border-color: rgb(193,1,238); }
td.TdClassName
{
border-color: #C101EE;
}
.TagClassName
{
border-color: #C101EE;
}
</style>