Shades of Medium Violet Red #C31B89
Tints of Medium Violet Red #C31B89
RGB
CMYK
RGB Variations
Color information
#C31B89 (or 0xC31B89) is known color: Medium Violet Red. HEX triplet: C3, 1B and 89. RGB value is (195,27,137). Sum of RGB (Red+Green+Blue) = 195+27+137=359 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.32% from 359); Green value is 27 (10.94% from 255 or 7.52% from 359); Blue value is 137 (53.91% from 255 or 38.16% from 359); Max value from RGB is 195 - color contains mainly: red. Hex color #C31B89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31B89 is #3CE476. Grayscale: #595959. Windows color (decimal): -3990647 or 8985539. OLE color: 8985539.
HSL color Cylindrical-coordinate representation of color #C31B89: hue angle of 320.71º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C31B89 is Cyan = 0, Magento = 0.86, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 27 | 137 | - |
| CMYK | 0 | 0.86 | 0.30 | 0.24 |
| HSL | 320.71º | 0.76% | 0.44% | - |
| HSV(B) | 320.71º | 0.86% | 0.76% | - |
| XYZ | 27.41 | 14.19 | 24.96 | - |
| YUV | 89.77 | 154.66 | 203.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 27 | 137 | 0 | 0.86 | 0.30 | 0.24 | 320.71 | 0.76 | 0.44 |
| Hex | C3 | 1B | 89 | 0 | 56 | 1E | 18 | 141 | 4C | 2C |
| Octal | 303 | 33 | 211 | 0 | 126 | 36 | 30 | 501 | 114 | 54 |
| Binary | 11000011 | 11011 | 10001001 | 0 | 1010110 | 11110 | 11000 | 101000001 | 1001100 | 101100 |
Color Harmonies of #C31B89
Complementary color
Monochromatic Colors of #C31B89
Black with #C31B89
Text Example
Text Example
White with #C31B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31B89; }
p { color: rgb(195,27,137); }
H1.HeaderClassName
{
color: #C31B89;
}
.AnyTagClassName
{
color: #C31B89;
}
</style>
background-color css
<style>
a { background-color: #C31B89; }
a { background-color: rgb(195,27,137); }
div.DivClassName
{
background-color: #C31B89;
}
.BgClassName
{
background-color: #C31B89;
}
</style>
border-color css
<style>
span { border-color: #C31B89; }
span { border-color: rgb(195,27,137); }
td.TdClassName
{
border-color: #C31B89;
}
.TagClassName
{
border-color: #C31B89;
}
</style>