Shades of Medium Violet Red #C31B7B
Tints of Medium Violet Red #C31B7B
RGB
CMYK
RGB Variations
Color information
#C31B7B (or 0xC31B7B) is known color: Medium Violet Red. HEX triplet: C3, 1B and 7B. RGB value is (195,27,123). Sum of RGB (Red+Green+Blue) = 195+27+123=345 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.52% from 345); Green value is 27 (10.94% from 255 or 7.83% from 345); Blue value is 123 (48.44% from 255 or 35.65% from 345); Max value from RGB is 195 - color contains mainly: red. Hex color #C31B7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C31B7B is #3CE484. Grayscale: #575757. Windows color (decimal): -3990661 or 8068035. OLE color: 8068035.
HSL color Cylindrical-coordinate representation of color #C31B7B: hue angle of 325.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 #C31B7B is Cyan = 0, Magento = 0.86, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 27 | 123 | - |
| CMYK | 0 | 0.86 | 0.37 | 0.24 |
| HSL | 325.71º | 0.76% | 0.44% | - |
| HSV(B) | 325.71º | 0.86% | 0.76% | - |
| XYZ | 26.47 | 13.82 | 20.01 | - |
| YUV | 88.18 | 147.66 | 204.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 27 | 123 | 0 | 0.86 | 0.37 | 0.24 | 325.71 | 0.76 | 0.44 |
| Hex | C3 | 1B | 7B | 0 | 56 | 25 | 18 | 146 | 4C | 2C |
| Octal | 303 | 33 | 173 | 0 | 126 | 45 | 30 | 506 | 114 | 54 |
| Binary | 11000011 | 11011 | 1111011 | 0 | 1010110 | 100101 | 11000 | 101000110 | 1001100 | 101100 |
Color Harmonies of #C31B7B
Complementary color
Monochromatic Colors of #C31B7B
Black with #C31B7B
Text Example
Text Example
White with #C31B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31B7B; }
p { color: rgb(195,27,123); }
H1.HeaderClassName
{
color: #C31B7B;
}
.AnyTagClassName
{
color: #C31B7B;
}
</style>
background-color css
<style>
a { background-color: #C31B7B; }
a { background-color: rgb(195,27,123); }
div.DivClassName
{
background-color: #C31B7B;
}
.BgClassName
{
background-color: #C31B7B;
}
</style>
border-color css
<style>
span { border-color: #C31B7B; }
span { border-color: rgb(195,27,123); }
td.TdClassName
{
border-color: #C31B7B;
}
.TagClassName
{
border-color: #C31B7B;
}
</style>