Shades of Deep Magenta #C10EBB
Tints of Deep Magenta #C10EBB
RGB
CMYK
RGB Variations
Color information
#C10EBB (or 0xC10EBB) is known color: Deep Magenta. HEX triplet: C1, 0E and BB. RGB value is (193,14,187). Sum of RGB (Red+Green+Blue) = 193+14+187=394 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.98% from 394); Green value is 14 (5.86% from 255 or 3.55% from 394); Blue value is 187 (73.44% from 255 or 47.46% from 394); Max value from RGB is 193 - color contains mainly: red. Hex color #C10EBB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C10EBB is #3EF144. Grayscale: #565656. Windows color (decimal): -4124997 or 12259009. OLE color: 12259009.
HSL color Cylindrical-coordinate representation of color #C10EBB: hue angle of 302.01º 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 #C10EBB is Cyan = 0, Magento = 0.93, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 14 | 187 | - |
| CMYK | 0 | 0.93 | 0.03 | 0.24 |
| HSL | 302.01º | 0.86% | 0.41% | - |
| HSV(B) | 302.01º | 0.93% | 0.76% | - |
| XYZ | 31.12 | 15.24 | 48.32 | - |
| YUV | 87.24 | 184.3 | 203.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 14 | 187 | 0 | 0.93 | 0.03 | 0.24 | 302.01 | 0.86 | 0.41 |
| Hex | C1 | E | BB | 0 | 5D | 3 | 18 | 12E | 56 | 29 |
| Octal | 301 | 16 | 273 | 0 | 135 | 3 | 30 | 456 | 126 | 51 |
| Binary | 11000001 | 1110 | 10111011 | 0 | 1011101 | 11 | 11000 | 100101110 | 1010110 | 101001 |
Color Harmonies of #C10EBB
Complementary color
Monochromatic Colors of #C10EBB
Black with #C10EBB
Text Example
Text Example
White with #C10EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10EBB; }
p { color: rgb(193,14,187); }
H1.HeaderClassName
{
color: #C10EBB;
}
.AnyTagClassName
{
color: #C10EBB;
}
</style>
background-color css
<style>
a { background-color: #C10EBB; }
a { background-color: rgb(193,14,187); }
div.DivClassName
{
background-color: #C10EBB;
}
.BgClassName
{
background-color: #C10EBB;
}
</style>
border-color css
<style>
span { border-color: #C10EBB; }
span { border-color: rgb(193,14,187); }
td.TdClassName
{
border-color: #C10EBB;
}
.TagClassName
{
border-color: #C10EBB;
}
</style>