Shades of Medium Violet Red #C60B6A
Tints of Medium Violet Red #C60B6A
RGB
CMYK
RGB Variations
Color information
#C60B6A (or 0xC60B6A) is known color: Medium Violet Red. HEX triplet: C6, 0B and 6A. RGB value is (198,11,106). Sum of RGB (Red+Green+Blue) = 198+11+106=315 (41% of max value = 765). Red value is 198 (77.73% from 255 or 62.86% from 315); Green value is 11 (4.69% from 255 or 3.49% from 315); Blue value is 106 (41.80% from 255 or 33.65% from 315); Max value from RGB is 198 - color contains mainly: red. Hex color #C60B6A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60B6A is #39F495. Grayscale: #4D4D4D. Windows color (decimal): -3798166 or 6949830. OLE color: 6949830.
HSL color Cylindrical-coordinate representation of color #C60B6A: hue angle of 329.52º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C60B6A is Cyan = 0, Magento = 0.94, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 11 | 106 | - |
| CMYK | 0 | 0.94 | 0.46 | 0.22 |
| HSL | 329.52º | 0.89% | 0.41% | - |
| HSV(B) | 329.52º | 0.94% | 0.78% | - |
| XYZ | 26.01 | 13.29 | 14.83 | - |
| YUV | 77.74 | 143.95 | 213.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 11 | 106 | 0 | 0.94 | 0.46 | 0.22 | 329.52 | 0.89 | 0.41 |
| Hex | C6 | B | 6A | 0 | 5E | 2E | 16 | 14A | 59 | 29 |
| Octal | 306 | 13 | 152 | 0 | 136 | 56 | 26 | 512 | 131 | 51 |
| Binary | 11000110 | 1011 | 1101010 | 0 | 1011110 | 101110 | 10110 | 101001010 | 1011001 | 101001 |
Color Harmonies of #C60B6A
Complementary color
Monochromatic Colors of #C60B6A
Black with #C60B6A
Text Example
Text Example
White with #C60B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60B6A; }
p { color: rgb(198,11,106); }
H1.HeaderClassName
{
color: #C60B6A;
}
.AnyTagClassName
{
color: #C60B6A;
}
</style>
background-color css
<style>
a { background-color: #C60B6A; }
a { background-color: rgb(198,11,106); }
div.DivClassName
{
background-color: #C60B6A;
}
.BgClassName
{
background-color: #C60B6A;
}
</style>
border-color css
<style>
span { border-color: #C60B6A; }
span { border-color: rgb(198,11,106); }
td.TdClassName
{
border-color: #C60B6A;
}
.TagClassName
{
border-color: #C60B6A;
}
</style>