Shades of Medium Red Violet #C9389C
Tints of Medium Red Violet #C9389C
RGB
CMYK
RGB Variations
Color information
#C9389C (or 0xC9389C) is known color: Medium Red Violet. HEX triplet: C9, 38 and 9C. RGB value is (201,56,156). Sum of RGB (Red+Green+Blue) = 201+56+156=413 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.67% from 413); Green value is 56 (22.27% from 255 or 13.56% from 413); Blue value is 156 (61.33% from 255 or 37.77% from 413); Max value from RGB is 201 - color contains mainly: red. Hex color #C9389C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9389C is #36C763. Grayscale: #6E6E6E. Windows color (decimal): -3589988 or 10238153. OLE color: 10238153.
HSL color Cylindrical-coordinate representation of color #C9389C: hue angle of 318.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 #C9389C is Cyan = 0, Magento = 0.72, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 56 | 156 | - |
| CMYK | 0 | 0.72 | 0.22 | 0.21 |
| HSL | 318.62º | 0.57% | 0.5% | - |
| HSV(B) | 318.62º | 0.72% | 0.79% | - |
| XYZ | 31.5 | 17.65 | 33.2 | - |
| YUV | 110.76 | 153.54 | 192.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 56 | 156 | 0 | 0.72 | 0.22 | 0.21 | 318.62 | 0.57 | 0.5 |
| Hex | C9 | 38 | 9C | 0 | 48 | 16 | 15 | 13F | 39 | 32 |
| Octal | 311 | 70 | 234 | 0 | 110 | 26 | 25 | 477 | 71 | 62 |
| Binary | 11001001 | 111000 | 10011100 | 0 | 1001000 | 10110 | 10101 | 100111111 | 111001 | 110010 |
Color Harmonies of #C9389C
Complementary color
Monochromatic Colors of #C9389C
Black with #C9389C
Text Example
Text Example
White with #C9389C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9389C; }
p { color: rgb(201,56,156); }
H1.HeaderClassName
{
color: #C9389C;
}
.AnyTagClassName
{
color: #C9389C;
}
</style>
background-color css
<style>
a { background-color: #C9389C; }
a { background-color: rgb(201,56,156); }
div.DivClassName
{
background-color: #C9389C;
}
.BgClassName
{
background-color: #C9389C;
}
</style>
border-color css
<style>
span { border-color: #C9389C; }
span { border-color: rgb(201,56,156); }
td.TdClassName
{
border-color: #C9389C;
}
.TagClassName
{
border-color: #C9389C;
}
</style>