Shades of Medium Red Violet #C12B9F
Tints of Medium Red Violet #C12B9F
RGB
CMYK
RGB Variations
Color information
#C12B9F (or 0xC12B9F) is known color: Medium Red Violet. HEX triplet: C1, 2B and 9F. RGB value is (193,43,159). Sum of RGB (Red+Green+Blue) = 193+43+159=395 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.86% from 395); Green value is 43 (17.19% from 255 or 10.89% from 395); Blue value is 159 (62.5% from 255 or 40.25% from 395); Max value from RGB is 193 - color contains mainly: red. Hex color #C12B9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12B9F is #3ED460. Grayscale: #646464. Windows color (decimal): -4117601 or 10431425. OLE color: 10431425.
HSL color Cylindrical-coordinate representation of color #C12B9F: hue angle of 313.6º 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 #C12B9F is Cyan = 0, Magento = 0.78, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 43 | 159 | - |
| CMYK | 0 | 0.78 | 0.18 | 0.24 |
| HSL | 313.6º | 0.64% | 0.46% | - |
| HSV(B) | 313.6º | 0.78% | 0.76% | - |
| XYZ | 29.11 | 15.57 | 34.27 | - |
| YUV | 101.07 | 160.7 | 193.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 43 | 159 | 0 | 0.78 | 0.18 | 0.24 | 313.6 | 0.64 | 0.46 |
| Hex | C1 | 2B | 9F | 0 | 4E | 12 | 18 | 13A | 40 | 2E |
| Octal | 301 | 53 | 237 | 0 | 116 | 22 | 30 | 472 | 100 | 56 |
| Binary | 11000001 | 101011 | 10011111 | 0 | 1001110 | 10010 | 11000 | 100111010 | 1000000 | 101110 |
Color Harmonies of #C12B9F
Complementary color
Monochromatic Colors of #C12B9F
Black with #C12B9F
Text Example
Text Example
White with #C12B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12B9F; }
p { color: rgb(193,43,159); }
H1.HeaderClassName
{
color: #C12B9F;
}
.AnyTagClassName
{
color: #C12B9F;
}
</style>
background-color css
<style>
a { background-color: #C12B9F; }
a { background-color: rgb(193,43,159); }
div.DivClassName
{
background-color: #C12B9F;
}
.BgClassName
{
background-color: #C12B9F;
}
</style>
border-color css
<style>
span { border-color: #C12B9F; }
span { border-color: rgb(193,43,159); }
td.TdClassName
{
border-color: #C12B9F;
}
.TagClassName
{
border-color: #C12B9F;
}
</style>