Shades of Medium Red Violet #C9359F
Tints of Medium Red Violet #C9359F
RGB
CMYK
RGB Variations
Color information
#C9359F (or 0xC9359F) is known color: Medium Red Violet. HEX triplet: C9, 35 and 9F. RGB value is (201,53,159). Sum of RGB (Red+Green+Blue) = 201+53+159=413 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.67% from 413); Green value is 53 (21.09% from 255 or 12.83% from 413); Blue value is 159 (62.5% from 255 or 38.50% from 413); Max value from RGB is 201 - color contains mainly: red. Hex color #C9359F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9359F is #36CA60. Grayscale: #6D6D6D. Windows color (decimal): -3590753 or 10433993. OLE color: 10433993.
HSL color Cylindrical-coordinate representation of color #C9359F: hue angle of 317.03º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C9359F is Cyan = 0, Magento = 0.74, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 53 | 159 | - |
| CMYK | 0 | 0.74 | 0.21 | 0.21 |
| HSL | 317.03º | 0.58% | 0.5% | - |
| HSV(B) | 317.03º | 0.74% | 0.79% | - |
| XYZ | 31.62 | 17.47 | 34.51 | - |
| YUV | 109.34 | 156.03 | 193.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 53 | 159 | 0 | 0.74 | 0.21 | 0.21 | 317.03 | 0.58 | 0.5 |
| Hex | C9 | 35 | 9F | 0 | 4A | 15 | 15 | 13D | 3A | 32 |
| Octal | 311 | 65 | 237 | 0 | 112 | 25 | 25 | 475 | 72 | 62 |
| Binary | 11001001 | 110101 | 10011111 | 0 | 1001010 | 10101 | 10101 | 100111101 | 111010 | 110010 |
Color Harmonies of #C9359F
Complementary color
Monochromatic Colors of #C9359F
Black with #C9359F
Text Example
Text Example
White with #C9359F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9359F; }
p { color: rgb(201,53,159); }
H1.HeaderClassName
{
color: #C9359F;
}
.AnyTagClassName
{
color: #C9359F;
}
</style>
background-color css
<style>
a { background-color: #C9359F; }
a { background-color: rgb(201,53,159); }
div.DivClassName
{
background-color: #C9359F;
}
.BgClassName
{
background-color: #C9359F;
}
</style>
border-color css
<style>
span { border-color: #C9359F; }
span { border-color: rgb(201,53,159); }
td.TdClassName
{
border-color: #C9359F;
}
.TagClassName
{
border-color: #C9359F;
}
</style>