Shades of Electric Purple #C125E7
Tints of Electric Purple #C125E7
RGB
CMYK
RGB Variations
Color information
#C125E7 (or 0xC125E7) is known color: Electric Purple. HEX triplet: C1, 25 and E7. RGB value is (193,37,231). Sum of RGB (Red+Green+Blue) = 193+37+231=461 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.87% from 461); Green value is 37 (14.84% from 255 or 8.03% from 461); Blue value is 231 (90.62% from 255 or 50.11% from 461); Max value from RGB is 231 - color contains mainly: blue. Hex color #C125E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C125E7 is #3EDA18. Grayscale: #696969. Windows color (decimal): -4119065 or 15148481. OLE color: 15148481.
HSL color Cylindrical-coordinate representation of color #C125E7: hue angle of 288.25º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C125E7 is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 193 | 37 | 231 | - |
| CMYK | 0.16 | 0.84 | 0 | 0.09 |
| HSL | 288.25º | 0.8% | 0.53% | - |
| HSV(B) | 288.25º | 0.84% | 0.91% | - |
| XYZ | 37.08 | 18.43 | 77.2 | - |
| YUV | 105.76 | 198.68 | 190.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 37 | 231 | 0.16 | 0.84 | 0 | 0.09 | 288.25 | 0.8 | 0.53 |
| Hex | C1 | 25 | E7 | 10 | 54 | 0 | 9 | 120 | 50 | 35 |
| Octal | 301 | 45 | 347 | 20 | 124 | 0 | 11 | 440 | 120 | 65 |
| Binary | 11000001 | 100101 | 11100111 | 10000 | 1010100 | 0 | 1001 | 100100000 | 1010000 | 110101 |
Color Harmonies of #C125E7
Complementary color
Monochromatic Colors of #C125E7
Black with #C125E7
Text Example
Text Example
White with #C125E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C125E7; }
p { color: rgb(193,37,231); }
H1.HeaderClassName
{
color: #C125E7;
}
.AnyTagClassName
{
color: #C125E7;
}
</style>
background-color css
<style>
a { background-color: #C125E7; }
a { background-color: rgb(193,37,231); }
div.DivClassName
{
background-color: #C125E7;
}
.BgClassName
{
background-color: #C125E7;
}
</style>
border-color css
<style>
span { border-color: #C125E7; }
span { border-color: rgb(193,37,231); }
td.TdClassName
{
border-color: #C125E7;
}
.TagClassName
{
border-color: #C125E7;
}
</style>