Shades of Medium Violet Red #C91672
Tints of Medium Violet Red #C91672
RGB
CMYK
RGB Variations
Color information
#C91672 (or 0xC91672) is known color: Medium Violet Red. HEX triplet: C9, 16 and 72. RGB value is (201,22,114). Sum of RGB (Red+Green+Blue) = 201+22+114=337 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.64% from 337); Green value is 22 (8.98% from 255 or 6.53% from 337); Blue value is 114 (44.92% from 255 or 33.83% from 337); Max value from RGB is 201 - color contains mainly: red. Hex color #C91672 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C91672 is #36E98D. Grayscale: #555555. Windows color (decimal): -3598734 or 7476937. OLE color: 7476937.
HSL color Cylindrical-coordinate representation of color #C91672: hue angle of 329.16º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C91672 is Cyan = 0, Magento = 0.89, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 22 | 114 | - |
| CMYK | 0 | 0.89 | 0.43 | 0.21 |
| HSL | 329.16º | 0.8% | 0.44% | - |
| HSV(B) | 329.16º | 0.89% | 0.79% | - |
| XYZ | 27.41 | 14.21 | 17.22 | - |
| YUV | 86.01 | 143.8 | 210.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 22 | 114 | 0 | 0.89 | 0.43 | 0.21 | 329.16 | 0.8 | 0.44 |
| Hex | C9 | 16 | 72 | 0 | 59 | 2B | 15 | 149 | 50 | 2C |
| Octal | 311 | 26 | 162 | 0 | 131 | 53 | 25 | 511 | 120 | 54 |
| Binary | 11001001 | 10110 | 1110010 | 0 | 1011001 | 101011 | 10101 | 101001001 | 1010000 | 101100 |
Color Harmonies of #C91672
Complementary color
Monochromatic Colors of #C91672
Black with #C91672
Text Example
Text Example
White with #C91672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91672; }
p { color: rgb(201,22,114); }
H1.HeaderClassName
{
color: #C91672;
}
.AnyTagClassName
{
color: #C91672;
}
</style>
background-color css
<style>
a { background-color: #C91672; }
a { background-color: rgb(201,22,114); }
div.DivClassName
{
background-color: #C91672;
}
.BgClassName
{
background-color: #C91672;
}
</style>
border-color css
<style>
span { border-color: #C91672; }
span { border-color: rgb(201,22,114); }
td.TdClassName
{
border-color: #C91672;
}
.TagClassName
{
border-color: #C91672;
}
</style>