Shades of Medium Violet Red #C60D72
Tints of Medium Violet Red #C60D72
RGB
CMYK
RGB Variations
Color information
#C60D72 (or 0xC60D72) is known color: Medium Violet Red. HEX triplet: C6, 0D and 72. RGB value is (198,13,114). Sum of RGB (Red+Green+Blue) = 198+13+114=325 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.92% from 325); Green value is 13 (5.47% from 255 or 4% from 325); Blue value is 114 (44.92% from 255 or 35.08% from 325); Max value from RGB is 198 - color contains mainly: red. Hex color #C60D72 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60D72 is #39F28D. Grayscale: #4F4F4F. Windows color (decimal): -3797646 or 7474630. OLE color: 7474630.
HSL color Cylindrical-coordinate representation of color #C60D72: hue angle of 327.24º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C60D72 is Cyan = 0, Magento = 0.93, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 13 | 114 | - |
| CMYK | 0 | 0.93 | 0.42 | 0.22 |
| HSL | 327.24º | 0.88% | 0.41% | - |
| HSV(B) | 327.24º | 0.93% | 0.78% | - |
| XYZ | 26.47 | 13.51 | 17.13 | - |
| YUV | 79.83 | 147.29 | 212.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 13 | 114 | 0 | 0.93 | 0.42 | 0.22 | 327.24 | 0.88 | 0.41 |
| Hex | C6 | D | 72 | 0 | 5D | 2A | 16 | 147 | 58 | 29 |
| Octal | 306 | 15 | 162 | 0 | 135 | 52 | 26 | 507 | 130 | 51 |
| Binary | 11000110 | 1101 | 1110010 | 0 | 1011101 | 101010 | 10110 | 101000111 | 1011000 | 101001 |
Color Harmonies of #C60D72
Complementary color
Monochromatic Colors of #C60D72
Black with #C60D72
Text Example
Text Example
White with #C60D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60D72; }
p { color: rgb(198,13,114); }
H1.HeaderClassName
{
color: #C60D72;
}
.AnyTagClassName
{
color: #C60D72;
}
</style>
background-color css
<style>
a { background-color: #C60D72; }
a { background-color: rgb(198,13,114); }
div.DivClassName
{
background-color: #C60D72;
}
.BgClassName
{
background-color: #C60D72;
}
</style>
border-color css
<style>
span { border-color: #C60D72; }
span { border-color: rgb(198,13,114); }
td.TdClassName
{
border-color: #C60D72;
}
.TagClassName
{
border-color: #C60D72;
}
</style>