Shades of Medium Violet Red #C1167B
Tints of Medium Violet Red #C1167B
RGB
CMYK
RGB Variations
Color information
#C1167B (or 0xC1167B) is known color: Medium Violet Red. HEX triplet: C1, 16 and 7B. RGB value is (193,22,123). Sum of RGB (Red+Green+Blue) = 193+22+123=338 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.10% from 338); Green value is 22 (8.98% from 255 or 6.51% from 338); Blue value is 123 (48.44% from 255 or 36.39% from 338); Max value from RGB is 193 - color contains mainly: red. Hex color #C1167B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1167B is #3EE984. Grayscale: #545454. Windows color (decimal): -4123013 or 8066753. OLE color: 8066753.
HSL color Cylindrical-coordinate representation of color #C1167B: hue angle of 324.56º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C1167B is Cyan = 0, Magento = 0.89, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 22 | 123 | - |
| CMYK | 0 | 0.89 | 0.36 | 0.24 |
| HSL | 324.56º | 0.8% | 0.42% | - |
| HSV(B) | 324.56º | 0.89% | 0.76% | - |
| XYZ | 25.85 | 13.34 | 19.95 | - |
| YUV | 84.64 | 149.65 | 205.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 22 | 123 | 0 | 0.89 | 0.36 | 0.24 | 324.56 | 0.8 | 0.42 |
| Hex | C1 | 16 | 7B | 0 | 59 | 24 | 18 | 145 | 50 | 2A |
| Octal | 301 | 26 | 173 | 0 | 131 | 44 | 30 | 505 | 120 | 52 |
| Binary | 11000001 | 10110 | 1111011 | 0 | 1011001 | 100100 | 11000 | 101000101 | 1010000 | 101010 |
Color Harmonies of #C1167B
Complementary color
Monochromatic Colors of #C1167B
Black with #C1167B
Text Example
Text Example
White with #C1167B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1167B; }
p { color: rgb(193,22,123); }
H1.HeaderClassName
{
color: #C1167B;
}
.AnyTagClassName
{
color: #C1167B;
}
</style>
background-color css
<style>
a { background-color: #C1167B; }
a { background-color: rgb(193,22,123); }
div.DivClassName
{
background-color: #C1167B;
}
.BgClassName
{
background-color: #C1167B;
}
</style>
border-color css
<style>
span { border-color: #C1167B; }
span { border-color: rgb(193,22,123); }
td.TdClassName
{
border-color: #C1167B;
}
.TagClassName
{
border-color: #C1167B;
}
</style>