Shades of Medium Violet Red #C60473
Tints of Medium Violet Red #C60473
RGB
CMYK
RGB Variations
Color information
#C60473 (or 0xC60473) is known color: Medium Violet Red. HEX triplet: C6, 04 and 73. RGB value is (198,4,115). Sum of RGB (Red+Green+Blue) = 198+4+115=317 (41% of max value = 765). Red value is 198 (77.73% from 255 or 62.46% from 317); Green value is 4 (1.95% from 255 or 1.26% from 317); Blue value is 115 (45.31% from 255 or 36.28% from 317); Max value from RGB is 198 - color contains mainly: red. Hex color #C60473 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60473 is #39FB8C. Grayscale: #4A4A4A. Windows color (decimal): -3799949 or 7537862. OLE color: 7537862.
HSL color Cylindrical-coordinate representation of color #C60473: hue angle of 325.67º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C60473 is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 4 | 115 | - |
| CMYK | 0 | 0.98 | 0.42 | 0.22 |
| HSL | 325.67º | 0.96% | 0.4% | - |
| HSV(B) | 325.67º | 0.98% | 0.78% | - |
| XYZ | 26.43 | 13.33 | 17.4 | - |
| YUV | 74.66 | 150.77 | 215.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 4 | 115 | 0 | 0.98 | 0.42 | 0.22 | 325.67 | 0.96 | 0.4 |
| Hex | C6 | 4 | 73 | 0 | 62 | 2A | 16 | 146 | 60 | 28 |
| Octal | 306 | 4 | 163 | 0 | 142 | 52 | 26 | 506 | 140 | 50 |
| Binary | 11000110 | 100 | 1110011 | 0 | 1100010 | 101010 | 10110 | 101000110 | 1100000 | 101000 |
Color Harmonies of #C60473
Complementary color
Monochromatic Colors of #C60473
Black with #C60473
Text Example
Text Example
White with #C60473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60473; }
p { color: rgb(198,4,115); }
H1.HeaderClassName
{
color: #C60473;
}
.AnyTagClassName
{
color: #C60473;
}
</style>
background-color css
<style>
a { background-color: #C60473; }
a { background-color: rgb(198,4,115); }
div.DivClassName
{
background-color: #C60473;
}
.BgClassName
{
background-color: #C60473;
}
</style>
border-color css
<style>
span { border-color: #C60473; }
span { border-color: rgb(198,4,115); }
td.TdClassName
{
border-color: #C60473;
}
.TagClassName
{
border-color: #C60473;
}
</style>