Shades of Medium Violet Red #C31777
Tints of Medium Violet Red #C31777
RGB
CMYK
RGB Variations
Color information
#C31777 (or 0xC31777) is known color: Medium Violet Red. HEX triplet: C3, 17 and 77. RGB value is (195,23,119). Sum of RGB (Red+Green+Blue) = 195+23+119=337 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.86% from 337); Green value is 23 (9.38% from 255 or 6.82% from 337); Blue value is 119 (46.88% from 255 or 35.31% from 337); Max value from RGB is 195 - color contains mainly: red. Hex color #C31777 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31777 is #3CE888. Grayscale: #555555. Windows color (decimal): -3991689 or 7804867. OLE color: 7804867.
HSL color Cylindrical-coordinate representation of color #C31777: hue angle of 326.51º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C31777 is Cyan = 0, Magento = 0.88, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 23 | 119 | - |
| CMYK | 0 | 0.88 | 0.39 | 0.24 |
| HSL | 326.51º | 0.79% | 0.43% | - |
| HSV(B) | 326.51º | 0.88% | 0.76% | - |
| XYZ | 26.14 | 13.55 | 18.69 | - |
| YUV | 85.37 | 146.98 | 206.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 23 | 119 | 0 | 0.88 | 0.39 | 0.24 | 326.51 | 0.79 | 0.43 |
| Hex | C3 | 17 | 77 | 0 | 58 | 27 | 18 | 147 | 4F | 2B |
| Octal | 303 | 27 | 167 | 0 | 130 | 47 | 30 | 507 | 117 | 53 |
| Binary | 11000011 | 10111 | 1110111 | 0 | 1011000 | 100111 | 11000 | 101000111 | 1001111 | 101011 |
Color Harmonies of #C31777
Complementary color
Monochromatic Colors of #C31777
Black with #C31777
Text Example
Text Example
White with #C31777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31777; }
p { color: rgb(195,23,119); }
H1.HeaderClassName
{
color: #C31777;
}
.AnyTagClassName
{
color: #C31777;
}
</style>
background-color css
<style>
a { background-color: #C31777; }
a { background-color: rgb(195,23,119); }
div.DivClassName
{
background-color: #C31777;
}
.BgClassName
{
background-color: #C31777;
}
</style>
border-color css
<style>
span { border-color: #C31777; }
span { border-color: rgb(195,23,119); }
td.TdClassName
{
border-color: #C31777;
}
.TagClassName
{
border-color: #C31777;
}
</style>