Shades of Electric Purple #C10CEE
Tints of Electric Purple #C10CEE
RGB
CMYK
RGB Variations
Color information
#C10CEE (or 0xC10CEE) is known color: Electric Purple. HEX triplet: C1, 0C and EE. RGB value is (193,12,238). Sum of RGB (Red+Green+Blue) = 193+12+238=443 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.57% from 443); Green value is 12 (5.08% from 255 or 2.71% from 443); Blue value is 238 (93.36% from 255 or 53.72% from 443); Max value from RGB is 238 - color contains mainly: blue. Hex color #C10CEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C10CEE is #3EF311. Grayscale: #5B5B5B. Windows color (decimal): -4125458 or 15600833. OLE color: 15600833.
HSL color Cylindrical-coordinate representation of color #C10CEE: hue angle of 288.05º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C10CEE is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 12 | 238 | - |
| CMYK | 0.19 | 0.95 | 0 | 0.07 |
| HSL | 288.05º | 0.9% | 0.49% | - |
| HSV(B) | 288.05º | 0.95% | 0.93% | - |
| XYZ | 37.56 | 17.77 | 82.34 | - |
| YUV | 91.88 | 210.47 | 200.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 12 | 238 | 0.19 | 0.95 | 0 | 0.07 | 288.05 | 0.9 | 0.49 |
| Hex | C1 | C | EE | 13 | 5F | 0 | 7 | 120 | 5A | 31 |
| Octal | 301 | 14 | 356 | 23 | 137 | 0 | 7 | 440 | 132 | 61 |
| Binary | 11000001 | 1100 | 11101110 | 10011 | 1011111 | 0 | 111 | 100100000 | 1011010 | 110001 |
Color Harmonies of #C10CEE
Complementary color
Monochromatic Colors of #C10CEE
Black with #C10CEE
Text Example
Text Example
White with #C10CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10CEE; }
p { color: rgb(193,12,238); }
H1.HeaderClassName
{
color: #C10CEE;
}
.AnyTagClassName
{
color: #C10CEE;
}
</style>
background-color css
<style>
a { background-color: #C10CEE; }
a { background-color: rgb(193,12,238); }
div.DivClassName
{
background-color: #C10CEE;
}
.BgClassName
{
background-color: #C10CEE;
}
</style>
border-color css
<style>
span { border-color: #C10CEE; }
span { border-color: rgb(193,12,238); }
td.TdClassName
{
border-color: #C10CEE;
}
.TagClassName
{
border-color: #C10CEE;
}
</style>