Shades of Medium Red Violet #C12B76
Tints of Medium Red Violet #C12B76
RGB
CMYK
RGB Variations
Color information
#C12B76 (or 0xC12B76) is known color: Medium Red Violet. HEX triplet: C1, 2B and 76. RGB value is (193,43,118). Sum of RGB (Red+Green+Blue) = 193+43+118=354 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.52% from 354); Green value is 43 (17.19% from 255 or 12.15% from 354); Blue value is 118 (46.48% from 255 or 33.33% from 354); Max value from RGB is 193 - color contains mainly: red. Hex color #C12B76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12B76 is #3ED489. Grayscale: #606060. Windows color (decimal): -4117642 or 7744449. OLE color: 7744449.
HSL color Cylindrical-coordinate representation of color #C12B76: hue angle of 330º 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 #C12B76 is Cyan = 0, Magento = 0.78, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 43 | 118 | - |
| CMYK | 0 | 0.78 | 0.39 | 0.24 |
| HSL | 330º | 0.64% | 0.46% | - |
| HSV(B) | 330º | 0.78% | 0.76% | - |
| XYZ | 26.13 | 14.37 | 18.54 | - |
| YUV | 96.4 | 140.2 | 196.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 43 | 118 | 0 | 0.78 | 0.39 | 0.24 | 330 | 0.64 | 0.46 |
| Hex | C1 | 2B | 76 | 0 | 4E | 27 | 18 | 14A | 40 | 2E |
| Octal | 301 | 53 | 166 | 0 | 116 | 47 | 30 | 512 | 100 | 56 |
| Binary | 11000001 | 101011 | 1110110 | 0 | 1001110 | 100111 | 11000 | 101001010 | 1000000 | 101110 |
Color Harmonies of #C12B76
Complementary color
Monochromatic Colors of #C12B76
Black with #C12B76
Text Example
Text Example
White with #C12B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12B76; }
p { color: rgb(193,43,118); }
H1.HeaderClassName
{
color: #C12B76;
}
.AnyTagClassName
{
color: #C12B76;
}
</style>
background-color css
<style>
a { background-color: #C12B76; }
a { background-color: rgb(193,43,118); }
div.DivClassName
{
background-color: #C12B76;
}
.BgClassName
{
background-color: #C12B76;
}
</style>
border-color css
<style>
span { border-color: #C12B76; }
span { border-color: rgb(193,43,118); }
td.TdClassName
{
border-color: #C12B76;
}
.TagClassName
{
border-color: #C12B76;
}
</style>