Shades of Medium Violet Red #C4198B
Tints of Medium Violet Red #C4198B
RGB
CMYK
RGB Variations
Color information
#C4198B (or 0xC4198B) is known color: Medium Violet Red. HEX triplet: C4, 19 and 8B. RGB value is (196,25,139). Sum of RGB (Red+Green+Blue) = 196+25+139=360 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.44% from 360); Green value is 25 (10.16% from 255 or 6.94% from 360); Blue value is 139 (54.69% from 255 or 38.61% from 360); Max value from RGB is 196 - color contains mainly: red. Hex color #C4198B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C4198B is #3BE674. Grayscale: #585858. Windows color (decimal): -3925621 or 9116100. OLE color: 9116100.
HSL color Cylindrical-coordinate representation of color #C4198B: hue angle of 320º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C4198B is Cyan = 0, Magento = 0.87, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 25 | 139 | - |
| CMYK | 0 | 0.87 | 0.29 | 0.23 |
| HSL | 320º | 0.77% | 0.43% | - |
| HSV(B) | 320º | 0.87% | 0.77% | - |
| XYZ | 27.77 | 14.3 | 25.72 | - |
| YUV | 89.13 | 156.15 | 204.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 25 | 139 | 0 | 0.87 | 0.29 | 0.23 | 320 | 0.77 | 0.43 |
| Hex | C4 | 19 | 8B | 0 | 57 | 1D | 17 | 140 | 4D | 2B |
| Octal | 304 | 31 | 213 | 0 | 127 | 35 | 27 | 500 | 115 | 53 |
| Binary | 11000100 | 11001 | 10001011 | 0 | 1010111 | 11101 | 10111 | 101000000 | 1001101 | 101011 |
Color Harmonies of #C4198B
Complementary color
Monochromatic Colors of #C4198B
Black with #C4198B
Text Example
Text Example
White with #C4198B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4198B; }
p { color: rgb(196,25,139); }
H1.HeaderClassName
{
color: #C4198B;
}
.AnyTagClassName
{
color: #C4198B;
}
</style>
background-color css
<style>
a { background-color: #C4198B; }
a { background-color: rgb(196,25,139); }
div.DivClassName
{
background-color: #C4198B;
}
.BgClassName
{
background-color: #C4198B;
}
</style>
border-color css
<style>
span { border-color: #C4198B; }
span { border-color: rgb(196,25,139); }
td.TdClassName
{
border-color: #C4198B;
}
.TagClassName
{
border-color: #C4198B;
}
</style>