Shades of Medium Red Violet #C3316F
Tints of Medium Red Violet #C3316F
RGB
CMYK
RGB Variations
Color information
#C3316F (or 0xC3316F) is known color: Medium Red Violet. HEX triplet: C3, 31 and 6F. RGB value is (195,49,111). Sum of RGB (Red+Green+Blue) = 195+49+111=355 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.93% from 355); Green value is 49 (19.53% from 255 or 13.80% from 355); Blue value is 111 (43.75% from 255 or 31.27% from 355); Max value from RGB is 195 - color contains mainly: red. Hex color #C3316F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3316F is #3CCE90. Grayscale: #636363. Windows color (decimal): -3985041 or 7287235. OLE color: 7287235.
HSL color Cylindrical-coordinate representation of color #C3316F: hue angle of 334.52º 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 #C3316F is Cyan = 0, Magento = 0.75, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 49 | 111 | - |
| CMYK | 0 | 0.75 | 0.43 | 0.24 |
| HSL | 334.52º | 0.6% | 0.48% | - |
| HSV(B) | 334.52º | 0.75% | 0.76% | - |
| XYZ | 26.47 | 14.95 | 16.53 | - |
| YUV | 99.72 | 134.37 | 195.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 49 | 111 | 0 | 0.75 | 0.43 | 0.24 | 334.52 | 0.6 | 0.48 |
| Hex | C3 | 31 | 6F | 0 | 4B | 2B | 18 | 14F | 3C | 30 |
| Octal | 303 | 61 | 157 | 0 | 113 | 53 | 30 | 517 | 74 | 60 |
| Binary | 11000011 | 110001 | 1101111 | 0 | 1001011 | 101011 | 11000 | 101001111 | 111100 | 110000 |
Color Harmonies of #C3316F
Complementary color
Monochromatic Colors of #C3316F
Black with #C3316F
Text Example
Text Example
White with #C3316F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3316F; }
p { color: rgb(195,49,111); }
H1.HeaderClassName
{
color: #C3316F;
}
.AnyTagClassName
{
color: #C3316F;
}
</style>
background-color css
<style>
a { background-color: #C3316F; }
a { background-color: rgb(195,49,111); }
div.DivClassName
{
background-color: #C3316F;
}
.BgClassName
{
background-color: #C3316F;
}
</style>
border-color css
<style>
span { border-color: #C3316F; }
span { border-color: rgb(195,49,111); }
td.TdClassName
{
border-color: #C3316F;
}
.TagClassName
{
border-color: #C3316F;
}
</style>