Shades of Medium Red Violet #C73D7E
Tints of Medium Red Violet #C73D7E
RGB
CMYK
RGB Variations
Color information
#C73D7E (or 0xC73D7E) is known color: Medium Red Violet. HEX triplet: C7, 3D and 7E. RGB value is (199,61,126). Sum of RGB (Red+Green+Blue) = 199+61+126=386 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.55% from 386); Green value is 61 (24.22% from 255 or 15.80% from 386); Blue value is 126 (49.61% from 255 or 32.64% from 386); Max value from RGB is 199 - color contains mainly: red. Hex color #C73D7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73D7E is #38C281. Grayscale: #6D6D6D. Windows color (decimal): -3719810 or 8273351. OLE color: 8273351.
HSL color Cylindrical-coordinate representation of color #C73D7E: hue angle of 331.74º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C73D7E is Cyan = 0, Magento = 0.69, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 61 | 126 | - |
| CMYK | 0 | 0.69 | 0.37 | 0.22 |
| HSL | 331.74º | 0.55% | 0.51% | - |
| HSV(B) | 331.74º | 0.69% | 0.78% | - |
| XYZ | 28.99 | 16.99 | 21.49 | - |
| YUV | 109.67 | 137.22 | 191.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 61 | 126 | 0 | 0.69 | 0.37 | 0.22 | 331.74 | 0.55 | 0.51 |
| Hex | C7 | 3D | 7E | 0 | 45 | 25 | 16 | 14C | 37 | 33 |
| Octal | 307 | 75 | 176 | 0 | 105 | 45 | 26 | 514 | 67 | 63 |
| Binary | 11000111 | 111101 | 1111110 | 0 | 1000101 | 100101 | 10110 | 101001100 | 110111 | 110011 |
Color Harmonies of #C73D7E
Complementary color
Monochromatic Colors of #C73D7E
Black with #C73D7E
Text Example
Text Example
White with #C73D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73D7E; }
p { color: rgb(199,61,126); }
H1.HeaderClassName
{
color: #C73D7E;
}
.AnyTagClassName
{
color: #C73D7E;
}
</style>
background-color css
<style>
a { background-color: #C73D7E; }
a { background-color: rgb(199,61,126); }
div.DivClassName
{
background-color: #C73D7E;
}
.BgClassName
{
background-color: #C73D7E;
}
</style>
border-color css
<style>
span { border-color: #C73D7E; }
span { border-color: rgb(199,61,126); }
td.TdClassName
{
border-color: #C73D7E;
}
.TagClassName
{
border-color: #C73D7E;
}
</style>