Shades of Medium Violet Red #C90B6E
Tints of Medium Violet Red #C90B6E
RGB
CMYK
RGB Variations
Color information
#C90B6E (or 0xC90B6E) is known color: Medium Violet Red. HEX triplet: C9, 0B and 6E. RGB value is (201,11,110). Sum of RGB (Red+Green+Blue) = 201+11+110=322 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.42% from 322); Green value is 11 (4.69% from 255 or 3.42% from 322); Blue value is 110 (43.36% from 255 or 34.16% from 322); Max value from RGB is 201 - color contains mainly: red. Hex color #C90B6E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C90B6E is #36F491. Grayscale: #4E4E4E. Windows color (decimal): -3601554 or 7211977. OLE color: 7211977.
HSL color Cylindrical-coordinate representation of color #C90B6E: hue angle of 328.74º 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 #C90B6E is Cyan = 0, Magento = 0.95, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 11 | 110 | - |
| CMYK | 0 | 0.95 | 0.45 | 0.21 |
| HSL | 328.74º | 0.9% | 0.42% | - |
| HSV(B) | 328.74º | 0.95% | 0.79% | - |
| XYZ | 27.02 | 13.78 | 15.99 | - |
| YUV | 79.1 | 145.45 | 214.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 11 | 110 | 0 | 0.95 | 0.45 | 0.21 | 328.74 | 0.9 | 0.42 |
| Hex | C9 | B | 6E | 0 | 5F | 2D | 15 | 149 | 5A | 2A |
| Octal | 311 | 13 | 156 | 0 | 137 | 55 | 25 | 511 | 132 | 52 |
| Binary | 11001001 | 1011 | 1101110 | 0 | 1011111 | 101101 | 10101 | 101001001 | 1011010 | 101010 |
Color Harmonies of #C90B6E
Complementary color
Monochromatic Colors of #C90B6E
Black with #C90B6E
Text Example
Text Example
White with #C90B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90B6E; }
p { color: rgb(201,11,110); }
H1.HeaderClassName
{
color: #C90B6E;
}
.AnyTagClassName
{
color: #C90B6E;
}
</style>
background-color css
<style>
a { background-color: #C90B6E; }
a { background-color: rgb(201,11,110); }
div.DivClassName
{
background-color: #C90B6E;
}
.BgClassName
{
background-color: #C90B6E;
}
</style>
border-color css
<style>
span { border-color: #C90B6E; }
span { border-color: rgb(201,11,110); }
td.TdClassName
{
border-color: #C90B6E;
}
.TagClassName
{
border-color: #C90B6E;
}
</style>