Shades of Deep Magenta #C10EBA
Tints of Deep Magenta #C10EBA
RGB
CMYK
RGB Variations
Color information
#C10EBA (or 0xC10EBA) is known color: Deep Magenta. HEX triplet: C1, 0E and BA. RGB value is (193,14,186). Sum of RGB (Red+Green+Blue) = 193+14+186=393 (52% of max value = 765). Red value is 193 (75.78% from 255 or 49.11% from 393); Green value is 14 (5.86% from 255 or 3.56% from 393); Blue value is 186 (73.05% from 255 or 47.33% from 393); Max value from RGB is 193 - color contains mainly: red. Hex color #C10EBA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C10EBA is #3EF145. Grayscale: #565656. Windows color (decimal): -4124998 or 12193473. OLE color: 12193473.
HSL color Cylindrical-coordinate representation of color #C10EBA: hue angle of 302.35º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C10EBA is Cyan = 0, Magento = 0.93, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 14 | 186 | - |
| CMYK | 0 | 0.93 | 0.04 | 0.24 |
| HSL | 302.35º | 0.86% | 0.41% | - |
| HSV(B) | 302.35º | 0.93% | 0.76% | - |
| XYZ | 31.01 | 15.2 | 47.75 | - |
| YUV | 87.13 | 183.8 | 203.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 14 | 186 | 0 | 0.93 | 0.04 | 0.24 | 302.35 | 0.86 | 0.41 |
| Hex | C1 | E | BA | 0 | 5D | 4 | 18 | 12E | 56 | 29 |
| Octal | 301 | 16 | 272 | 0 | 135 | 4 | 30 | 456 | 126 | 51 |
| Binary | 11000001 | 1110 | 10111010 | 0 | 1011101 | 100 | 11000 | 100101110 | 1010110 | 101001 |
Color Harmonies of #C10EBA
Complementary color
Monochromatic Colors of #C10EBA
Black with #C10EBA
Text Example
Text Example
White with #C10EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10EBA; }
p { color: rgb(193,14,186); }
H1.HeaderClassName
{
color: #C10EBA;
}
.AnyTagClassName
{
color: #C10EBA;
}
</style>
background-color css
<style>
a { background-color: #C10EBA; }
a { background-color: rgb(193,14,186); }
div.DivClassName
{
background-color: #C10EBA;
}
.BgClassName
{
background-color: #C10EBA;
}
</style>
border-color css
<style>
span { border-color: #C10EBA; }
span { border-color: rgb(193,14,186); }
td.TdClassName
{
border-color: #C10EBA;
}
.TagClassName
{
border-color: #C10EBA;
}
</style>