Shades of Medium Violet Red #C31089
Tints of Medium Violet Red #C31089
RGB
CMYK
RGB Variations
Color information
#C31089 (or 0xC31089) is known color: Medium Violet Red. HEX triplet: C3, 10 and 89. RGB value is (195,16,137). Sum of RGB (Red+Green+Blue) = 195+16+137=348 (46% of max value = 765). Red value is 195 (76.56% from 255 or 56.03% from 348); Green value is 16 (6.64% from 255 or 4.60% from 348); Blue value is 137 (53.91% from 255 or 39.37% from 348); Max value from RGB is 195 - color contains mainly: red. Hex color #C31089 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C31089 is #3CEF76. Grayscale: #535353. Windows color (decimal): -3993463 or 8982723. OLE color: 8982723.
HSL color Cylindrical-coordinate representation of color #C31089: hue angle of 319.44º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C31089 is Cyan = 0, Magento = 0.92, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 16 | 137 | - |
| CMYK | 0 | 0.92 | 0.30 | 0.24 |
| HSL | 319.44º | 0.85% | 0.41% | - |
| HSV(B) | 319.44º | 0.92% | 0.76% | - |
| XYZ | 27.21 | 13.78 | 24.89 | - |
| YUV | 83.32 | 158.3 | 207.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 16 | 137 | 0 | 0.92 | 0.30 | 0.24 | 319.44 | 0.85 | 0.41 |
| Hex | C3 | 10 | 89 | 0 | 5C | 1E | 18 | 13F | 55 | 29 |
| Octal | 303 | 20 | 211 | 0 | 134 | 36 | 30 | 477 | 125 | 51 |
| Binary | 11000011 | 10000 | 10001001 | 0 | 1011100 | 11110 | 11000 | 100111111 | 1010101 | 101001 |
Color Harmonies of #C31089
Complementary color
Monochromatic Colors of #C31089
Black with #C31089
Text Example
Text Example
White with #C31089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31089; }
p { color: rgb(195,16,137); }
H1.HeaderClassName
{
color: #C31089;
}
.AnyTagClassName
{
color: #C31089;
}
</style>
background-color css
<style>
a { background-color: #C31089; }
a { background-color: rgb(195,16,137); }
div.DivClassName
{
background-color: #C31089;
}
.BgClassName
{
background-color: #C31089;
}
</style>
border-color css
<style>
span { border-color: #C31089; }
span { border-color: rgb(195,16,137); }
td.TdClassName
{
border-color: #C31089;
}
.TagClassName
{
border-color: #C31089;
}
</style>