Shades of Medium Red Violet #C9389A
Tints of Medium Red Violet #C9389A
RGB
CMYK
RGB Variations
Color information
#C9389A (or 0xC9389A) is known color: Medium Red Violet. HEX triplet: C9, 38 and 9A. RGB value is (201,56,154). Sum of RGB (Red+Green+Blue) = 201+56+154=411 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.91% from 411); Green value is 56 (22.27% from 255 or 13.63% from 411); Blue value is 154 (60.55% from 255 or 37.47% from 411); Max value from RGB is 201 - color contains mainly: red. Hex color #C9389A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9389A is #36C765. Grayscale: #6E6E6E. Windows color (decimal): -3589990 or 10107081. OLE color: 10107081.
HSL color Cylindrical-coordinate representation of color #C9389A: hue angle of 319.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 #C9389A is Cyan = 0, Magento = 0.72, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 56 | 154 | - |
| CMYK | 0 | 0.72 | 0.23 | 0.21 |
| HSL | 319.45º | 0.57% | 0.5% | - |
| HSV(B) | 319.45º | 0.72% | 0.79% | - |
| XYZ | 31.33 | 17.58 | 32.31 | - |
| YUV | 110.53 | 152.54 | 192.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 56 | 154 | 0 | 0.72 | 0.23 | 0.21 | 319.45 | 0.57 | 0.5 |
| Hex | C9 | 38 | 9A | 0 | 48 | 17 | 15 | 13F | 39 | 32 |
| Octal | 311 | 70 | 232 | 0 | 110 | 27 | 25 | 477 | 71 | 62 |
| Binary | 11001001 | 111000 | 10011010 | 0 | 1001000 | 10111 | 10101 | 100111111 | 111001 | 110010 |
Color Harmonies of #C9389A
Complementary color
Monochromatic Colors of #C9389A
Black with #C9389A
Text Example
Text Example
White with #C9389A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9389A; }
p { color: rgb(201,56,154); }
H1.HeaderClassName
{
color: #C9389A;
}
.AnyTagClassName
{
color: #C9389A;
}
</style>
background-color css
<style>
a { background-color: #C9389A; }
a { background-color: rgb(201,56,154); }
div.DivClassName
{
background-color: #C9389A;
}
.BgClassName
{
background-color: #C9389A;
}
</style>
border-color css
<style>
span { border-color: #C9389A; }
span { border-color: rgb(201,56,154); }
td.TdClassName
{
border-color: #C9389A;
}
.TagClassName
{
border-color: #C9389A;
}
</style>