Shades of Deep Magenta #C113BD
Tints of Deep Magenta #C113BD
RGB
CMYK
RGB Variations
Color information
#C113BD (or 0xC113BD) is known color: Deep Magenta. HEX triplet: C1, 13 and BD. RGB value is (193,19,189). Sum of RGB (Red+Green+Blue) = 193+19+189=401 (53% of max value = 765). Red value is 193 (75.78% from 255 or 48.13% from 401); Green value is 19 (7.81% from 255 or 4.74% from 401); Blue value is 189 (74.22% from 255 or 47.13% from 401); Max value from RGB is 193 - color contains mainly: red. Hex color #C113BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C113BD is #3EEC42. Grayscale: #595959. Windows color (decimal): -4123715 or 12391361. OLE color: 12391361.
HSL color Cylindrical-coordinate representation of color #C113BD: hue angle of 301.38º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C113BD is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 19 | 189 | - |
| CMYK | 0 | 0.90 | 0.02 | 0.24 |
| HSL | 301.38º | 0.82% | 0.42% | - |
| HSV(B) | 301.38º | 0.9% | 0.76% | - |
| XYZ | 31.41 | 15.48 | 49.48 | - |
| YUV | 90.41 | 183.65 | 201.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 19 | 189 | 0 | 0.90 | 0.02 | 0.24 | 301.38 | 0.82 | 0.42 |
| Hex | C1 | 13 | BD | 0 | 5A | 2 | 18 | 12D | 52 | 2A |
| Octal | 301 | 23 | 275 | 0 | 132 | 2 | 30 | 455 | 122 | 52 |
| Binary | 11000001 | 10011 | 10111101 | 0 | 1011010 | 10 | 11000 | 100101101 | 1010010 | 101010 |
Color Harmonies of #C113BD
Complementary color
Monochromatic Colors of #C113BD
Black with #C113BD
Text Example
Text Example
White with #C113BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C113BD; }
p { color: rgb(193,19,189); }
H1.HeaderClassName
{
color: #C113BD;
}
.AnyTagClassName
{
color: #C113BD;
}
</style>
background-color css
<style>
a { background-color: #C113BD; }
a { background-color: rgb(193,19,189); }
div.DivClassName
{
background-color: #C113BD;
}
.BgClassName
{
background-color: #C113BD;
}
</style>
border-color css
<style>
span { border-color: #C113BD; }
span { border-color: rgb(193,19,189); }
td.TdClassName
{
border-color: #C113BD;
}
.TagClassName
{
border-color: #C113BD;
}
</style>