Shades of Electric Purple #C125EE
Tints of Electric Purple #C125EE
RGB
CMYK
RGB Variations
Color information
#C125EE (or 0xC125EE) is known color: Electric Purple. HEX triplet: C1, 25 and EE. RGB value is (193,37,238). Sum of RGB (Red+Green+Blue) = 193+37+238=468 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.24% from 468); Green value is 37 (14.84% from 255 or 7.91% from 468); Blue value is 238 (93.36% from 255 or 50.85% from 468); Max value from RGB is 238 - color contains mainly: blue. Hex color #C125EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C125EE is #3EDA11. Grayscale: #696969. Windows color (decimal): -4119058 or 15607233. OLE color: 15607233.
HSL color Cylindrical-coordinate representation of color #C125EE: hue angle of 286.57º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C125EE is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 37 | 238 | - |
| CMYK | 0.19 | 0.84 | 0 | 0.07 |
| HSL | 286.57º | 0.86% | 0.54% | - |
| HSV(B) | 286.57º | 0.84% | 0.93% | - |
| XYZ | 38.09 | 18.83 | 82.52 | - |
| YUV | 106.56 | 202.18 | 189.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 37 | 238 | 0.19 | 0.84 | 0 | 0.07 | 286.57 | 0.86 | 0.54 |
| Hex | C1 | 25 | EE | 13 | 54 | 0 | 7 | 11F | 56 | 36 |
| Octal | 301 | 45 | 356 | 23 | 124 | 0 | 7 | 437 | 126 | 66 |
| Binary | 11000001 | 100101 | 11101110 | 10011 | 1010100 | 0 | 111 | 100011111 | 1010110 | 110110 |
Color Harmonies of #C125EE
Complementary color
Monochromatic Colors of #C125EE
Black with #C125EE
Text Example
Text Example
White with #C125EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C125EE; }
p { color: rgb(193,37,238); }
H1.HeaderClassName
{
color: #C125EE;
}
.AnyTagClassName
{
color: #C125EE;
}
</style>
background-color css
<style>
a { background-color: #C125EE; }
a { background-color: rgb(193,37,238); }
div.DivClassName
{
background-color: #C125EE;
}
.BgClassName
{
background-color: #C125EE;
}
</style>
border-color css
<style>
span { border-color: #C125EE; }
span { border-color: rgb(193,37,238); }
td.TdClassName
{
border-color: #C125EE;
}
.TagClassName
{
border-color: #C125EE;
}
</style>