Shades of Medium Red Violet #C12891
Tints of Medium Red Violet #C12891
RGB
CMYK
RGB Variations
Color information
#C12891 (or 0xC12891) is known color: Medium Red Violet. HEX triplet: C1, 28 and 91. RGB value is (193,40,145). Sum of RGB (Red+Green+Blue) = 193+40+145=378 (50% of max value = 765). Red value is 193 (75.78% from 255 or 51.06% from 378); Green value is 40 (16.02% from 255 or 10.58% from 378); Blue value is 145 (57.03% from 255 or 38.36% from 378); Max value from RGB is 193 - color contains mainly: red. Hex color #C12891 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12891 is #3ED76E. Grayscale: #616161. Windows color (decimal): -4118383 or 9513153. OLE color: 9513153.
HSL color Cylindrical-coordinate representation of color #C12891: hue angle of 318.82º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C12891 is Cyan = 0, Magento = 0.79, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 40 | 145 | - |
| CMYK | 0 | 0.79 | 0.25 | 0.24 |
| HSL | 318.82º | 0.66% | 0.46% | - |
| HSV(B) | 318.82º | 0.79% | 0.76% | - |
| XYZ | 27.86 | 14.9 | 28.2 | - |
| YUV | 97.72 | 154.69 | 195.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 40 | 145 | 0 | 0.79 | 0.25 | 0.24 | 318.82 | 0.66 | 0.46 |
| Hex | C1 | 28 | 91 | 0 | 4F | 19 | 18 | 13F | 42 | 2E |
| Octal | 301 | 50 | 221 | 0 | 117 | 31 | 30 | 477 | 102 | 56 |
| Binary | 11000001 | 101000 | 10010001 | 0 | 1001111 | 11001 | 11000 | 100111111 | 1000010 | 101110 |
Color Harmonies of #C12891
Complementary color
Monochromatic Colors of #C12891
Black with #C12891
Text Example
Text Example
White with #C12891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12891; }
p { color: rgb(193,40,145); }
H1.HeaderClassName
{
color: #C12891;
}
.AnyTagClassName
{
color: #C12891;
}
</style>
background-color css
<style>
a { background-color: #C12891; }
a { background-color: rgb(193,40,145); }
div.DivClassName
{
background-color: #C12891;
}
.BgClassName
{
background-color: #C12891;
}
</style>
border-color css
<style>
span { border-color: #C12891; }
span { border-color: rgb(193,40,145); }
td.TdClassName
{
border-color: #C12891;
}
.TagClassName
{
border-color: #C12891;
}
</style>