Shades of Medium Red Violet #C12D9F
Tints of Medium Red Violet #C12D9F
RGB
CMYK
RGB Variations
Color information
#C12D9F (or 0xC12D9F) is known color: Medium Red Violet. HEX triplet: C1, 2D and 9F. RGB value is (193,45,159). Sum of RGB (Red+Green+Blue) = 193+45+159=397 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.61% from 397); Green value is 45 (17.97% from 255 or 11.34% from 397); Blue value is 159 (62.5% from 255 or 40.05% from 397); Max value from RGB is 193 - color contains mainly: red. Hex color #C12D9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12D9F is #3ED260. Grayscale: #656565. Windows color (decimal): -4117089 or 10431937. OLE color: 10431937.
HSL color Cylindrical-coordinate representation of color #C12D9F: hue angle of 313.78º 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 #C12D9F is Cyan = 0, Magento = 0.77, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 45 | 159 | - |
| CMYK | 0 | 0.77 | 0.18 | 0.24 |
| HSL | 313.78º | 0.62% | 0.47% | - |
| HSV(B) | 313.78º | 0.77% | 0.76% | - |
| XYZ | 29.19 | 15.72 | 34.3 | - |
| YUV | 102.25 | 160.03 | 192.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 45 | 159 | 0 | 0.77 | 0.18 | 0.24 | 313.78 | 0.62 | 0.47 |
| Hex | C1 | 2D | 9F | 0 | 4D | 12 | 18 | 13A | 3E | 2F |
| Octal | 301 | 55 | 237 | 0 | 115 | 22 | 30 | 472 | 76 | 57 |
| Binary | 11000001 | 101101 | 10011111 | 0 | 1001101 | 10010 | 11000 | 100111010 | 111110 | 101111 |
Color Harmonies of #C12D9F
Complementary color
Monochromatic Colors of #C12D9F
Black with #C12D9F
Text Example
Text Example
White with #C12D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12D9F; }
p { color: rgb(193,45,159); }
H1.HeaderClassName
{
color: #C12D9F;
}
.AnyTagClassName
{
color: #C12D9F;
}
</style>
background-color css
<style>
a { background-color: #C12D9F; }
a { background-color: rgb(193,45,159); }
div.DivClassName
{
background-color: #C12D9F;
}
.BgClassName
{
background-color: #C12D9F;
}
</style>
border-color css
<style>
span { border-color: #C12D9F; }
span { border-color: rgb(193,45,159); }
td.TdClassName
{
border-color: #C12D9F;
}
.TagClassName
{
border-color: #C12D9F;
}
</style>