Shades of Electric Purple #C101E5
Tints of Electric Purple #C101E5
RGB
CMYK
RGB Variations
Color information
#C101E5 (or 0xC101E5) is known color: Electric Purple. HEX triplet: C1, 01 and E5. RGB value is (193,1,229). Sum of RGB (Red+Green+Blue) = 193+1+229=423 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.63% from 423); Green value is 1 (0.78% from 255 or 0.24% from 423); Blue value is 229 (89.84% from 255 or 54.14% from 423); Max value from RGB is 229 - color contains mainly: blue. Hex color #C101E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C101E5 is #3EFE1A. Grayscale: #535353. Windows color (decimal): -4128283 or 15008193. OLE color: 15008193.
HSL color Cylindrical-coordinate representation of color #C101E5: hue angle of 290.53º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C101E5 is Cyan = 0.16, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 193 | 1 | 229 | - |
| CMYK | 0.16 | 1.00 | 0 | 0.10 |
| HSL | 290.53º | 0.99% | 0.45% | - |
| HSV(B) | 290.53º | 1% | 0.9% | - |
| XYZ | 36.15 | 17.02 | 75.51 | - |
| YUV | 84.4 | 209.61 | 205.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 1 | 229 | 0.16 | 1.00 | 0 | 0.10 | 290.53 | 0.99 | 0.45 |
| Hex | C1 | 1 | E5 | 10 | 64 | 0 | A | 123 | 63 | 2D |
| Octal | 301 | 1 | 345 | 20 | 144 | 0 | 12 | 443 | 143 | 55 |
| Binary | 11000001 | 1 | 11100101 | 10000 | 1100100 | 0 | 1010 | 100100011 | 1100011 | 101101 |
Color Harmonies of #C101E5
Complementary color
Monochromatic Colors of #C101E5
Black with #C101E5
Text Example
Text Example
White with #C101E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C101E5; }
p { color: rgb(193,1,229); }
H1.HeaderClassName
{
color: #C101E5;
}
.AnyTagClassName
{
color: #C101E5;
}
</style>
background-color css
<style>
a { background-color: #C101E5; }
a { background-color: rgb(193,1,229); }
div.DivClassName
{
background-color: #C101E5;
}
.BgClassName
{
background-color: #C101E5;
}
</style>
border-color css
<style>
span { border-color: #C101E5; }
span { border-color: rgb(193,1,229); }
td.TdClassName
{
border-color: #C101E5;
}
.TagClassName
{
border-color: #C101E5;
}
</style>