Shades of Medium Violet Red #C4199B
Tints of Medium Violet Red #C4199B
RGB
CMYK
RGB Variations
Color information
#C4199B (or 0xC4199B) is known color: Medium Violet Red. HEX triplet: C4, 19 and 9B. RGB value is (196,25,155). Sum of RGB (Red+Green+Blue) = 196+25+155=376 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.13% from 376); Green value is 25 (10.16% from 255 or 6.65% from 376); Blue value is 155 (60.94% from 255 or 41.22% from 376); Max value from RGB is 196 - color contains mainly: red. Hex color #C4199B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C4199B is #3BE664. Grayscale: #5A5A5A. Windows color (decimal): -3925605 or 10164676. OLE color: 10164676.
HSL color Cylindrical-coordinate representation of color #C4199B: hue angle of 314.39º 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 #C4199B is Cyan = 0, Magento = 0.87, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 25 | 155 | - |
| CMYK | 0 | 0.87 | 0.21 | 0.23 |
| HSL | 314.39º | 0.77% | 0.43% | - |
| HSV(B) | 314.39º | 0.87% | 0.77% | - |
| XYZ | 29.03 | 14.8 | 32.34 | - |
| YUV | 90.95 | 164.15 | 202.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 25 | 155 | 0 | 0.87 | 0.21 | 0.23 | 314.39 | 0.77 | 0.43 |
| Hex | C4 | 19 | 9B | 0 | 57 | 15 | 17 | 13A | 4D | 2B |
| Octal | 304 | 31 | 233 | 0 | 127 | 25 | 27 | 472 | 115 | 53 |
| Binary | 11000100 | 11001 | 10011011 | 0 | 1010111 | 10101 | 10111 | 100111010 | 1001101 | 101011 |
Color Harmonies of #C4199B
Complementary color
Monochromatic Colors of #C4199B
Black with #C4199B
Text Example
Text Example
White with #C4199B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4199B; }
p { color: rgb(196,25,155); }
H1.HeaderClassName
{
color: #C4199B;
}
.AnyTagClassName
{
color: #C4199B;
}
</style>
background-color css
<style>
a { background-color: #C4199B; }
a { background-color: rgb(196,25,155); }
div.DivClassName
{
background-color: #C4199B;
}
.BgClassName
{
background-color: #C4199B;
}
</style>
border-color css
<style>
span { border-color: #C4199B; }
span { border-color: rgb(196,25,155); }
td.TdClassName
{
border-color: #C4199B;
}
.TagClassName
{
border-color: #C4199B;
}
</style>