Shades of Medium Violet Red #C4109D
Tints of Medium Violet Red #C4109D
RGB
CMYK
RGB Variations
Color information
#C4109D (or 0xC4109D) is known color: Medium Violet Red. HEX triplet: C4, 10 and 9D. RGB value is (196,16,157). Sum of RGB (Red+Green+Blue) = 196+16+157=369 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.12% from 369); Green value is 16 (6.64% from 255 or 4.34% from 369); Blue value is 157 (61.72% from 255 or 42.55% from 369); Max value from RGB is 196 - color contains mainly: red. Hex color #C4109D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C4109D is #3BEF62. Grayscale: #555555. Windows color (decimal): -3927907 or 10293444. OLE color: 10293444.
HSL color Cylindrical-coordinate representation of color #C4109D: hue angle of 313º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C4109D is Cyan = 0, Magento = 0.92, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 16 | 157 | - |
| CMYK | 0 | 0.92 | 0.20 | 0.23 |
| HSL | 313º | 0.85% | 0.42% | - |
| HSV(B) | 313º | 0.92% | 0.77% | - |
| XYZ | 29.04 | 14.54 | 33.17 | - |
| YUV | 85.89 | 168.13 | 206.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 16 | 157 | 0 | 0.92 | 0.20 | 0.23 | 313 | 0.85 | 0.42 |
| Hex | C4 | 10 | 9D | 0 | 5C | 14 | 17 | 139 | 55 | 2A |
| Octal | 304 | 20 | 235 | 0 | 134 | 24 | 27 | 471 | 125 | 52 |
| Binary | 11000100 | 10000 | 10011101 | 0 | 1011100 | 10100 | 10111 | 100111001 | 1010101 | 101010 |
Color Harmonies of #C4109D
Complementary color
Monochromatic Colors of #C4109D
Black with #C4109D
Text Example
Text Example
White with #C4109D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4109D; }
p { color: rgb(196,16,157); }
H1.HeaderClassName
{
color: #C4109D;
}
.AnyTagClassName
{
color: #C4109D;
}
</style>
background-color css
<style>
a { background-color: #C4109D; }
a { background-color: rgb(196,16,157); }
div.DivClassName
{
background-color: #C4109D;
}
.BgClassName
{
background-color: #C4109D;
}
</style>
border-color css
<style>
span { border-color: #C4109D; }
span { border-color: rgb(196,16,157); }
td.TdClassName
{
border-color: #C4109D;
}
.TagClassName
{
border-color: #C4109D;
}
</style>