Shades of Medium Red Violet #C12BAB
Tints of Medium Red Violet #C12BAB
RGB
CMYK
RGB Variations
Color information
#C12BAB (or 0xC12BAB) is known color: Medium Red Violet. HEX triplet: C1, 2B and AB. RGB value is (193,43,171). Sum of RGB (Red+Green+Blue) = 193+43+171=407 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.42% from 407); Green value is 43 (17.19% from 255 or 10.57% from 407); Blue value is 171 (67.19% from 255 or 42.01% from 407); Max value from RGB is 193 - color contains mainly: red. Hex color #C12BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12BAB is #3ED454. Grayscale: #666666. Windows color (decimal): -4117589 or 11217857. OLE color: 11217857.
HSL color Cylindrical-coordinate representation of color #C12BAB: hue angle of 308.8º 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 #C12BAB is Cyan = 0, Magento = 0.78, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 43 | 171 | - |
| CMYK | 0 | 0.78 | 0.11 | 0.24 |
| HSL | 308.8º | 0.64% | 0.46% | - |
| HSV(B) | 308.8º | 0.78% | 0.76% | - |
| XYZ | 30.21 | 16.01 | 40.03 | - |
| YUV | 102.44 | 166.7 | 192.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 43 | 171 | 0 | 0.78 | 0.11 | 0.24 | 308.8 | 0.64 | 0.46 |
| Hex | C1 | 2B | AB | 0 | 4E | B | 18 | 135 | 40 | 2E |
| Octal | 301 | 53 | 253 | 0 | 116 | 13 | 30 | 465 | 100 | 56 |
| Binary | 11000001 | 101011 | 10101011 | 0 | 1001110 | 1011 | 11000 | 100110101 | 1000000 | 101110 |
Color Harmonies of #C12BAB
Complementary color
Monochromatic Colors of #C12BAB
Black with #C12BAB
Text Example
Text Example
White with #C12BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12BAB; }
p { color: rgb(193,43,171); }
H1.HeaderClassName
{
color: #C12BAB;
}
.AnyTagClassName
{
color: #C12BAB;
}
</style>
background-color css
<style>
a { background-color: #C12BAB; }
a { background-color: rgb(193,43,171); }
div.DivClassName
{
background-color: #C12BAB;
}
.BgClassName
{
background-color: #C12BAB;
}
</style>
border-color css
<style>
span { border-color: #C12BAB; }
span { border-color: rgb(193,43,171); }
td.TdClassName
{
border-color: #C12BAB;
}
.TagClassName
{
border-color: #C12BAB;
}
</style>