Shades of Medium Violet Red #C91B6D
Tints of Medium Violet Red #C91B6D
RGB
CMYK
RGB Variations
Color information
#C91B6D (or 0xC91B6D) is known color: Medium Violet Red. HEX triplet: C9, 1B and 6D. RGB value is (201,27,109). Sum of RGB (Red+Green+Blue) = 201+27+109=337 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.64% from 337); Green value is 27 (10.94% from 255 or 8.01% from 337); Blue value is 109 (42.97% from 255 or 32.34% from 337); Max value from RGB is 201 - color contains mainly: red. Hex color #C91B6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C91B6D is #36E492. Grayscale: #585858. Windows color (decimal): -3597459 or 7150537. OLE color: 7150537.
HSL color Cylindrical-coordinate representation of color #C91B6D: hue angle of 331.72º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C91B6D is Cyan = 0, Magento = 0.87, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 27 | 109 | - |
| CMYK | 0 | 0.87 | 0.46 | 0.21 |
| HSL | 331.72º | 0.76% | 0.45% | - |
| HSV(B) | 331.72º | 0.87% | 0.79% | - |
| XYZ | 27.24 | 14.31 | 15.79 | - |
| YUV | 88.37 | 139.65 | 208.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 27 | 109 | 0 | 0.87 | 0.46 | 0.21 | 331.72 | 0.76 | 0.45 |
| Hex | C9 | 1B | 6D | 0 | 57 | 2E | 15 | 14C | 4C | 2D |
| Octal | 311 | 33 | 155 | 0 | 127 | 56 | 25 | 514 | 114 | 55 |
| Binary | 11001001 | 11011 | 1101101 | 0 | 1010111 | 101110 | 10101 | 101001100 | 1001100 | 101101 |
Color Harmonies of #C91B6D
Complementary color
Monochromatic Colors of #C91B6D
Black with #C91B6D
Text Example
Text Example
White with #C91B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91B6D; }
p { color: rgb(201,27,109); }
H1.HeaderClassName
{
color: #C91B6D;
}
.AnyTagClassName
{
color: #C91B6D;
}
</style>
background-color css
<style>
a { background-color: #C91B6D; }
a { background-color: rgb(201,27,109); }
div.DivClassName
{
background-color: #C91B6D;
}
.BgClassName
{
background-color: #C91B6D;
}
</style>
border-color css
<style>
span { border-color: #C91B6D; }
span { border-color: rgb(201,27,109); }
td.TdClassName
{
border-color: #C91B6D;
}
.TagClassName
{
border-color: #C91B6D;
}
</style>