Shades of Medium Violet Red #C60072
Tints of Medium Violet Red #C60072
RGB
CMYK
RGB Variations
Color information
#C60072 (or 0xC60072) is known color: Medium Violet Red. HEX triplet: C6, 00 and 72. RGB value is (198,0,114). Sum of RGB (Red+Green+Blue) = 198+0+114=312 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.46% from 312); Green value is 0 (0.39% from 255 or 0% from 312); Blue value is 114 (44.92% from 255 or 36.54% from 312); Max value from RGB is 198 - color contains mainly: red. Hex color #C60072 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60072 is #39FF8D. Grayscale: #474747. Windows color (decimal): -3800974 or 7471302. OLE color: 7471302.
HSL color Cylindrical-coordinate representation of color #C60072: hue angle of 325.45º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C60072 is Cyan = 0, Magento = 1, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 0 | 114 | - |
| CMYK | 0 | 1 | 0.42 | 0.22 |
| HSL | 325.45º | 1% | 0.39% | - |
| HSV(B) | 325.45º | 1% | 0.78% | - |
| XYZ | 26.33 | 13.22 | 17.08 | - |
| YUV | 72.2 | 151.6 | 217.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 0 | 114 | 0 | 1 | 0.42 | 0.22 | 325.45 | 1 | 0.39 |
| Hex | C6 | 0 | 72 | 0 | 64 | 2A | 16 | 145 | 64 | 27 |
| Octal | 306 | 0 | 162 | 0 | 144 | 52 | 26 | 505 | 144 | 47 |
| Binary | 11000110 | 0 | 1110010 | 0 | 1100100 | 101010 | 10110 | 101000101 | 1100100 | 100111 |
Color Harmonies of #C60072
Complementary color
Monochromatic Colors of #C60072
Black with #C60072
Text Example
Text Example
White with #C60072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60072; }
p { color: rgb(198,0,114); }
H1.HeaderClassName
{
color: #C60072;
}
.AnyTagClassName
{
color: #C60072;
}
</style>
background-color css
<style>
a { background-color: #C60072; }
a { background-color: rgb(198,0,114); }
div.DivClassName
{
background-color: #C60072;
}
.BgClassName
{
background-color: #C60072;
}
</style>
border-color css
<style>
span { border-color: #C60072; }
span { border-color: rgb(198,0,114); }
td.TdClassName
{
border-color: #C60072;
}
.TagClassName
{
border-color: #C60072;
}
</style>