Shades of Medium Red Violet #C9398D
Tints of Medium Red Violet #C9398D
RGB
CMYK
RGB Variations
Color information
#C9398D (or 0xC9398D) is known color: Medium Red Violet. HEX triplet: C9, 39 and 8D. RGB value is (201,57,141). Sum of RGB (Red+Green+Blue) = 201+57+141=399 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.38% from 399); Green value is 57 (22.66% from 255 or 14.29% from 399); Blue value is 141 (55.47% from 255 or 35.34% from 399); Max value from RGB is 201 - color contains mainly: red. Hex color #C9398D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9398D is #36C672. Grayscale: #6D6D6D. Windows color (decimal): -3589747 or 9255369. OLE color: 9255369.
HSL color Cylindrical-coordinate representation of color #C9398D: hue angle of 325º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C9398D is Cyan = 0, Magento = 0.72, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 57 | 141 | - |
| CMYK | 0 | 0.72 | 0.30 | 0.21 |
| HSL | 325º | 0.57% | 0.51% | - |
| HSV(B) | 325º | 0.72% | 0.79% | - |
| XYZ | 30.36 | 17.27 | 26.93 | - |
| YUV | 109.63 | 145.71 | 193.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 57 | 141 | 0 | 0.72 | 0.30 | 0.21 | 325 | 0.57 | 0.51 |
| Hex | C9 | 39 | 8D | 0 | 48 | 1E | 15 | 145 | 39 | 33 |
| Octal | 311 | 71 | 215 | 0 | 110 | 36 | 25 | 505 | 71 | 63 |
| Binary | 11001001 | 111001 | 10001101 | 0 | 1001000 | 11110 | 10101 | 101000101 | 111001 | 110011 |
Color Harmonies of #C9398D
Complementary color
Monochromatic Colors of #C9398D
Black with #C9398D
Text Example
Text Example
White with #C9398D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9398D; }
p { color: rgb(201,57,141); }
H1.HeaderClassName
{
color: #C9398D;
}
.AnyTagClassName
{
color: #C9398D;
}
</style>
background-color css
<style>
a { background-color: #C9398D; }
a { background-color: rgb(201,57,141); }
div.DivClassName
{
background-color: #C9398D;
}
.BgClassName
{
background-color: #C9398D;
}
</style>
border-color css
<style>
span { border-color: #C9398D; }
span { border-color: rgb(201,57,141); }
td.TdClassName
{
border-color: #C9398D;
}
.TagClassName
{
border-color: #C9398D;
}
</style>