Shades of Deep Magenta #C112B1
Tints of Deep Magenta #C112B1
RGB
CMYK
RGB Variations
Color information
#C112B1 (or 0xC112B1) is known color: Deep Magenta. HEX triplet: C1, 12 and B1. RGB value is (193,18,177). Sum of RGB (Red+Green+Blue) = 193+18+177=388 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.74% from 388); Green value is 18 (7.42% from 255 or 4.64% from 388); Blue value is 177 (69.53% from 255 or 45.62% from 388); Max value from RGB is 193 - color contains mainly: red. Hex color #C112B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C112B1 is #3EED4E. Grayscale: #575757. Windows color (decimal): -4123983 or 11604673. OLE color: 11604673.
HSL color Cylindrical-coordinate representation of color #C112B1: hue angle of 305.49º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C112B1 is Cyan = 0, Magento = 0.91, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 18 | 177 | - |
| CMYK | 0 | 0.91 | 0.08 | 0.24 |
| HSL | 305.49º | 0.83% | 0.41% | - |
| HSV(B) | 305.49º | 0.91% | 0.76% | - |
| XYZ | 30.14 | 14.94 | 42.89 | - |
| YUV | 88.45 | 177.98 | 202.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 18 | 177 | 0 | 0.91 | 0.08 | 0.24 | 305.49 | 0.83 | 0.41 |
| Hex | C1 | 12 | B1 | 0 | 5B | 8 | 18 | 131 | 53 | 29 |
| Octal | 301 | 22 | 261 | 0 | 133 | 10 | 30 | 461 | 123 | 51 |
| Binary | 11000001 | 10010 | 10110001 | 0 | 1011011 | 1000 | 11000 | 100110001 | 1010011 | 101001 |
Color Harmonies of #C112B1
Complementary color
Monochromatic Colors of #C112B1
Black with #C112B1
Text Example
Text Example
White with #C112B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C112B1; }
p { color: rgb(193,18,177); }
H1.HeaderClassName
{
color: #C112B1;
}
.AnyTagClassName
{
color: #C112B1;
}
</style>
background-color css
<style>
a { background-color: #C112B1; }
a { background-color: rgb(193,18,177); }
div.DivClassName
{
background-color: #C112B1;
}
.BgClassName
{
background-color: #C112B1;
}
</style>
border-color css
<style>
span { border-color: #C112B1; }
span { border-color: rgb(193,18,177); }
td.TdClassName
{
border-color: #C112B1;
}
.TagClassName
{
border-color: #C112B1;
}
</style>