Shades of Medium Violet Red #C12389
Tints of Medium Violet Red #C12389
RGB
CMYK
RGB Variations
Color information
#C12389 (or 0xC12389) is known color: Medium Violet Red. HEX triplet: C1, 23 and 89. RGB value is (193,35,137). Sum of RGB (Red+Green+Blue) = 193+35+137=365 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.88% from 365); Green value is 35 (14.06% from 255 or 9.59% from 365); Blue value is 137 (53.91% from 255 or 37.53% from 365); Max value from RGB is 193 - color contains mainly: red. Hex color #C12389 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12389 is #3EDC76. Grayscale: #5D5D5D. Windows color (decimal): -4119671 or 8987585. OLE color: 8987585.
HSL color Cylindrical-coordinate representation of color #C12389: hue angle of 321.27º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C12389 is Cyan = 0, Magento = 0.82, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 35 | 137 | - |
| CMYK | 0 | 0.82 | 0.29 | 0.24 |
| HSL | 321.27º | 0.69% | 0.45% | - |
| HSV(B) | 321.27º | 0.82% | 0.76% | - |
| XYZ | 27.11 | 14.35 | 25.01 | - |
| YUV | 93.87 | 152.35 | 198.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 35 | 137 | 0 | 0.82 | 0.29 | 0.24 | 321.27 | 0.69 | 0.45 |
| Hex | C1 | 23 | 89 | 0 | 52 | 1D | 18 | 141 | 45 | 2D |
| Octal | 301 | 43 | 211 | 0 | 122 | 35 | 30 | 501 | 105 | 55 |
| Binary | 11000001 | 100011 | 10001001 | 0 | 1010010 | 11101 | 11000 | 101000001 | 1000101 | 101101 |
Color Harmonies of #C12389
Complementary color
Monochromatic Colors of #C12389
Black with #C12389
Text Example
Text Example
White with #C12389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12389; }
p { color: rgb(193,35,137); }
H1.HeaderClassName
{
color: #C12389;
}
.AnyTagClassName
{
color: #C12389;
}
</style>
background-color css
<style>
a { background-color: #C12389; }
a { background-color: rgb(193,35,137); }
div.DivClassName
{
background-color: #C12389;
}
.BgClassName
{
background-color: #C12389;
}
</style>
border-color css
<style>
span { border-color: #C12389; }
span { border-color: rgb(193,35,137); }
td.TdClassName
{
border-color: #C12389;
}
.TagClassName
{
border-color: #C12389;
}
</style>