Shades of Medium Violet Red #C91BA9
Tints of Medium Violet Red #C91BA9
RGB
CMYK
RGB Variations
Color information
#C91BA9 (or 0xC91BA9) is known color: Medium Violet Red. HEX triplet: C9, 1B and A9. RGB value is (201,27,169). Sum of RGB (Red+Green+Blue) = 201+27+169=397 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.63% from 397); Green value is 27 (10.94% from 255 or 6.80% from 397); Blue value is 169 (66.41% from 255 or 42.57% from 397); Max value from RGB is 201 - color contains mainly: red. Hex color #C91BA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C91BA9 is #36E456. Grayscale: #5E5E5E. Windows color (decimal): -3597399 or 11082697. OLE color: 11082697.
HSL color Cylindrical-coordinate representation of color #C91BA9: hue angle of 311.03º 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 #C91BA9 is Cyan = 0, Magento = 0.87, Yellow = 0.16 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 27 | 169 | - |
| CMYK | 0 | 0.87 | 0.16 | 0.21 |
| HSL | 311.03º | 0.76% | 0.45% | - |
| HSV(B) | 311.03º | 0.87% | 0.79% | - |
| XYZ | 31.64 | 16.07 | 38.97 | - |
| YUV | 95.21 | 169.65 | 203.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 27 | 169 | 0 | 0.87 | 0.16 | 0.21 | 311.03 | 0.76 | 0.45 |
| Hex | C9 | 1B | A9 | 0 | 57 | 10 | 15 | 137 | 4C | 2D |
| Octal | 311 | 33 | 251 | 0 | 127 | 20 | 25 | 467 | 114 | 55 |
| Binary | 11001001 | 11011 | 10101001 | 0 | 1010111 | 10000 | 10101 | 100110111 | 1001100 | 101101 |
Color Harmonies of #C91BA9
Complementary color
Monochromatic Colors of #C91BA9
Black with #C91BA9
Text Example
Text Example
White with #C91BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91BA9; }
p { color: rgb(201,27,169); }
H1.HeaderClassName
{
color: #C91BA9;
}
.AnyTagClassName
{
color: #C91BA9;
}
</style>
background-color css
<style>
a { background-color: #C91BA9; }
a { background-color: rgb(201,27,169); }
div.DivClassName
{
background-color: #C91BA9;
}
.BgClassName
{
background-color: #C91BA9;
}
</style>
border-color css
<style>
span { border-color: #C91BA9; }
span { border-color: rgb(201,27,169); }
td.TdClassName
{
border-color: #C91BA9;
}
.TagClassName
{
border-color: #C91BA9;
}
</style>