Shades of Medium Violet Red #C61D6B
Tints of Medium Violet Red #C61D6B
RGB
CMYK
RGB Variations
Color information
#C61D6B (or 0xC61D6B) is known color: Medium Violet Red. HEX triplet: C6, 1D and 6B. RGB value is (198,29,107). Sum of RGB (Red+Green+Blue) = 198+29+107=334 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.28% from 334); Green value is 29 (11.72% from 255 or 8.68% from 334); Blue value is 107 (42.19% from 255 or 32.04% from 334); Max value from RGB is 198 - color contains mainly: red. Hex color #C61D6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C61D6B is #39E294. Grayscale: #585858. Windows color (decimal): -3793557 or 7019974. OLE color: 7019974.
HSL color Cylindrical-coordinate representation of color #C61D6B: hue angle of 332.31º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C61D6B is Cyan = 0, Magento = 0.85, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 29 | 107 | - |
| CMYK | 0 | 0.85 | 0.46 | 0.22 |
| HSL | 332.31º | 0.74% | 0.45% | - |
| HSV(B) | 332.31º | 0.85% | 0.78% | - |
| XYZ | 26.38 | 13.95 | 15.21 | - |
| YUV | 88.42 | 138.49 | 206.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 29 | 107 | 0 | 0.85 | 0.46 | 0.22 | 332.31 | 0.74 | 0.45 |
| Hex | C6 | 1D | 6B | 0 | 55 | 2E | 16 | 14C | 4A | 2D |
| Octal | 306 | 35 | 153 | 0 | 125 | 56 | 26 | 514 | 112 | 55 |
| Binary | 11000110 | 11101 | 1101011 | 0 | 1010101 | 101110 | 10110 | 101001100 | 1001010 | 101101 |
Color Harmonies of #C61D6B
Complementary color
Monochromatic Colors of #C61D6B
Black with #C61D6B
Text Example
Text Example
White with #C61D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61D6B; }
p { color: rgb(198,29,107); }
H1.HeaderClassName
{
color: #C61D6B;
}
.AnyTagClassName
{
color: #C61D6B;
}
</style>
background-color css
<style>
a { background-color: #C61D6B; }
a { background-color: rgb(198,29,107); }
div.DivClassName
{
background-color: #C61D6B;
}
.BgClassName
{
background-color: #C61D6B;
}
</style>
border-color css
<style>
span { border-color: #C61D6B; }
span { border-color: rgb(198,29,107); }
td.TdClassName
{
border-color: #C61D6B;
}
.TagClassName
{
border-color: #C61D6B;
}
</style>