Shades of Medium Violet Red #C4199A
Tints of Medium Violet Red #C4199A
RGB
CMYK
RGB Variations
Color information
#C4199A (or 0xC4199A) is known color: Medium Violet Red. HEX triplet: C4, 19 and 9A. RGB value is (196,25,154). Sum of RGB (Red+Green+Blue) = 196+25+154=375 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.27% from 375); Green value is 25 (10.16% from 255 or 6.67% from 375); Blue value is 154 (60.55% from 255 or 41.07% from 375); Max value from RGB is 196 - color contains mainly: red. Hex color #C4199A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C4199A is #3BE665. Grayscale: #5A5A5A. Windows color (decimal): -3925606 or 10099140. OLE color: 10099140.
HSL color Cylindrical-coordinate representation of color #C4199A: hue angle of 314.74º 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 #C4199A is Cyan = 0, Magento = 0.87, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 25 | 154 | - |
| CMYK | 0 | 0.87 | 0.21 | 0.23 |
| HSL | 314.74º | 0.77% | 0.43% | - |
| HSV(B) | 314.74º | 0.87% | 0.77% | - |
| XYZ | 28.95 | 14.76 | 31.9 | - |
| YUV | 90.84 | 163.65 | 203.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 25 | 154 | 0 | 0.87 | 0.21 | 0.23 | 314.74 | 0.77 | 0.43 |
| Hex | C4 | 19 | 9A | 0 | 57 | 15 | 17 | 13B | 4D | 2B |
| Octal | 304 | 31 | 232 | 0 | 127 | 25 | 27 | 473 | 115 | 53 |
| Binary | 11000100 | 11001 | 10011010 | 0 | 1010111 | 10101 | 10111 | 100111011 | 1001101 | 101011 |
Color Harmonies of #C4199A
Complementary color
Monochromatic Colors of #C4199A
Black with #C4199A
Text Example
Text Example
White with #C4199A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4199A; }
p { color: rgb(196,25,154); }
H1.HeaderClassName
{
color: #C4199A;
}
.AnyTagClassName
{
color: #C4199A;
}
</style>
background-color css
<style>
a { background-color: #C4199A; }
a { background-color: rgb(196,25,154); }
div.DivClassName
{
background-color: #C4199A;
}
.BgClassName
{
background-color: #C4199A;
}
</style>
border-color css
<style>
span { border-color: #C4199A; }
span { border-color: rgb(196,25,154); }
td.TdClassName
{
border-color: #C4199A;
}
.TagClassName
{
border-color: #C4199A;
}
</style>