Shades of Medium Violet Red #C61A8B
Tints of Medium Violet Red #C61A8B
RGB
CMYK
RGB Variations
Color information
#C61A8B (or 0xC61A8B) is known color: Medium Violet Red. HEX triplet: C6, 1A and 8B. RGB value is (198,26,139). Sum of RGB (Red+Green+Blue) = 198+26+139=363 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.55% from 363); Green value is 26 (10.55% from 255 or 7.16% from 363); Blue value is 139 (54.69% from 255 or 38.29% from 363); Max value from RGB is 198 - color contains mainly: red. Hex color #C61A8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C61A8B is #39E574. Grayscale: #5A5A5A. Windows color (decimal): -3794293 or 9116358. OLE color: 9116358.
HSL color Cylindrical-coordinate representation of color #C61A8B: hue angle of 320.58º 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 #C61A8B is Cyan = 0, Magento = 0.87, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 26 | 139 | - |
| CMYK | 0 | 0.87 | 0.30 | 0.22 |
| HSL | 320.58º | 0.77% | 0.44% | - |
| HSV(B) | 320.58º | 0.87% | 0.78% | - |
| XYZ | 28.32 | 14.61 | 25.75 | - |
| YUV | 90.31 | 155.48 | 204.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 26 | 139 | 0 | 0.87 | 0.30 | 0.22 | 320.58 | 0.77 | 0.44 |
| Hex | C6 | 1A | 8B | 0 | 57 | 1E | 16 | 141 | 4D | 2C |
| Octal | 306 | 32 | 213 | 0 | 127 | 36 | 26 | 501 | 115 | 54 |
| Binary | 11000110 | 11010 | 10001011 | 0 | 1010111 | 11110 | 10110 | 101000001 | 1001101 | 101100 |
Color Harmonies of #C61A8B
Complementary color
Monochromatic Colors of #C61A8B
Black with #C61A8B
Text Example
Text Example
White with #C61A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61A8B; }
p { color: rgb(198,26,139); }
H1.HeaderClassName
{
color: #C61A8B;
}
.AnyTagClassName
{
color: #C61A8B;
}
</style>
background-color css
<style>
a { background-color: #C61A8B; }
a { background-color: rgb(198,26,139); }
div.DivClassName
{
background-color: #C61A8B;
}
.BgClassName
{
background-color: #C61A8B;
}
</style>
border-color css
<style>
span { border-color: #C61A8B; }
span { border-color: rgb(198,26,139); }
td.TdClassName
{
border-color: #C61A8B;
}
.TagClassName
{
border-color: #C61A8B;
}
</style>