Shades of Medium Red Violet #C12D6D
Tints of Medium Red Violet #C12D6D
RGB
CMYK
RGB Variations
Color information
#C12D6D (or 0xC12D6D) is known color: Medium Red Violet. HEX triplet: C1, 2D and 6D. RGB value is (193,45,109). Sum of RGB (Red+Green+Blue) = 193+45+109=347 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.62% from 347); Green value is 45 (17.97% from 255 or 12.97% from 347); Blue value is 109 (42.97% from 255 or 31.41% from 347); Max value from RGB is 193 - color contains mainly: red. Hex color #C12D6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12D6D is #3ED292. Grayscale: #606060. Windows color (decimal): -4117139 or 7155137. OLE color: 7155137.
HSL color Cylindrical-coordinate representation of color #C12D6D: hue angle of 334.05º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C12D6D is Cyan = 0, Magento = 0.77, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 45 | 109 | - |
| CMYK | 0 | 0.77 | 0.44 | 0.24 |
| HSL | 334.05º | 0.62% | 0.47% | - |
| HSV(B) | 334.05º | 0.77% | 0.76% | - |
| XYZ | 25.69 | 14.32 | 15.88 | - |
| YUV | 96.55 | 135.03 | 196.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 45 | 109 | 0 | 0.77 | 0.44 | 0.24 | 334.05 | 0.62 | 0.47 |
| Hex | C1 | 2D | 6D | 0 | 4D | 2C | 18 | 14E | 3E | 2F |
| Octal | 301 | 55 | 155 | 0 | 115 | 54 | 30 | 516 | 76 | 57 |
| Binary | 11000001 | 101101 | 1101101 | 0 | 1001101 | 101100 | 11000 | 101001110 | 111110 | 101111 |
Color Harmonies of #C12D6D
Complementary color
Monochromatic Colors of #C12D6D
Black with #C12D6D
Text Example
Text Example
White with #C12D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12D6D; }
p { color: rgb(193,45,109); }
H1.HeaderClassName
{
color: #C12D6D;
}
.AnyTagClassName
{
color: #C12D6D;
}
</style>
background-color css
<style>
a { background-color: #C12D6D; }
a { background-color: rgb(193,45,109); }
div.DivClassName
{
background-color: #C12D6D;
}
.BgClassName
{
background-color: #C12D6D;
}
</style>
border-color css
<style>
span { border-color: #C12D6D; }
span { border-color: rgb(193,45,109); }
td.TdClassName
{
border-color: #C12D6D;
}
.TagClassName
{
border-color: #C12D6D;
}
</style>