Shades of Medium Violet Red #C61A6D
Tints of Medium Violet Red #C61A6D
RGB
CMYK
RGB Variations
Color information
#C61A6D (or 0xC61A6D) is known color: Medium Violet Red. HEX triplet: C6, 1A and 6D. RGB value is (198,26,109). Sum of RGB (Red+Green+Blue) = 198+26+109=333 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.46% from 333); Green value is 26 (10.55% from 255 or 7.81% from 333); Blue value is 109 (42.97% from 255 or 32.73% from 333); Max value from RGB is 198 - color contains mainly: red. Hex color #C61A6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C61A6D is #39E592. Grayscale: #565656. Windows color (decimal): -3794323 or 7150278. OLE color: 7150278.
HSL color Cylindrical-coordinate representation of color #C61A6D: hue angle of 331.05º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C61A6D is Cyan = 0, Magento = 0.87, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 26 | 109 | - |
| CMYK | 0 | 0.87 | 0.45 | 0.22 |
| HSL | 331.05º | 0.77% | 0.44% | - |
| HSV(B) | 331.05º | 0.87% | 0.78% | - |
| XYZ | 26.42 | 13.85 | 15.75 | - |
| YUV | 86.89 | 140.48 | 207.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 26 | 109 | 0 | 0.87 | 0.45 | 0.22 | 331.05 | 0.77 | 0.44 |
| Hex | C6 | 1A | 6D | 0 | 57 | 2D | 16 | 14B | 4D | 2C |
| Octal | 306 | 32 | 155 | 0 | 127 | 55 | 26 | 513 | 115 | 54 |
| Binary | 11000110 | 11010 | 1101101 | 0 | 1010111 | 101101 | 10110 | 101001011 | 1001101 | 101100 |
Color Harmonies of #C61A6D
Complementary color
Monochromatic Colors of #C61A6D
Black with #C61A6D
Text Example
Text Example
White with #C61A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61A6D; }
p { color: rgb(198,26,109); }
H1.HeaderClassName
{
color: #C61A6D;
}
.AnyTagClassName
{
color: #C61A6D;
}
</style>
background-color css
<style>
a { background-color: #C61A6D; }
a { background-color: rgb(198,26,109); }
div.DivClassName
{
background-color: #C61A6D;
}
.BgClassName
{
background-color: #C61A6D;
}
</style>
border-color css
<style>
span { border-color: #C61A6D; }
span { border-color: rgb(198,26,109); }
td.TdClassName
{
border-color: #C61A6D;
}
.TagClassName
{
border-color: #C61A6D;
}
</style>