Shades of Medium Red Violet #C12B96
Tints of Medium Red Violet #C12B96
RGB
CMYK
RGB Variations
Color information
#C12B96 (or 0xC12B96) is known color: Medium Red Violet. HEX triplet: C1, 2B and 96. RGB value is (193,43,150). Sum of RGB (Red+Green+Blue) = 193+43+150=386 (51% of max value = 765). Red value is 193 (75.78% from 255 or 50% from 386); Green value is 43 (17.19% from 255 or 11.14% from 386); Blue value is 150 (58.98% from 255 or 38.86% from 386); Max value from RGB is 193 - color contains mainly: red. Hex color #C12B96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12B96 is #3ED469. Grayscale: #636363. Windows color (decimal): -4117610 or 9841601. OLE color: 9841601.
HSL color Cylindrical-coordinate representation of color #C12B96: hue angle of 317.2º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C12B96 is Cyan = 0, Magento = 0.78, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 43 | 150 | - |
| CMYK | 0 | 0.78 | 0.22 | 0.24 |
| HSL | 317.2º | 0.64% | 0.46% | - |
| HSV(B) | 317.2º | 0.78% | 0.76% | - |
| XYZ | 28.36 | 15.27 | 30.31 | - |
| YUV | 100.05 | 156.2 | 194.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 43 | 150 | 0 | 0.78 | 0.22 | 0.24 | 317.2 | 0.64 | 0.46 |
| Hex | C1 | 2B | 96 | 0 | 4E | 16 | 18 | 13D | 40 | 2E |
| Octal | 301 | 53 | 226 | 0 | 116 | 26 | 30 | 475 | 100 | 56 |
| Binary | 11000001 | 101011 | 10010110 | 0 | 1001110 | 10110 | 11000 | 100111101 | 1000000 | 101110 |
Color Harmonies of #C12B96
Complementary color
Monochromatic Colors of #C12B96
Black with #C12B96
Text Example
Text Example
White with #C12B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12B96; }
p { color: rgb(193,43,150); }
H1.HeaderClassName
{
color: #C12B96;
}
.AnyTagClassName
{
color: #C12B96;
}
</style>
background-color css
<style>
a { background-color: #C12B96; }
a { background-color: rgb(193,43,150); }
div.DivClassName
{
background-color: #C12B96;
}
.BgClassName
{
background-color: #C12B96;
}
</style>
border-color css
<style>
span { border-color: #C12B96; }
span { border-color: rgb(193,43,150); }
td.TdClassName
{
border-color: #C12B96;
}
.TagClassName
{
border-color: #C12B96;
}
</style>