Shades of Medium Violet Red #C61D84
Tints of Medium Violet Red #C61D84
RGB
CMYK
RGB Variations
Color information
#C61D84 (or 0xC61D84) is known color: Medium Violet Red. HEX triplet: C6, 1D and 84. RGB value is (198,29,132). Sum of RGB (Red+Green+Blue) = 198+29+132=359 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.15% from 359); Green value is 29 (11.72% from 255 or 8.08% from 359); Blue value is 132 (51.95% from 255 or 36.77% from 359); Max value from RGB is 198 - color contains mainly: red. Hex color #C61D84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C61D84 is #39E27B. Grayscale: #5B5B5B. Windows color (decimal): -3793532 or 8658374. OLE color: 8658374.
HSL color Cylindrical-coordinate representation of color #C61D84: hue angle of 323.43º 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 #C61D84 is Cyan = 0, Magento = 0.85, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 29 | 132 | - |
| CMYK | 0 | 0.85 | 0.33 | 0.22 |
| HSL | 323.43º | 0.74% | 0.45% | - |
| HSV(B) | 323.43º | 0.85% | 0.78% | - |
| XYZ | 27.89 | 14.55 | 23.17 | - |
| YUV | 91.27 | 150.99 | 204.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 29 | 132 | 0 | 0.85 | 0.33 | 0.22 | 323.43 | 0.74 | 0.45 |
| Hex | C6 | 1D | 84 | 0 | 55 | 21 | 16 | 143 | 4A | 2D |
| Octal | 306 | 35 | 204 | 0 | 125 | 41 | 26 | 503 | 112 | 55 |
| Binary | 11000110 | 11101 | 10000100 | 0 | 1010101 | 100001 | 10110 | 101000011 | 1001010 | 101101 |
Color Harmonies of #C61D84
Complementary color
Monochromatic Colors of #C61D84
Black with #C61D84
Text Example
Text Example
White with #C61D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61D84; }
p { color: rgb(198,29,132); }
H1.HeaderClassName
{
color: #C61D84;
}
.AnyTagClassName
{
color: #C61D84;
}
</style>
background-color css
<style>
a { background-color: #C61D84; }
a { background-color: rgb(198,29,132); }
div.DivClassName
{
background-color: #C61D84;
}
.BgClassName
{
background-color: #C61D84;
}
</style>
border-color css
<style>
span { border-color: #C61D84; }
span { border-color: rgb(198,29,132); }
td.TdClassName
{
border-color: #C61D84;
}
.TagClassName
{
border-color: #C61D84;
}
</style>