Shades of Medium Red Violet #C9387A
Tints of Medium Red Violet #C9387A
RGB
CMYK
RGB Variations
Color information
#C9387A (or 0xC9387A) is known color: Medium Red Violet. HEX triplet: C9, 38 and 7A. RGB value is (201,56,122). Sum of RGB (Red+Green+Blue) = 201+56+122=379 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.03% from 379); Green value is 56 (22.27% from 255 or 14.78% from 379); Blue value is 122 (48.05% from 255 or 32.19% from 379); Max value from RGB is 201 - color contains mainly: red. Hex color #C9387A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9387A is #36C785. Grayscale: #6A6A6A. Windows color (decimal): -3590022 or 8009929. OLE color: 8009929.
HSL color Cylindrical-coordinate representation of color #C9387A: hue angle of 332.69º 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 #C9387A is Cyan = 0, Magento = 0.72, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 56 | 122 | - |
| CMYK | 0 | 0.72 | 0.39 | 0.21 |
| HSL | 332.69º | 0.57% | 0.5% | - |
| HSV(B) | 332.69º | 0.72% | 0.79% | - |
| XYZ | 29.01 | 16.65 | 20.1 | - |
| YUV | 106.88 | 136.54 | 195.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 56 | 122 | 0 | 0.72 | 0.39 | 0.21 | 332.69 | 0.57 | 0.5 |
| Hex | C9 | 38 | 7A | 0 | 48 | 27 | 15 | 14D | 39 | 32 |
| Octal | 311 | 70 | 172 | 0 | 110 | 47 | 25 | 515 | 71 | 62 |
| Binary | 11001001 | 111000 | 1111010 | 0 | 1001000 | 100111 | 10101 | 101001101 | 111001 | 110010 |
Color Harmonies of #C9387A
Complementary color
Monochromatic Colors of #C9387A
Black with #C9387A
Text Example
Text Example
White with #C9387A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9387A; }
p { color: rgb(201,56,122); }
H1.HeaderClassName
{
color: #C9387A;
}
.AnyTagClassName
{
color: #C9387A;
}
</style>
background-color css
<style>
a { background-color: #C9387A; }
a { background-color: rgb(201,56,122); }
div.DivClassName
{
background-color: #C9387A;
}
.BgClassName
{
background-color: #C9387A;
}
</style>
border-color css
<style>
span { border-color: #C9387A; }
span { border-color: rgb(201,56,122); }
td.TdClassName
{
border-color: #C9387A;
}
.TagClassName
{
border-color: #C9387A;
}
</style>