Shades of Electric Purple #C10DEC
Tints of Electric Purple #C10DEC
RGB
CMYK
RGB Variations
Color information
#C10DEC (or 0xC10DEC) is known color: Electric Purple. HEX triplet: C1, 0D and EC. RGB value is (193,13,236). Sum of RGB (Red+Green+Blue) = 193+13+236=442 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.67% from 442); Green value is 13 (5.47% from 255 or 2.94% from 442); Blue value is 236 (92.58% from 255 or 53.39% from 442); Max value from RGB is 236 - color contains mainly: blue. Hex color #C10DEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C10DEC is #3EF213. Grayscale: #5B5B5B. Windows color (decimal): -4125204 or 15470017. OLE color: 15470017.
HSL color Cylindrical-coordinate representation of color #C10DEC: hue angle of 288.43º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C10DEC is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 13 | 236 | - |
| CMYK | 0.18 | 0.94 | 0 | 0.07 |
| HSL | 288.43º | 0.9% | 0.49% | - |
| HSV(B) | 288.43º | 0.94% | 0.93% | - |
| XYZ | 37.28 | 17.68 | 80.81 | - |
| YUV | 92.24 | 209.13 | 199.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 13 | 236 | 0.18 | 0.94 | 0 | 0.07 | 288.43 | 0.9 | 0.49 |
| Hex | C1 | D | EC | 12 | 5E | 0 | 7 | 120 | 5A | 31 |
| Octal | 301 | 15 | 354 | 22 | 136 | 0 | 7 | 440 | 132 | 61 |
| Binary | 11000001 | 1101 | 11101100 | 10010 | 1011110 | 0 | 111 | 100100000 | 1011010 | 110001 |
Color Harmonies of #C10DEC
Complementary color
Monochromatic Colors of #C10DEC
Black with #C10DEC
Text Example
Text Example
White with #C10DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10DEC; }
p { color: rgb(193,13,236); }
H1.HeaderClassName
{
color: #C10DEC;
}
.AnyTagClassName
{
color: #C10DEC;
}
</style>
background-color css
<style>
a { background-color: #C10DEC; }
a { background-color: rgb(193,13,236); }
div.DivClassName
{
background-color: #C10DEC;
}
.BgClassName
{
background-color: #C10DEC;
}
</style>
border-color css
<style>
span { border-color: #C10DEC; }
span { border-color: rgb(193,13,236); }
td.TdClassName
{
border-color: #C10DEC;
}
.TagClassName
{
border-color: #C10DEC;
}
</style>