Shades of Medium Violet Red #C31289
Tints of Medium Violet Red #C31289
RGB
CMYK
RGB Variations
Color information
#C31289 (or 0xC31289) is known color: Medium Violet Red. HEX triplet: C3, 12 and 89. RGB value is (195,18,137). Sum of RGB (Red+Green+Blue) = 195+18+137=350 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.71% from 350); Green value is 18 (7.42% from 255 or 5.14% from 350); Blue value is 137 (53.91% from 255 or 39.14% from 350); Max value from RGB is 195 - color contains mainly: red. Hex color #C31289 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C31289 is #3CED76. Grayscale: #545454. Windows color (decimal): -3992951 or 8983235. OLE color: 8983235.
HSL color Cylindrical-coordinate representation of color #C31289: hue angle of 319.66º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C31289 is Cyan = 0, Magento = 0.91, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 18 | 137 | - |
| CMYK | 0 | 0.91 | 0.30 | 0.24 |
| HSL | 319.66º | 0.83% | 0.42% | - |
| HSV(B) | 319.66º | 0.91% | 0.76% | - |
| XYZ | 27.24 | 13.84 | 24.9 | - |
| YUV | 84.49 | 157.64 | 206.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 18 | 137 | 0 | 0.91 | 0.30 | 0.24 | 319.66 | 0.83 | 0.42 |
| Hex | C3 | 12 | 89 | 0 | 5B | 1E | 18 | 140 | 53 | 2A |
| Octal | 303 | 22 | 211 | 0 | 133 | 36 | 30 | 500 | 123 | 52 |
| Binary | 11000011 | 10010 | 10001001 | 0 | 1011011 | 11110 | 11000 | 101000000 | 1010011 | 101010 |
Color Harmonies of #C31289
Complementary color
Monochromatic Colors of #C31289
Black with #C31289
Text Example
Text Example
White with #C31289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31289; }
p { color: rgb(195,18,137); }
H1.HeaderClassName
{
color: #C31289;
}
.AnyTagClassName
{
color: #C31289;
}
</style>
background-color css
<style>
a { background-color: #C31289; }
a { background-color: rgb(195,18,137); }
div.DivClassName
{
background-color: #C31289;
}
.BgClassName
{
background-color: #C31289;
}
</style>
border-color css
<style>
span { border-color: #C31289; }
span { border-color: rgb(195,18,137); }
td.TdClassName
{
border-color: #C31289;
}
.TagClassName
{
border-color: #C31289;
}
</style>