Shades of Medium Violet Red #C60D74
Tints of Medium Violet Red #C60D74
RGB
CMYK
RGB Variations
Color information
#C60D74 (or 0xC60D74) is known color: Medium Violet Red. HEX triplet: C6, 0D and 74. RGB value is (198,13,116). Sum of RGB (Red+Green+Blue) = 198+13+116=327 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.55% from 327); Green value is 13 (5.47% from 255 or 3.98% from 327); Blue value is 116 (45.70% from 255 or 35.47% from 327); Max value from RGB is 198 - color contains mainly: red. Hex color #C60D74 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60D74 is #39F28B. Grayscale: #4F4F4F. Windows color (decimal): -3797644 or 7605702. OLE color: 7605702.
HSL color Cylindrical-coordinate representation of color #C60D74: hue angle of 326.59º 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 #C60D74 is Cyan = 0, Magento = 0.93, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 13 | 116 | - |
| CMYK | 0 | 0.93 | 0.41 | 0.22 |
| HSL | 326.59º | 0.88% | 0.41% | - |
| HSV(B) | 326.59º | 0.93% | 0.78% | - |
| XYZ | 26.59 | 13.55 | 17.74 | - |
| YUV | 80.06 | 148.29 | 212.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 13 | 116 | 0 | 0.93 | 0.41 | 0.22 | 326.59 | 0.88 | 0.41 |
| Hex | C6 | D | 74 | 0 | 5D | 29 | 16 | 147 | 58 | 29 |
| Octal | 306 | 15 | 164 | 0 | 135 | 51 | 26 | 507 | 130 | 51 |
| Binary | 11000110 | 1101 | 1110100 | 0 | 1011101 | 101001 | 10110 | 101000111 | 1011000 | 101001 |
Color Harmonies of #C60D74
Complementary color
Monochromatic Colors of #C60D74
Black with #C60D74
Text Example
Text Example
White with #C60D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60D74; }
p { color: rgb(198,13,116); }
H1.HeaderClassName
{
color: #C60D74;
}
.AnyTagClassName
{
color: #C60D74;
}
</style>
background-color css
<style>
a { background-color: #C60D74; }
a { background-color: rgb(198,13,116); }
div.DivClassName
{
background-color: #C60D74;
}
.BgClassName
{
background-color: #C60D74;
}
</style>
border-color css
<style>
span { border-color: #C60D74; }
span { border-color: rgb(198,13,116); }
td.TdClassName
{
border-color: #C60D74;
}
.TagClassName
{
border-color: #C60D74;
}
</style>