Shades of Medium Red Violet #C12C86
Tints of Medium Red Violet #C12C86
RGB
CMYK
RGB Variations
Color information
#C12C86 (or 0xC12C86) is known color: Medium Red Violet. HEX triplet: C1, 2C and 86. RGB value is (193,44,134). Sum of RGB (Red+Green+Blue) = 193+44+134=371 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.02% from 371); Green value is 44 (17.58% from 255 or 11.86% from 371); Blue value is 134 (52.73% from 255 or 36.12% from 371); Max value from RGB is 193 - color contains mainly: red. Hex color #C12C86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12C86 is #3ED379. Grayscale: #626262. Windows color (decimal): -4117370 or 8793281. OLE color: 8793281.
HSL color Cylindrical-coordinate representation of color #C12C86: hue angle of 323.76º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C12C86 is Cyan = 0, Magento = 0.77, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 44 | 134 | - |
| CMYK | 0 | 0.77 | 0.31 | 0.24 |
| HSL | 323.76º | 0.63% | 0.46% | - |
| HSV(B) | 323.76º | 0.77% | 0.76% | - |
| XYZ | 27.2 | 14.86 | 23.99 | - |
| YUV | 98.81 | 147.86 | 195.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 44 | 134 | 0 | 0.77 | 0.31 | 0.24 | 323.76 | 0.63 | 0.46 |
| Hex | C1 | 2C | 86 | 0 | 4D | 1F | 18 | 144 | 3F | 2E |
| Octal | 301 | 54 | 206 | 0 | 115 | 37 | 30 | 504 | 77 | 56 |
| Binary | 11000001 | 101100 | 10000110 | 0 | 1001101 | 11111 | 11000 | 101000100 | 111111 | 101110 |
Color Harmonies of #C12C86
Complementary color
Monochromatic Colors of #C12C86
Black with #C12C86
Text Example
Text Example
White with #C12C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12C86; }
p { color: rgb(193,44,134); }
H1.HeaderClassName
{
color: #C12C86;
}
.AnyTagClassName
{
color: #C12C86;
}
</style>
background-color css
<style>
a { background-color: #C12C86; }
a { background-color: rgb(193,44,134); }
div.DivClassName
{
background-color: #C12C86;
}
.BgClassName
{
background-color: #C12C86;
}
</style>
border-color css
<style>
span { border-color: #C12C86; }
span { border-color: rgb(193,44,134); }
td.TdClassName
{
border-color: #C12C86;
}
.TagClassName
{
border-color: #C12C86;
}
</style>