Shades of Medium Red Violet #C3316D
Tints of Medium Red Violet #C3316D
RGB
CMYK
RGB Variations
Color information
#C3316D (or 0xC3316D) is known color: Medium Red Violet. HEX triplet: C3, 31 and 6D. RGB value is (195,49,109). Sum of RGB (Red+Green+Blue) = 195+49+109=353 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.24% from 353); Green value is 49 (19.53% from 255 or 13.88% from 353); Blue value is 109 (42.97% from 255 or 30.88% from 353); Max value from RGB is 195 - color contains mainly: red. Hex color #C3316D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3316D is #3CCE92. Grayscale: #636363. Windows color (decimal): -3985043 or 7156163. OLE color: 7156163.
HSL color Cylindrical-coordinate representation of color #C3316D: hue angle of 335.34º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C3316D is Cyan = 0, Magento = 0.75, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 49 | 109 | - |
| CMYK | 0 | 0.75 | 0.44 | 0.24 |
| HSL | 335.34º | 0.6% | 0.48% | - |
| HSV(B) | 335.34º | 0.75% | 0.76% | - |
| XYZ | 26.36 | 14.9 | 15.95 | - |
| YUV | 99.49 | 133.37 | 196.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 49 | 109 | 0 | 0.75 | 0.44 | 0.24 | 335.34 | 0.6 | 0.48 |
| Hex | C3 | 31 | 6D | 0 | 4B | 2C | 18 | 14F | 3C | 30 |
| Octal | 303 | 61 | 155 | 0 | 113 | 54 | 30 | 517 | 74 | 60 |
| Binary | 11000011 | 110001 | 1101101 | 0 | 1001011 | 101100 | 11000 | 101001111 | 111100 | 110000 |
Color Harmonies of #C3316D
Complementary color
Monochromatic Colors of #C3316D
Black with #C3316D
Text Example
Text Example
White with #C3316D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3316D; }
p { color: rgb(195,49,109); }
H1.HeaderClassName
{
color: #C3316D;
}
.AnyTagClassName
{
color: #C3316D;
}
</style>
background-color css
<style>
a { background-color: #C3316D; }
a { background-color: rgb(195,49,109); }
div.DivClassName
{
background-color: #C3316D;
}
.BgClassName
{
background-color: #C3316D;
}
</style>
border-color css
<style>
span { border-color: #C3316D; }
span { border-color: rgb(195,49,109); }
td.TdClassName
{
border-color: #C3316D;
}
.TagClassName
{
border-color: #C3316D;
}
</style>