Shades of Medium Red Violet #C0316F
Tints of Medium Red Violet #C0316F
RGB
CMYK
RGB Variations
Color information
#C0316F (or 0xC0316F) is known color: Medium Red Violet. HEX triplet: C0, 31 and 6F. RGB value is (192,49,111). Sum of RGB (Red+Green+Blue) = 192+49+111=352 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.55% from 352); Green value is 49 (19.53% from 255 or 13.92% from 352); Blue value is 111 (43.75% from 255 or 31.53% from 352); Max value from RGB is 192 - color contains mainly: red. Hex color #C0316F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0316F is #3FCE90. Grayscale: #626262. Windows color (decimal): -4181649 or 7287232. OLE color: 7287232.
HSL color Cylindrical-coordinate representation of color #C0316F: hue angle of 333.99º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C0316F is Cyan = 0, Magento = 0.74, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 49 | 111 | - |
| CMYK | 0 | 0.74 | 0.42 | 0.25 |
| HSL | 333.99º | 0.59% | 0.47% | - |
| HSV(B) | 333.99º | 0.74% | 0.75% | - |
| XYZ | 25.71 | 14.55 | 16.49 | - |
| YUV | 98.83 | 134.88 | 194.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 49 | 111 | 0 | 0.74 | 0.42 | 0.25 | 333.99 | 0.59 | 0.47 |
| Hex | C0 | 31 | 6F | 0 | 4A | 2A | 19 | 14E | 3B | 2F |
| Octal | 300 | 61 | 157 | 0 | 112 | 52 | 31 | 516 | 73 | 57 |
| Binary | 11000000 | 110001 | 1101111 | 0 | 1001010 | 101010 | 11001 | 101001110 | 111011 | 101111 |
Color Harmonies of #C0316F
Complementary color
Monochromatic Colors of #C0316F
Black with #C0316F
Text Example
Text Example
White with #C0316F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0316F; }
p { color: rgb(192,49,111); }
H1.HeaderClassName
{
color: #C0316F;
}
.AnyTagClassName
{
color: #C0316F;
}
</style>
background-color css
<style>
a { background-color: #C0316F; }
a { background-color: rgb(192,49,111); }
div.DivClassName
{
background-color: #C0316F;
}
.BgClassName
{
background-color: #C0316F;
}
</style>
border-color css
<style>
span { border-color: #C0316F; }
span { border-color: rgb(192,49,111); }
td.TdClassName
{
border-color: #C0316F;
}
.TagClassName
{
border-color: #C0316F;
}
</style>