Shades of Medium Red Violet #C9387F
Tints of Medium Red Violet #C9387F
RGB
CMYK
RGB Variations
Color information
#C9387F (or 0xC9387F) is known color: Medium Red Violet. HEX triplet: C9, 38 and 7F. RGB value is (201,56,127). Sum of RGB (Red+Green+Blue) = 201+56+127=384 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.34% from 384); Green value is 56 (22.27% from 255 or 14.58% from 384); Blue value is 127 (50% from 255 or 33.07% from 384); Max value from RGB is 201 - color contains mainly: red. Hex color #C9387F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9387F is #36C780. Grayscale: #6B6B6B. Windows color (decimal): -3590017 or 8337609. OLE color: 8337609.
HSL color Cylindrical-coordinate representation of color #C9387F: hue angle of 330.62º 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 #C9387F is Cyan = 0, Magento = 0.72, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 56 | 127 | - |
| CMYK | 0 | 0.72 | 0.37 | 0.21 |
| HSL | 330.62º | 0.57% | 0.5% | - |
| HSV(B) | 330.62º | 0.72% | 0.79% | - |
| XYZ | 29.33 | 16.78 | 21.77 | - |
| YUV | 107.45 | 139.04 | 194.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 56 | 127 | 0 | 0.72 | 0.37 | 0.21 | 330.62 | 0.57 | 0.5 |
| Hex | C9 | 38 | 7F | 0 | 48 | 25 | 15 | 14B | 39 | 32 |
| Octal | 311 | 70 | 177 | 0 | 110 | 45 | 25 | 513 | 71 | 62 |
| Binary | 11001001 | 111000 | 1111111 | 0 | 1001000 | 100101 | 10101 | 101001011 | 111001 | 110010 |
Color Harmonies of #C9387F
Complementary color
Monochromatic Colors of #C9387F
Black with #C9387F
Text Example
Text Example
White with #C9387F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9387F; }
p { color: rgb(201,56,127); }
H1.HeaderClassName
{
color: #C9387F;
}
.AnyTagClassName
{
color: #C9387F;
}
</style>
background-color css
<style>
a { background-color: #C9387F; }
a { background-color: rgb(201,56,127); }
div.DivClassName
{
background-color: #C9387F;
}
.BgClassName
{
background-color: #C9387F;
}
</style>
border-color css
<style>
span { border-color: #C9387F; }
span { border-color: rgb(201,56,127); }
td.TdClassName
{
border-color: #C9387F;
}
.TagClassName
{
border-color: #C9387F;
}
</style>