Shades of Medium Violet Red #C60D7B
Tints of Medium Violet Red #C60D7B
RGB
CMYK
RGB Variations
Color information
#C60D7B (or 0xC60D7B) is known color: Medium Violet Red. HEX triplet: C6, 0D and 7B. RGB value is (198,13,123). Sum of RGB (Red+Green+Blue) = 198+13+123=334 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.28% from 334); Green value is 13 (5.47% from 255 or 3.89% from 334); Blue value is 123 (48.44% from 255 or 36.83% from 334); Max value from RGB is 198 - color contains mainly: red. Hex color #C60D7B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60D7B is #39F284. Grayscale: #505050. Windows color (decimal): -3797637 or 8064454. OLE color: 8064454.
HSL color Cylindrical-coordinate representation of color #C60D7B: hue angle of 324.32º 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 #C60D7B is Cyan = 0, Magento = 0.93, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 13 | 123 | - |
| CMYK | 0 | 0.93 | 0.38 | 0.22 |
| HSL | 324.32º | 0.88% | 0.41% | - |
| HSV(B) | 324.32º | 0.93% | 0.78% | - |
| XYZ | 27.01 | 13.72 | 19.96 | - |
| YUV | 80.86 | 151.79 | 211.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 13 | 123 | 0 | 0.93 | 0.38 | 0.22 | 324.32 | 0.88 | 0.41 |
| Hex | C6 | D | 7B | 0 | 5D | 26 | 16 | 144 | 58 | 29 |
| Octal | 306 | 15 | 173 | 0 | 135 | 46 | 26 | 504 | 130 | 51 |
| Binary | 11000110 | 1101 | 1111011 | 0 | 1011101 | 100110 | 10110 | 101000100 | 1011000 | 101001 |
Color Harmonies of #C60D7B
Complementary color
Monochromatic Colors of #C60D7B
Black with #C60D7B
Text Example
Text Example
White with #C60D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60D7B; }
p { color: rgb(198,13,123); }
H1.HeaderClassName
{
color: #C60D7B;
}
.AnyTagClassName
{
color: #C60D7B;
}
</style>
background-color css
<style>
a { background-color: #C60D7B; }
a { background-color: rgb(198,13,123); }
div.DivClassName
{
background-color: #C60D7B;
}
.BgClassName
{
background-color: #C60D7B;
}
</style>
border-color css
<style>
span { border-color: #C60D7B; }
span { border-color: rgb(198,13,123); }
td.TdClassName
{
border-color: #C60D7B;
}
.TagClassName
{
border-color: #C60D7B;
}
</style>