Shades of Medium Violet Red #C90D97
Tints of Medium Violet Red #C90D97
RGB
CMYK
RGB Variations
Color information
#C90D97 (or 0xC90D97) is known color: Medium Violet Red. HEX triplet: C9, 0D and 97. RGB value is (201,13,151). Sum of RGB (Red+Green+Blue) = 201+13+151=365 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.07% from 365); Green value is 13 (5.47% from 255 or 3.56% from 365); Blue value is 151 (59.38% from 255 or 41.37% from 365); Max value from RGB is 201 - color contains mainly: red. Hex color #C90D97 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C90D97 is #36F268. Grayscale: #545454. Windows color (decimal): -3601001 or 9899465. OLE color: 9899465.
HSL color Cylindrical-coordinate representation of color #C90D97: hue angle of 315.96º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C90D97 is Cyan = 0, Magento = 0.94, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 13 | 151 | - |
| CMYK | 0 | 0.94 | 0.25 | 0.21 |
| HSL | 315.96º | 0.88% | 0.42% | - |
| HSV(B) | 315.96º | 0.94% | 0.79% | - |
| XYZ | 29.82 | 14.94 | 30.59 | - |
| YUV | 84.94 | 165.28 | 210.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 13 | 151 | 0 | 0.94 | 0.25 | 0.21 | 315.96 | 0.88 | 0.42 |
| Hex | C9 | D | 97 | 0 | 5E | 19 | 15 | 13C | 58 | 2A |
| Octal | 311 | 15 | 227 | 0 | 136 | 31 | 25 | 474 | 130 | 52 |
| Binary | 11001001 | 1101 | 10010111 | 0 | 1011110 | 11001 | 10101 | 100111100 | 1011000 | 101010 |
Color Harmonies of #C90D97
Complementary color
Monochromatic Colors of #C90D97
Black with #C90D97
Text Example
Text Example
White with #C90D97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90D97; }
p { color: rgb(201,13,151); }
H1.HeaderClassName
{
color: #C90D97;
}
.AnyTagClassName
{
color: #C90D97;
}
</style>
background-color css
<style>
a { background-color: #C90D97; }
a { background-color: rgb(201,13,151); }
div.DivClassName
{
background-color: #C90D97;
}
.BgClassName
{
background-color: #C90D97;
}
</style>
border-color css
<style>
span { border-color: #C90D97; }
span { border-color: rgb(201,13,151); }
td.TdClassName
{
border-color: #C90D97;
}
.TagClassName
{
border-color: #C90D97;
}
</style>