Shades of Medium Violet Red #C91B83
Tints of Medium Violet Red #C91B83
RGB
CMYK
RGB Variations
Color information
#C91B83 (or 0xC91B83) is known color: Medium Violet Red. HEX triplet: C9, 1B and 83. RGB value is (201,27,131). Sum of RGB (Red+Green+Blue) = 201+27+131=359 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.99% from 359); Green value is 27 (10.94% from 255 or 7.52% from 359); Blue value is 131 (51.56% from 255 or 36.49% from 359); Max value from RGB is 201 - color contains mainly: red. Hex color #C91B83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C91B83 is #36E47C. Grayscale: #5A5A5A. Windows color (decimal): -3597437 or 8592329. OLE color: 8592329.
HSL color Cylindrical-coordinate representation of color #C91B83: hue angle of 324.14º 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 #C91B83 is Cyan = 0, Magento = 0.87, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 27 | 131 | - |
| CMYK | 0 | 0.87 | 0.35 | 0.21 |
| HSL | 324.14º | 0.76% | 0.45% | - |
| HSV(B) | 324.14º | 0.87% | 0.79% | - |
| XYZ | 28.58 | 14.84 | 22.83 | - |
| YUV | 90.88 | 150.65 | 206.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 27 | 131 | 0 | 0.87 | 0.35 | 0.21 | 324.14 | 0.76 | 0.45 |
| Hex | C9 | 1B | 83 | 0 | 57 | 23 | 15 | 144 | 4C | 2D |
| Octal | 311 | 33 | 203 | 0 | 127 | 43 | 25 | 504 | 114 | 55 |
| Binary | 11001001 | 11011 | 10000011 | 0 | 1010111 | 100011 | 10101 | 101000100 | 1001100 | 101101 |
Color Harmonies of #C91B83
Complementary color
Monochromatic Colors of #C91B83
Black with #C91B83
Text Example
Text Example
White with #C91B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91B83; }
p { color: rgb(201,27,131); }
H1.HeaderClassName
{
color: #C91B83;
}
.AnyTagClassName
{
color: #C91B83;
}
</style>
background-color css
<style>
a { background-color: #C91B83; }
a { background-color: rgb(201,27,131); }
div.DivClassName
{
background-color: #C91B83;
}
.BgClassName
{
background-color: #C91B83;
}
</style>
border-color css
<style>
span { border-color: #C91B83; }
span { border-color: rgb(201,27,131); }
td.TdClassName
{
border-color: #C91B83;
}
.TagClassName
{
border-color: #C91B83;
}
</style>