Shades of Medium Violet Red #C31B72
Tints of Medium Violet Red #C31B72
RGB
CMYK
RGB Variations
Color information
#C31B72 (or 0xC31B72) is known color: Medium Violet Red. HEX triplet: C3, 1B and 72. RGB value is (195,27,114). Sum of RGB (Red+Green+Blue) = 195+27+114=336 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.04% from 336); Green value is 27 (10.94% from 255 or 8.04% from 336); Blue value is 114 (44.92% from 255 or 33.93% from 336); Max value from RGB is 195 - color contains mainly: red. Hex color #C31B72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C31B72 is #3CE48D. Grayscale: #565656. Windows color (decimal): -3990670 or 7478211. OLE color: 7478211.
HSL color Cylindrical-coordinate representation of color #C31B72: hue angle of 328.93º 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 #C31B72 is Cyan = 0, Magento = 0.86, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 27 | 114 | - |
| CMYK | 0 | 0.86 | 0.42 | 0.24 |
| HSL | 328.93º | 0.76% | 0.44% | - |
| HSV(B) | 328.93º | 0.86% | 0.76% | - |
| XYZ | 25.93 | 13.6 | 17.18 | - |
| YUV | 87.15 | 143.16 | 204.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 27 | 114 | 0 | 0.86 | 0.42 | 0.24 | 328.93 | 0.76 | 0.44 |
| Hex | C3 | 1B | 72 | 0 | 56 | 2A | 18 | 149 | 4C | 2C |
| Octal | 303 | 33 | 162 | 0 | 126 | 52 | 30 | 511 | 114 | 54 |
| Binary | 11000011 | 11011 | 1110010 | 0 | 1010110 | 101010 | 11000 | 101001001 | 1001100 | 101100 |
Color Harmonies of #C31B72
Complementary color
Monochromatic Colors of #C31B72
Black with #C31B72
Text Example
Text Example
White with #C31B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31B72; }
p { color: rgb(195,27,114); }
H1.HeaderClassName
{
color: #C31B72;
}
.AnyTagClassName
{
color: #C31B72;
}
</style>
background-color css
<style>
a { background-color: #C31B72; }
a { background-color: rgb(195,27,114); }
div.DivClassName
{
background-color: #C31B72;
}
.BgClassName
{
background-color: #C31B72;
}
</style>
border-color css
<style>
span { border-color: #C31B72; }
span { border-color: rgb(195,27,114); }
td.TdClassName
{
border-color: #C31B72;
}
.TagClassName
{
border-color: #C31B72;
}
</style>