Shades of Medium Red Violet #C12889
Tints of Medium Red Violet #C12889
RGB
CMYK
RGB Variations
Color information
#C12889 (or 0xC12889) is known color: Medium Red Violet. HEX triplet: C1, 28 and 89. RGB value is (193,40,137). Sum of RGB (Red+Green+Blue) = 193+40+137=370 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.16% from 370); Green value is 40 (16.02% from 255 or 10.81% from 370); Blue value is 137 (53.91% from 255 or 37.03% from 370); Max value from RGB is 193 - color contains mainly: red. Hex color #C12889 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12889 is #3ED776. Grayscale: #606060. Windows color (decimal): -4118391 or 8988865. OLE color: 8988865.
HSL color Cylindrical-coordinate representation of color #C12889: hue angle of 321.96º 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 #C12889 is Cyan = 0, Magento = 0.79, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 40 | 137 | - |
| CMYK | 0 | 0.79 | 0.29 | 0.24 |
| HSL | 321.96º | 0.66% | 0.46% | - |
| HSV(B) | 321.96º | 0.79% | 0.76% | - |
| XYZ | 27.27 | 14.66 | 25.06 | - |
| YUV | 96.81 | 150.69 | 196.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 40 | 137 | 0 | 0.79 | 0.29 | 0.24 | 321.96 | 0.66 | 0.46 |
| Hex | C1 | 28 | 89 | 0 | 4F | 1D | 18 | 142 | 42 | 2E |
| Octal | 301 | 50 | 211 | 0 | 117 | 35 | 30 | 502 | 102 | 56 |
| Binary | 11000001 | 101000 | 10001001 | 0 | 1001111 | 11101 | 11000 | 101000010 | 1000010 | 101110 |
Color Harmonies of #C12889
Complementary color
Monochromatic Colors of #C12889
Black with #C12889
Text Example
Text Example
White with #C12889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12889; }
p { color: rgb(193,40,137); }
H1.HeaderClassName
{
color: #C12889;
}
.AnyTagClassName
{
color: #C12889;
}
</style>
background-color css
<style>
a { background-color: #C12889; }
a { background-color: rgb(193,40,137); }
div.DivClassName
{
background-color: #C12889;
}
.BgClassName
{
background-color: #C12889;
}
</style>
border-color css
<style>
span { border-color: #C12889; }
span { border-color: rgb(193,40,137); }
td.TdClassName
{
border-color: #C12889;
}
.TagClassName
{
border-color: #C12889;
}
</style>