Shades of Medium Violet Red #C4167B
Tints of Medium Violet Red #C4167B
RGB
CMYK
RGB Variations
Color information
#C4167B (or 0xC4167B) is known color: Medium Violet Red. HEX triplet: C4, 16 and 7B. RGB value is (196,22,123). Sum of RGB (Red+Green+Blue) = 196+22+123=341 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.48% from 341); Green value is 22 (8.98% from 255 or 6.45% from 341); Blue value is 123 (48.44% from 255 or 36.07% from 341); Max value from RGB is 196 - color contains mainly: red. Hex color #C4167B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4167B is #3BE984. Grayscale: #555555. Windows color (decimal): -3926405 or 8066756. OLE color: 8066756.
HSL color Cylindrical-coordinate representation of color #C4167B: hue angle of 325.17º 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 #C4167B is Cyan = 0, Magento = 0.89, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 22 | 123 | - |
| CMYK | 0 | 0.89 | 0.37 | 0.23 |
| HSL | 325.17º | 0.8% | 0.43% | - |
| HSV(B) | 325.17º | 0.89% | 0.77% | - |
| XYZ | 26.63 | 13.74 | 19.99 | - |
| YUV | 85.54 | 149.15 | 206.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 22 | 123 | 0 | 0.89 | 0.37 | 0.23 | 325.17 | 0.8 | 0.43 |
| Hex | C4 | 16 | 7B | 0 | 59 | 25 | 17 | 145 | 50 | 2B |
| Octal | 304 | 26 | 173 | 0 | 131 | 45 | 27 | 505 | 120 | 53 |
| Binary | 11000100 | 10110 | 1111011 | 0 | 1011001 | 100101 | 10111 | 101000101 | 1010000 | 101011 |
Color Harmonies of #C4167B
Complementary color
Monochromatic Colors of #C4167B
Black with #C4167B
Text Example
Text Example
White with #C4167B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4167B; }
p { color: rgb(196,22,123); }
H1.HeaderClassName
{
color: #C4167B;
}
.AnyTagClassName
{
color: #C4167B;
}
</style>
background-color css
<style>
a { background-color: #C4167B; }
a { background-color: rgb(196,22,123); }
div.DivClassName
{
background-color: #C4167B;
}
.BgClassName
{
background-color: #C4167B;
}
</style>
border-color css
<style>
span { border-color: #C4167B; }
span { border-color: rgb(196,22,123); }
td.TdClassName
{
border-color: #C4167B;
}
.TagClassName
{
border-color: #C4167B;
}
</style>