Shades of Medium Violet Red #C4189F
Tints of Medium Violet Red #C4189F
RGB
CMYK
RGB Variations
Color information
#C4189F (or 0xC4189F) is known color: Medium Violet Red. HEX triplet: C4, 18 and 9F. RGB value is (196,24,159). Sum of RGB (Red+Green+Blue) = 196+24+159=379 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.72% from 379); Green value is 24 (9.77% from 255 or 6.33% from 379); Blue value is 159 (62.5% from 255 or 41.95% from 379); Max value from RGB is 196 - color contains mainly: red. Hex color #C4189F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C4189F is #3BE760. Grayscale: #5A5A5A. Windows color (decimal): -3925857 or 10426564. OLE color: 10426564.
HSL color Cylindrical-coordinate representation of color #C4189F: hue angle of 312.91º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C4189F is Cyan = 0, Magento = 0.88, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 24 | 159 | - |
| CMYK | 0 | 0.88 | 0.19 | 0.23 |
| HSL | 312.91º | 0.78% | 0.43% | - |
| HSV(B) | 312.91º | 0.88% | 0.77% | - |
| XYZ | 29.35 | 14.89 | 34.13 | - |
| YUV | 90.82 | 166.48 | 203.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 24 | 159 | 0 | 0.88 | 0.19 | 0.23 | 312.91 | 0.78 | 0.43 |
| Hex | C4 | 18 | 9F | 0 | 58 | 13 | 17 | 139 | 4E | 2B |
| Octal | 304 | 30 | 237 | 0 | 130 | 23 | 27 | 471 | 116 | 53 |
| Binary | 11000100 | 11000 | 10011111 | 0 | 1011000 | 10011 | 10111 | 100111001 | 1001110 | 101011 |
Color Harmonies of #C4189F
Complementary color
Monochromatic Colors of #C4189F
Black with #C4189F
Text Example
Text Example
White with #C4189F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4189F; }
p { color: rgb(196,24,159); }
H1.HeaderClassName
{
color: #C4189F;
}
.AnyTagClassName
{
color: #C4189F;
}
</style>
background-color css
<style>
a { background-color: #C4189F; }
a { background-color: rgb(196,24,159); }
div.DivClassName
{
background-color: #C4189F;
}
.BgClassName
{
background-color: #C4189F;
}
</style>
border-color css
<style>
span { border-color: #C4189F; }
span { border-color: rgb(196,24,159); }
td.TdClassName
{
border-color: #C4189F;
}
.TagClassName
{
border-color: #C4189F;
}
</style>