Shades of Medium Violet Red #C61D7A
Tints of Medium Violet Red #C61D7A
RGB
CMYK
RGB Variations
Color information
#C61D7A (or 0xC61D7A) is known color: Medium Violet Red. HEX triplet: C6, 1D and 7A. RGB value is (198,29,122). Sum of RGB (Red+Green+Blue) = 198+29+122=349 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.73% from 349); Green value is 29 (11.72% from 255 or 8.31% from 349); Blue value is 122 (48.05% from 255 or 34.96% from 349); Max value from RGB is 198 - color contains mainly: red. Hex color #C61D7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C61D7A is #39E285. Grayscale: #595959. Windows color (decimal): -3793542 or 8003014. OLE color: 8003014.
HSL color Cylindrical-coordinate representation of color #C61D7A: hue angle of 326.98º 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 #C61D7A is Cyan = 0, Magento = 0.85, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 29 | 122 | - |
| CMYK | 0 | 0.85 | 0.38 | 0.22 |
| HSL | 326.98º | 0.74% | 0.45% | - |
| HSV(B) | 326.98º | 0.85% | 0.78% | - |
| XYZ | 27.24 | 14.29 | 19.73 | - |
| YUV | 90.13 | 145.99 | 204.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 29 | 122 | 0 | 0.85 | 0.38 | 0.22 | 326.98 | 0.74 | 0.45 |
| Hex | C6 | 1D | 7A | 0 | 55 | 26 | 16 | 147 | 4A | 2D |
| Octal | 306 | 35 | 172 | 0 | 125 | 46 | 26 | 507 | 112 | 55 |
| Binary | 11000110 | 11101 | 1111010 | 0 | 1010101 | 100110 | 10110 | 101000111 | 1001010 | 101101 |
Color Harmonies of #C61D7A
Complementary color
Monochromatic Colors of #C61D7A
Black with #C61D7A
Text Example
Text Example
White with #C61D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61D7A; }
p { color: rgb(198,29,122); }
H1.HeaderClassName
{
color: #C61D7A;
}
.AnyTagClassName
{
color: #C61D7A;
}
</style>
background-color css
<style>
a { background-color: #C61D7A; }
a { background-color: rgb(198,29,122); }
div.DivClassName
{
background-color: #C61D7A;
}
.BgClassName
{
background-color: #C61D7A;
}
</style>
border-color css
<style>
span { border-color: #C61D7A; }
span { border-color: rgb(198,29,122); }
td.TdClassName
{
border-color: #C61D7A;
}
.TagClassName
{
border-color: #C61D7A;
}
</style>