Shades of Deep Magenta #C112B3
Tints of Deep Magenta #C112B3
RGB
CMYK
RGB Variations
Color information
#C112B3 (or 0xC112B3) is known color: Deep Magenta. HEX triplet: C1, 12 and B3. RGB value is (193,18,179). Sum of RGB (Red+Green+Blue) = 193+18+179=390 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.49% from 390); Green value is 18 (7.42% from 255 or 4.62% from 390); Blue value is 179 (70.31% from 255 or 45.90% from 390); Max value from RGB is 193 - color contains mainly: red. Hex color #C112B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C112B3 is #3EED4C. Grayscale: #585858. Windows color (decimal): -4123981 or 11735745. OLE color: 11735745.
HSL color Cylindrical-coordinate representation of color #C112B3: hue angle of 304.8º 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 #C112B3 is Cyan = 0, Magento = 0.91, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 18 | 179 | - |
| CMYK | 0 | 0.91 | 0.07 | 0.24 |
| HSL | 304.8º | 0.83% | 0.41% | - |
| HSV(B) | 304.8º | 0.91% | 0.76% | - |
| XYZ | 30.35 | 15.02 | 43.95 | - |
| YUV | 88.68 | 178.98 | 202.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 18 | 179 | 0 | 0.91 | 0.07 | 0.24 | 304.8 | 0.83 | 0.41 |
| Hex | C1 | 12 | B3 | 0 | 5B | 7 | 18 | 131 | 53 | 29 |
| Octal | 301 | 22 | 263 | 0 | 133 | 7 | 30 | 461 | 123 | 51 |
| Binary | 11000001 | 10010 | 10110011 | 0 | 1011011 | 111 | 11000 | 100110001 | 1010011 | 101001 |
Color Harmonies of #C112B3
Complementary color
Monochromatic Colors of #C112B3
Black with #C112B3
Text Example
Text Example
White with #C112B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C112B3; }
p { color: rgb(193,18,179); }
H1.HeaderClassName
{
color: #C112B3;
}
.AnyTagClassName
{
color: #C112B3;
}
</style>
background-color css
<style>
a { background-color: #C112B3; }
a { background-color: rgb(193,18,179); }
div.DivClassName
{
background-color: #C112B3;
}
.BgClassName
{
background-color: #C112B3;
}
</style>
border-color css
<style>
span { border-color: #C112B3; }
span { border-color: rgb(193,18,179); }
td.TdClassName
{
border-color: #C112B3;
}
.TagClassName
{
border-color: #C112B3;
}
</style>