Shades of Medium Violet Red #C90B86
Tints of Medium Violet Red #C90B86
RGB
CMYK
RGB Variations
Color information
#C90B86 (or 0xC90B86) is known color: Medium Violet Red. HEX triplet: C9, 0B and 86. RGB value is (201,11,134). Sum of RGB (Red+Green+Blue) = 201+11+134=346 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.09% from 346); Green value is 11 (4.69% from 255 or 3.18% from 346); Blue value is 134 (52.73% from 255 or 38.73% from 346); Max value from RGB is 201 - color contains mainly: red. Hex color #C90B86 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C90B86 is #36F479. Grayscale: #515151. Windows color (decimal): -3601530 or 8784841. OLE color: 8784841.
HSL color Cylindrical-coordinate representation of color #C90B86: hue angle of 321.16º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C90B86 is Cyan = 0, Magento = 0.95, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 11 | 134 | - |
| CMYK | 0 | 0.95 | 0.33 | 0.21 |
| HSL | 321.16º | 0.9% | 0.42% | - |
| HSV(B) | 321.16º | 0.95% | 0.79% | - |
| XYZ | 28.51 | 14.38 | 23.83 | - |
| YUV | 81.83 | 157.45 | 213 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 11 | 134 | 0 | 0.95 | 0.33 | 0.21 | 321.16 | 0.9 | 0.42 |
| Hex | C9 | B | 86 | 0 | 5F | 21 | 15 | 141 | 5A | 2A |
| Octal | 311 | 13 | 206 | 0 | 137 | 41 | 25 | 501 | 132 | 52 |
| Binary | 11001001 | 1011 | 10000110 | 0 | 1011111 | 100001 | 10101 | 101000001 | 1011010 | 101010 |
Color Harmonies of #C90B86
Complementary color
Monochromatic Colors of #C90B86
Black with #C90B86
Text Example
Text Example
White with #C90B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90B86; }
p { color: rgb(201,11,134); }
H1.HeaderClassName
{
color: #C90B86;
}
.AnyTagClassName
{
color: #C90B86;
}
</style>
background-color css
<style>
a { background-color: #C90B86; }
a { background-color: rgb(201,11,134); }
div.DivClassName
{
background-color: #C90B86;
}
.BgClassName
{
background-color: #C90B86;
}
</style>
border-color css
<style>
span { border-color: #C90B86; }
span { border-color: rgb(201,11,134); }
td.TdClassName
{
border-color: #C90B86;
}
.TagClassName
{
border-color: #C90B86;
}
</style>