Shades of Medium Red Violet #C9387D
Tints of Medium Red Violet #C9387D
RGB
CMYK
RGB Variations
Color information
#C9387D (or 0xC9387D) is known color: Medium Red Violet. HEX triplet: C9, 38 and 7D. RGB value is (201,56,125). Sum of RGB (Red+Green+Blue) = 201+56+125=382 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.62% from 382); Green value is 56 (22.27% from 255 or 14.66% from 382); Blue value is 125 (49.22% from 255 or 32.72% from 382); Max value from RGB is 201 - color contains mainly: red. Hex color #C9387D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9387D is #36C782. Grayscale: #6B6B6B. Windows color (decimal): -3590019 or 8206537. OLE color: 8206537.
HSL color Cylindrical-coordinate representation of color #C9387D: hue angle of 331.45º 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 #C9387D is Cyan = 0, Magento = 0.72, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 56 | 125 | - |
| CMYK | 0 | 0.72 | 0.38 | 0.21 |
| HSL | 331.45º | 0.57% | 0.5% | - |
| HSV(B) | 331.45º | 0.72% | 0.79% | - |
| XYZ | 29.2 | 16.73 | 21.09 | - |
| YUV | 107.22 | 138.04 | 194.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 56 | 125 | 0 | 0.72 | 0.38 | 0.21 | 331.45 | 0.57 | 0.5 |
| Hex | C9 | 38 | 7D | 0 | 48 | 26 | 15 | 14B | 39 | 32 |
| Octal | 311 | 70 | 175 | 0 | 110 | 46 | 25 | 513 | 71 | 62 |
| Binary | 11001001 | 111000 | 1111101 | 0 | 1001000 | 100110 | 10101 | 101001011 | 111001 | 110010 |
Color Harmonies of #C9387D
Complementary color
Monochromatic Colors of #C9387D
Black with #C9387D
Text Example
Text Example
White with #C9387D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9387D; }
p { color: rgb(201,56,125); }
H1.HeaderClassName
{
color: #C9387D;
}
.AnyTagClassName
{
color: #C9387D;
}
</style>
background-color css
<style>
a { background-color: #C9387D; }
a { background-color: rgb(201,56,125); }
div.DivClassName
{
background-color: #C9387D;
}
.BgClassName
{
background-color: #C9387D;
}
</style>
border-color css
<style>
span { border-color: #C9387D; }
span { border-color: rgb(201,56,125); }
td.TdClassName
{
border-color: #C9387D;
}
.TagClassName
{
border-color: #C9387D;
}
</style>