Shades of Medium Violet Red #C4169B
Tints of Medium Violet Red #C4169B
RGB
CMYK
RGB Variations
Color information
#C4169B (or 0xC4169B) is known color: Medium Violet Red. HEX triplet: C4, 16 and 9B. RGB value is (196,22,155). Sum of RGB (Red+Green+Blue) = 196+22+155=373 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.55% from 373); Green value is 22 (8.98% from 255 or 5.90% from 373); Blue value is 155 (60.94% from 255 or 41.55% from 373); Max value from RGB is 196 - color contains mainly: red. Hex color #C4169B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C4169B is #3BE964. Grayscale: #585858. Windows color (decimal): -3926373 or 10163908. OLE color: 10163908.
HSL color Cylindrical-coordinate representation of color #C4169B: hue angle of 314.14º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C4169B is Cyan = 0, Magento = 0.89, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 22 | 155 | - |
| CMYK | 0 | 0.89 | 0.21 | 0.23 |
| HSL | 314.14º | 0.8% | 0.43% | - |
| HSV(B) | 314.14º | 0.89% | 0.77% | - |
| XYZ | 28.97 | 14.68 | 32.32 | - |
| YUV | 89.19 | 165.15 | 204.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 22 | 155 | 0 | 0.89 | 0.21 | 0.23 | 314.14 | 0.8 | 0.43 |
| Hex | C4 | 16 | 9B | 0 | 59 | 15 | 17 | 13A | 50 | 2B |
| Octal | 304 | 26 | 233 | 0 | 131 | 25 | 27 | 472 | 120 | 53 |
| Binary | 11000100 | 10110 | 10011011 | 0 | 1011001 | 10101 | 10111 | 100111010 | 1010000 | 101011 |
Color Harmonies of #C4169B
Complementary color
Monochromatic Colors of #C4169B
Black with #C4169B
Text Example
Text Example
White with #C4169B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4169B; }
p { color: rgb(196,22,155); }
H1.HeaderClassName
{
color: #C4169B;
}
.AnyTagClassName
{
color: #C4169B;
}
</style>
background-color css
<style>
a { background-color: #C4169B; }
a { background-color: rgb(196,22,155); }
div.DivClassName
{
background-color: #C4169B;
}
.BgClassName
{
background-color: #C4169B;
}
</style>
border-color css
<style>
span { border-color: #C4169B; }
span { border-color: rgb(196,22,155); }
td.TdClassName
{
border-color: #C4169B;
}
.TagClassName
{
border-color: #C4169B;
}
</style>