Shades of Medium Violet Red #C31D8B
Tints of Medium Violet Red #C31D8B
RGB
CMYK
RGB Variations
Color information
#C31D8B (or 0xC31D8B) is known color: Medium Violet Red. HEX triplet: C3, 1D and 8B. RGB value is (195,29,139). Sum of RGB (Red+Green+Blue) = 195+29+139=363 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.72% from 363); Green value is 29 (11.72% from 255 or 7.99% from 363); Blue value is 139 (54.69% from 255 or 38.29% from 363); Max value from RGB is 195 - color contains mainly: red. Hex color #C31D8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31D8B is #3CE274. Grayscale: #5A5A5A. Windows color (decimal): -3990133 or 9117123. OLE color: 9117123.
HSL color Cylindrical-coordinate representation of color #C31D8B: hue angle of 320.24º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C31D8B is Cyan = 0, Magento = 0.85, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 29 | 139 | - |
| CMYK | 0 | 0.85 | 0.29 | 0.24 |
| HSL | 320.24º | 0.74% | 0.44% | - |
| HSV(B) | 320.24º | 0.85% | 0.76% | - |
| XYZ | 27.61 | 14.34 | 25.74 | - |
| YUV | 91.17 | 155 | 202.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 29 | 139 | 0 | 0.85 | 0.29 | 0.24 | 320.24 | 0.74 | 0.44 |
| Hex | C3 | 1D | 8B | 0 | 55 | 1D | 18 | 140 | 4A | 2C |
| Octal | 303 | 35 | 213 | 0 | 125 | 35 | 30 | 500 | 112 | 54 |
| Binary | 11000011 | 11101 | 10001011 | 0 | 1010101 | 11101 | 11000 | 101000000 | 1001010 | 101100 |
Color Harmonies of #C31D8B
Complementary color
Monochromatic Colors of #C31D8B
Black with #C31D8B
Text Example
Text Example
White with #C31D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31D8B; }
p { color: rgb(195,29,139); }
H1.HeaderClassName
{
color: #C31D8B;
}
.AnyTagClassName
{
color: #C31D8B;
}
</style>
background-color css
<style>
a { background-color: #C31D8B; }
a { background-color: rgb(195,29,139); }
div.DivClassName
{
background-color: #C31D8B;
}
.BgClassName
{
background-color: #C31D8B;
}
</style>
border-color css
<style>
span { border-color: #C31D8B; }
span { border-color: rgb(195,29,139); }
td.TdClassName
{
border-color: #C31D8B;
}
.TagClassName
{
border-color: #C31D8B;
}
</style>