Shades of Medium Violet Red #C60173
Tints of Medium Violet Red #C60173
RGB
CMYK
RGB Variations
Color information
#C60173 (or 0xC60173) is known color: Medium Violet Red. HEX triplet: C6, 01 and 73. RGB value is (198,1,115). Sum of RGB (Red+Green+Blue) = 198+1+115=314 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.06% from 314); Green value is 1 (0.78% from 255 or 0.32% from 314); Blue value is 115 (45.31% from 255 or 36.62% from 314); Max value from RGB is 198 - color contains mainly: red. Hex color #C60173 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60173 is #39FE8C. Grayscale: #484848. Windows color (decimal): -3800717 or 7537094. OLE color: 7537094.
HSL color Cylindrical-coordinate representation of color #C60173: hue angle of 325.28º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C60173 is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 1 | 115 | - |
| CMYK | 0 | 0.99 | 0.42 | 0.22 |
| HSL | 325.28º | 0.99% | 0.39% | - |
| HSV(B) | 325.28º | 0.99% | 0.78% | - |
| XYZ | 26.39 | 13.27 | 17.39 | - |
| YUV | 72.9 | 151.77 | 217.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 1 | 115 | 0 | 0.99 | 0.42 | 0.22 | 325.28 | 0.99 | 0.39 |
| Hex | C6 | 1 | 73 | 0 | 63 | 2A | 16 | 145 | 63 | 27 |
| Octal | 306 | 1 | 163 | 0 | 143 | 52 | 26 | 505 | 143 | 47 |
| Binary | 11000110 | 1 | 1110011 | 0 | 1100011 | 101010 | 10110 | 101000101 | 1100011 | 100111 |
Color Harmonies of #C60173
Complementary color
Monochromatic Colors of #C60173
Black with #C60173
Text Example
Text Example
White with #C60173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60173; }
p { color: rgb(198,1,115); }
H1.HeaderClassName
{
color: #C60173;
}
.AnyTagClassName
{
color: #C60173;
}
</style>
background-color css
<style>
a { background-color: #C60173; }
a { background-color: rgb(198,1,115); }
div.DivClassName
{
background-color: #C60173;
}
.BgClassName
{
background-color: #C60173;
}
</style>
border-color css
<style>
span { border-color: #C60173; }
span { border-color: rgb(198,1,115); }
td.TdClassName
{
border-color: #C60173;
}
.TagClassName
{
border-color: #C60173;
}
</style>