Shades of Medium Violet Red #C31D7B
Tints of Medium Violet Red #C31D7B
RGB
CMYK
RGB Variations
Color information
#C31D7B (or 0xC31D7B) is known color: Medium Violet Red. HEX triplet: C3, 1D and 7B. RGB value is (195,29,123). Sum of RGB (Red+Green+Blue) = 195+29+123=347 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.20% from 347); Green value is 29 (11.72% from 255 or 8.36% from 347); Blue value is 123 (48.44% from 255 or 35.45% from 347); Max value from RGB is 195 - color contains mainly: red. Hex color #C31D7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C31D7B is #3CE284. Grayscale: #595959. Windows color (decimal): -3990149 or 8068547. OLE color: 8068547.
HSL color Cylindrical-coordinate representation of color #C31D7B: hue angle of 326.02º 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 #C31D7B is Cyan = 0, Magento = 0.85, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 29 | 123 | - |
| CMYK | 0 | 0.85 | 0.37 | 0.24 |
| HSL | 326.02º | 0.74% | 0.44% | - |
| HSV(B) | 326.02º | 0.85% | 0.76% | - |
| XYZ | 26.52 | 13.91 | 20.03 | - |
| YUV | 89.35 | 147 | 203.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 29 | 123 | 0 | 0.85 | 0.37 | 0.24 | 326.02 | 0.74 | 0.44 |
| Hex | C3 | 1D | 7B | 0 | 55 | 25 | 18 | 146 | 4A | 2C |
| Octal | 303 | 35 | 173 | 0 | 125 | 45 | 30 | 506 | 112 | 54 |
| Binary | 11000011 | 11101 | 1111011 | 0 | 1010101 | 100101 | 11000 | 101000110 | 1001010 | 101100 |
Color Harmonies of #C31D7B
Complementary color
Monochromatic Colors of #C31D7B
Black with #C31D7B
Text Example
Text Example
White with #C31D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31D7B; }
p { color: rgb(195,29,123); }
H1.HeaderClassName
{
color: #C31D7B;
}
.AnyTagClassName
{
color: #C31D7B;
}
</style>
background-color css
<style>
a { background-color: #C31D7B; }
a { background-color: rgb(195,29,123); }
div.DivClassName
{
background-color: #C31D7B;
}
.BgClassName
{
background-color: #C31D7B;
}
</style>
border-color css
<style>
span { border-color: #C31D7B; }
span { border-color: rgb(195,29,123); }
td.TdClassName
{
border-color: #C31D7B;
}
.TagClassName
{
border-color: #C31D7B;
}
</style>