Shades of Medium Violet Red #C4109C
Tints of Medium Violet Red #C4109C
RGB
CMYK
RGB Variations
Color information
#C4109C (or 0xC4109C) is known color: Medium Violet Red. HEX triplet: C4, 10 and 9C. RGB value is (196,16,156). Sum of RGB (Red+Green+Blue) = 196+16+156=368 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.26% from 368); Green value is 16 (6.64% from 255 or 4.35% from 368); Blue value is 156 (61.33% from 255 or 42.39% from 368); Max value from RGB is 196 - color contains mainly: red. Hex color #C4109C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C4109C is #3BEF63. Grayscale: #555555. Windows color (decimal): -3927908 or 10227908. OLE color: 10227908.
HSL color Cylindrical-coordinate representation of color #C4109C: hue angle of 313.33º 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 #C4109C is Cyan = 0, Magento = 0.92, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 16 | 156 | - |
| CMYK | 0 | 0.92 | 0.20 | 0.23 |
| HSL | 313.33º | 0.85% | 0.42% | - |
| HSV(B) | 313.33º | 0.92% | 0.77% | - |
| XYZ | 28.95 | 14.51 | 32.73 | - |
| YUV | 85.78 | 167.63 | 206.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 16 | 156 | 0 | 0.92 | 0.20 | 0.23 | 313.33 | 0.85 | 0.42 |
| Hex | C4 | 10 | 9C | 0 | 5C | 14 | 17 | 139 | 55 | 2A |
| Octal | 304 | 20 | 234 | 0 | 134 | 24 | 27 | 471 | 125 | 52 |
| Binary | 11000100 | 10000 | 10011100 | 0 | 1011100 | 10100 | 10111 | 100111001 | 1010101 | 101010 |
Color Harmonies of #C4109C
Complementary color
Monochromatic Colors of #C4109C
Black with #C4109C
Text Example
Text Example
White with #C4109C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4109C; }
p { color: rgb(196,16,156); }
H1.HeaderClassName
{
color: #C4109C;
}
.AnyTagClassName
{
color: #C4109C;
}
</style>
background-color css
<style>
a { background-color: #C4109C; }
a { background-color: rgb(196,16,156); }
div.DivClassName
{
background-color: #C4109C;
}
.BgClassName
{
background-color: #C4109C;
}
</style>
border-color css
<style>
span { border-color: #C4109C; }
span { border-color: rgb(196,16,156); }
td.TdClassName
{
border-color: #C4109C;
}
.TagClassName
{
border-color: #C4109C;
}
</style>