Shades of Medium Violet Red #C91B96
Tints of Medium Violet Red #C91B96
RGB
CMYK
RGB Variations
Color information
#C91B96 (or 0xC91B96) is known color: Medium Violet Red. HEX triplet: C9, 1B and 96. RGB value is (201,27,150). Sum of RGB (Red+Green+Blue) = 201+27+150=378 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.17% from 378); Green value is 27 (10.94% from 255 or 7.14% from 378); Blue value is 150 (58.98% from 255 or 39.68% from 378); Max value from RGB is 201 - color contains mainly: red. Hex color #C91B96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C91B96 is #36E469. Grayscale: #5C5C5C. Windows color (decimal): -3597418 or 9837513. OLE color: 9837513.
HSL color Cylindrical-coordinate representation of color #C91B96: hue angle of 317.59º 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 #C91B96 is Cyan = 0, Magento = 0.87, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 27 | 150 | - |
| CMYK | 0 | 0.87 | 0.25 | 0.21 |
| HSL | 317.59º | 0.76% | 0.45% | - |
| HSV(B) | 317.59º | 0.87% | 0.79% | - |
| XYZ | 29.98 | 15.4 | 30.25 | - |
| YUV | 93.05 | 160.15 | 205 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 27 | 150 | 0 | 0.87 | 0.25 | 0.21 | 317.59 | 0.76 | 0.45 |
| Hex | C9 | 1B | 96 | 0 | 57 | 19 | 15 | 13E | 4C | 2D |
| Octal | 311 | 33 | 226 | 0 | 127 | 31 | 25 | 476 | 114 | 55 |
| Binary | 11001001 | 11011 | 10010110 | 0 | 1010111 | 11001 | 10101 | 100111110 | 1001100 | 101101 |
Color Harmonies of #C91B96
Complementary color
Monochromatic Colors of #C91B96
Black with #C91B96
Text Example
Text Example
White with #C91B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91B96; }
p { color: rgb(201,27,150); }
H1.HeaderClassName
{
color: #C91B96;
}
.AnyTagClassName
{
color: #C91B96;
}
</style>
background-color css
<style>
a { background-color: #C91B96; }
a { background-color: rgb(201,27,150); }
div.DivClassName
{
background-color: #C91B96;
}
.BgClassName
{
background-color: #C91B96;
}
</style>
border-color css
<style>
span { border-color: #C91B96; }
span { border-color: rgb(201,27,150); }
td.TdClassName
{
border-color: #C91B96;
}
.TagClassName
{
border-color: #C91B96;
}
</style>