Shades of Medium Violet Red #C90D83
Tints of Medium Violet Red #C90D83
RGB
CMYK
RGB Variations
Color information
#C90D83 (or 0xC90D83) is known color: Medium Violet Red. HEX triplet: C9, 0D and 83. RGB value is (201,13,131). Sum of RGB (Red+Green+Blue) = 201+13+131=345 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.26% from 345); Green value is 13 (5.47% from 255 or 3.77% from 345); Blue value is 131 (51.56% from 255 or 37.97% from 345); Max value from RGB is 201 - color contains mainly: red. Hex color #C90D83 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C90D83 is #36F27C. Grayscale: #525252. Windows color (decimal): -3601021 or 8588745. OLE color: 8588745.
HSL color Cylindrical-coordinate representation of color #C90D83: hue angle of 322.34º 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 #C90D83 is Cyan = 0, Magento = 0.94, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 13 | 131 | - |
| CMYK | 0 | 0.94 | 0.35 | 0.21 |
| HSL | 322.34º | 0.88% | 0.42% | - |
| HSV(B) | 322.34º | 0.94% | 0.79% | - |
| XYZ | 28.33 | 14.34 | 22.75 | - |
| YUV | 82.66 | 155.28 | 212.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 13 | 131 | 0 | 0.94 | 0.35 | 0.21 | 322.34 | 0.88 | 0.42 |
| Hex | C9 | D | 83 | 0 | 5E | 23 | 15 | 142 | 58 | 2A |
| Octal | 311 | 15 | 203 | 0 | 136 | 43 | 25 | 502 | 130 | 52 |
| Binary | 11001001 | 1101 | 10000011 | 0 | 1011110 | 100011 | 10101 | 101000010 | 1011000 | 101010 |
Color Harmonies of #C90D83
Complementary color
Monochromatic Colors of #C90D83
Black with #C90D83
Text Example
Text Example
White with #C90D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90D83; }
p { color: rgb(201,13,131); }
H1.HeaderClassName
{
color: #C90D83;
}
.AnyTagClassName
{
color: #C90D83;
}
</style>
background-color css
<style>
a { background-color: #C90D83; }
a { background-color: rgb(201,13,131); }
div.DivClassName
{
background-color: #C90D83;
}
.BgClassName
{
background-color: #C90D83;
}
</style>
border-color css
<style>
span { border-color: #C90D83; }
span { border-color: rgb(201,13,131); }
td.TdClassName
{
border-color: #C90D83;
}
.TagClassName
{
border-color: #C90D83;
}
</style>