Shades of Medium Violet Red #C4108C
Tints of Medium Violet Red #C4108C
RGB
CMYK
RGB Variations
Color information
#C4108C (or 0xC4108C) is known color: Medium Violet Red. HEX triplet: C4, 10 and 8C. RGB value is (196,16,140). Sum of RGB (Red+Green+Blue) = 196+16+140=352 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.68% from 352); Green value is 16 (6.64% from 255 or 4.55% from 352); Blue value is 140 (55.08% from 255 or 39.77% from 352); Max value from RGB is 196 - color contains mainly: red. Hex color #C4108C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C4108C is #3BEF73. Grayscale: #535353. Windows color (decimal): -3927924 or 9179332. OLE color: 9179332.
HSL color Cylindrical-coordinate representation of color #C4108C: hue angle of 318.67º 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 #C4108C is Cyan = 0, Magento = 0.92, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 16 | 140 | - |
| CMYK | 0 | 0.92 | 0.29 | 0.23 |
| HSL | 318.67º | 0.85% | 0.42% | - |
| HSV(B) | 318.67º | 0.92% | 0.77% | - |
| XYZ | 27.68 | 14 | 26.05 | - |
| YUV | 83.96 | 159.63 | 207.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 16 | 140 | 0 | 0.92 | 0.29 | 0.23 | 318.67 | 0.85 | 0.42 |
| Hex | C4 | 10 | 8C | 0 | 5C | 1D | 17 | 13F | 55 | 2A |
| Octal | 304 | 20 | 214 | 0 | 134 | 35 | 27 | 477 | 125 | 52 |
| Binary | 11000100 | 10000 | 10001100 | 0 | 1011100 | 11101 | 10111 | 100111111 | 1010101 | 101010 |
Color Harmonies of #C4108C
Complementary color
Monochromatic Colors of #C4108C
Black with #C4108C
Text Example
Text Example
White with #C4108C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4108C; }
p { color: rgb(196,16,140); }
H1.HeaderClassName
{
color: #C4108C;
}
.AnyTagClassName
{
color: #C4108C;
}
</style>
background-color css
<style>
a { background-color: #C4108C; }
a { background-color: rgb(196,16,140); }
div.DivClassName
{
background-color: #C4108C;
}
.BgClassName
{
background-color: #C4108C;
}
</style>
border-color css
<style>
span { border-color: #C4108C; }
span { border-color: rgb(196,16,140); }
td.TdClassName
{
border-color: #C4108C;
}
.TagClassName
{
border-color: #C4108C;
}
</style>