Shades of Medium Red Violet #C9388D
Tints of Medium Red Violet #C9388D
RGB
CMYK
RGB Variations
Color information
#C9388D (or 0xC9388D) is known color: Medium Red Violet. HEX triplet: C9, 38 and 8D. RGB value is (201,56,141). Sum of RGB (Red+Green+Blue) = 201+56+141=398 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.50% from 398); Green value is 56 (22.27% from 255 or 14.07% from 398); Blue value is 141 (55.47% from 255 or 35.43% from 398); Max value from RGB is 201 - color contains mainly: red. Hex color #C9388D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9388D is #36C772. Grayscale: #6C6C6C. Windows color (decimal): -3590003 or 9255113. OLE color: 9255113.
HSL color Cylindrical-coordinate representation of color #C9388D: hue angle of 324.83º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C9388D is Cyan = 0, Magento = 0.72, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 56 | 141 | - |
| CMYK | 0 | 0.72 | 0.30 | 0.21 |
| HSL | 324.83º | 0.57% | 0.5% | - |
| HSV(B) | 324.83º | 0.72% | 0.79% | - |
| XYZ | 30.31 | 17.17 | 26.92 | - |
| YUV | 109.05 | 146.04 | 193.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 56 | 141 | 0 | 0.72 | 0.30 | 0.21 | 324.83 | 0.57 | 0.5 |
| Hex | C9 | 38 | 8D | 0 | 48 | 1E | 15 | 145 | 39 | 32 |
| Octal | 311 | 70 | 215 | 0 | 110 | 36 | 25 | 505 | 71 | 62 |
| Binary | 11001001 | 111000 | 10001101 | 0 | 1001000 | 11110 | 10101 | 101000101 | 111001 | 110010 |
Color Harmonies of #C9388D
Complementary color
Monochromatic Colors of #C9388D
Black with #C9388D
Text Example
Text Example
White with #C9388D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9388D; }
p { color: rgb(201,56,141); }
H1.HeaderClassName
{
color: #C9388D;
}
.AnyTagClassName
{
color: #C9388D;
}
</style>
background-color css
<style>
a { background-color: #C9388D; }
a { background-color: rgb(201,56,141); }
div.DivClassName
{
background-color: #C9388D;
}
.BgClassName
{
background-color: #C9388D;
}
</style>
border-color css
<style>
span { border-color: #C9388D; }
span { border-color: rgb(201,56,141); }
td.TdClassName
{
border-color: #C9388D;
}
.TagClassName
{
border-color: #C9388D;
}
</style>