Shades of Medium Violet Red #C31B8D
Tints of Medium Violet Red #C31B8D
RGB
CMYK
RGB Variations
Color information
#C31B8D (or 0xC31B8D) is known color: Medium Violet Red. HEX triplet: C3, 1B and 8D. RGB value is (195,27,141). Sum of RGB (Red+Green+Blue) = 195+27+141=363 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.72% from 363); Green value is 27 (10.94% from 255 or 7.44% from 363); Blue value is 141 (55.47% from 255 or 38.84% from 363); Max value from RGB is 195 - color contains mainly: red. Hex color #C31B8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31B8D is #3CE472. Grayscale: #595959. Windows color (decimal): -3990643 or 9247683. OLE color: 9247683.
HSL color Cylindrical-coordinate representation of color #C31B8D: hue angle of 319.29º 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 #C31B8D is Cyan = 0, Magento = 0.86, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 27 | 141 | - |
| CMYK | 0 | 0.86 | 0.28 | 0.24 |
| HSL | 319.29º | 0.76% | 0.44% | - |
| HSV(B) | 319.29º | 0.86% | 0.76% | - |
| XYZ | 27.71 | 14.31 | 26.5 | - |
| YUV | 90.23 | 156.66 | 202.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 27 | 141 | 0 | 0.86 | 0.28 | 0.24 | 319.29 | 0.76 | 0.44 |
| Hex | C3 | 1B | 8D | 0 | 56 | 1C | 18 | 13F | 4C | 2C |
| Octal | 303 | 33 | 215 | 0 | 126 | 34 | 30 | 477 | 114 | 54 |
| Binary | 11000011 | 11011 | 10001101 | 0 | 1010110 | 11100 | 11000 | 100111111 | 1001100 | 101100 |
Color Harmonies of #C31B8D
Complementary color
Monochromatic Colors of #C31B8D
Black with #C31B8D
Text Example
Text Example
White with #C31B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31B8D; }
p { color: rgb(195,27,141); }
H1.HeaderClassName
{
color: #C31B8D;
}
.AnyTagClassName
{
color: #C31B8D;
}
</style>
background-color css
<style>
a { background-color: #C31B8D; }
a { background-color: rgb(195,27,141); }
div.DivClassName
{
background-color: #C31B8D;
}
.BgClassName
{
background-color: #C31B8D;
}
</style>
border-color css
<style>
span { border-color: #C31B8D; }
span { border-color: rgb(195,27,141); }
td.TdClassName
{
border-color: #C31B8D;
}
.TagClassName
{
border-color: #C31B8D;
}
</style>