Shades of Medium Red Violet #C73674
Tints of Medium Red Violet #C73674
RGB
CMYK
RGB Variations
Color information
#C73674 (or 0xC73674) is known color: Medium Red Violet. HEX triplet: C7, 36 and 74. RGB value is (199,54,116). Sum of RGB (Red+Green+Blue) = 199+54+116=369 (48% of max value = 765). Red value is 199 (78.12% from 255 or 53.93% from 369); Green value is 54 (21.48% from 255 or 14.63% from 369); Blue value is 116 (45.70% from 255 or 31.44% from 369); Max value from RGB is 199 - color contains mainly: red. Hex color #C73674 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73674 is #38C98B. Grayscale: #686868. Windows color (decimal): -3721612 or 7616199. OLE color: 7616199.
HSL color Cylindrical-coordinate representation of color #C73674: hue angle of 334.34º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C73674 is Cyan = 0, Magento = 0.73, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 54 | 116 | - |
| CMYK | 0 | 0.73 | 0.42 | 0.22 |
| HSL | 334.34º | 0.57% | 0.5% | - |
| HSV(B) | 334.34º | 0.73% | 0.78% | - |
| XYZ | 28.02 | 16.04 | 18.14 | - |
| YUV | 104.42 | 134.54 | 195.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 54 | 116 | 0 | 0.73 | 0.42 | 0.22 | 334.34 | 0.57 | 0.5 |
| Hex | C7 | 36 | 74 | 0 | 49 | 2A | 16 | 14E | 39 | 32 |
| Octal | 307 | 66 | 164 | 0 | 111 | 52 | 26 | 516 | 71 | 62 |
| Binary | 11000111 | 110110 | 1110100 | 0 | 1001001 | 101010 | 10110 | 101001110 | 111001 | 110010 |
Color Harmonies of #C73674
Complementary color
Monochromatic Colors of #C73674
Black with #C73674
Text Example
Text Example
White with #C73674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73674; }
p { color: rgb(199,54,116); }
H1.HeaderClassName
{
color: #C73674;
}
.AnyTagClassName
{
color: #C73674;
}
</style>
background-color css
<style>
a { background-color: #C73674; }
a { background-color: rgb(199,54,116); }
div.DivClassName
{
background-color: #C73674;
}
.BgClassName
{
background-color: #C73674;
}
</style>
border-color css
<style>
span { border-color: #C73674; }
span { border-color: rgb(199,54,116); }
td.TdClassName
{
border-color: #C73674;
}
.TagClassName
{
border-color: #C73674;
}
</style>