Shades of Medium Violet Red #C31B7F
Tints of Medium Violet Red #C31B7F
RGB
CMYK
RGB Variations
Color information
#C31B7F (or 0xC31B7F) is known color: Medium Violet Red. HEX triplet: C3, 1B and 7F. RGB value is (195,27,127). Sum of RGB (Red+Green+Blue) = 195+27+127=349 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.87% from 349); Green value is 27 (10.94% from 255 or 7.74% from 349); Blue value is 127 (50% from 255 or 36.39% from 349); Max value from RGB is 195 - color contains mainly: red. Hex color #C31B7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C31B7F is #3CE480. Grayscale: #585858. Windows color (decimal): -3990657 or 8330179. OLE color: 8330179.
HSL color Cylindrical-coordinate representation of color #C31B7F: hue angle of 324.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 #C31B7F is Cyan = 0, Magento = 0.86, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 27 | 127 | - |
| CMYK | 0 | 0.86 | 0.35 | 0.24 |
| HSL | 324.29º | 0.76% | 0.44% | - |
| HSV(B) | 324.29º | 0.86% | 0.76% | - |
| XYZ | 26.73 | 13.92 | 21.36 | - |
| YUV | 88.63 | 149.66 | 203.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 27 | 127 | 0 | 0.86 | 0.35 | 0.24 | 324.29 | 0.76 | 0.44 |
| Hex | C3 | 1B | 7F | 0 | 56 | 23 | 18 | 144 | 4C | 2C |
| Octal | 303 | 33 | 177 | 0 | 126 | 43 | 30 | 504 | 114 | 54 |
| Binary | 11000011 | 11011 | 1111111 | 0 | 1010110 | 100011 | 11000 | 101000100 | 1001100 | 101100 |
Color Harmonies of #C31B7F
Complementary color
Monochromatic Colors of #C31B7F
Black with #C31B7F
Text Example
Text Example
White with #C31B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31B7F; }
p { color: rgb(195,27,127); }
H1.HeaderClassName
{
color: #C31B7F;
}
.AnyTagClassName
{
color: #C31B7F;
}
</style>
background-color css
<style>
a { background-color: #C31B7F; }
a { background-color: rgb(195,27,127); }
div.DivClassName
{
background-color: #C31B7F;
}
.BgClassName
{
background-color: #C31B7F;
}
</style>
border-color css
<style>
span { border-color: #C31B7F; }
span { border-color: rgb(195,27,127); }
td.TdClassName
{
border-color: #C31B7F;
}
.TagClassName
{
border-color: #C31B7F;
}
</style>