Shades of Medium Red Violet #C9359D
Tints of Medium Red Violet #C9359D
RGB
CMYK
RGB Variations
Color information
#C9359D (or 0xC9359D) is known color: Medium Red Violet. HEX triplet: C9, 35 and 9D. RGB value is (201,53,157). Sum of RGB (Red+Green+Blue) = 201+53+157=411 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.91% from 411); Green value is 53 (21.09% from 255 or 12.90% from 411); Blue value is 157 (61.72% from 255 or 38.20% from 411); Max value from RGB is 201 - color contains mainly: red. Hex color #C9359D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9359D is #36CA62. Grayscale: #6C6C6C. Windows color (decimal): -3590755 or 10302921. OLE color: 10302921.
HSL color Cylindrical-coordinate representation of color #C9359D: hue angle of 317.84º 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 #C9359D is Cyan = 0, Magento = 0.74, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 53 | 157 | - |
| CMYK | 0 | 0.74 | 0.22 | 0.21 |
| HSL | 317.84º | 0.58% | 0.5% | - |
| HSV(B) | 317.84º | 0.74% | 0.79% | - |
| XYZ | 31.45 | 17.4 | 33.6 | - |
| YUV | 109.11 | 155.03 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 53 | 157 | 0 | 0.74 | 0.22 | 0.21 | 317.84 | 0.58 | 0.5 |
| Hex | C9 | 35 | 9D | 0 | 4A | 16 | 15 | 13E | 3A | 32 |
| Octal | 311 | 65 | 235 | 0 | 112 | 26 | 25 | 476 | 72 | 62 |
| Binary | 11001001 | 110101 | 10011101 | 0 | 1001010 | 10110 | 10101 | 100111110 | 111010 | 110010 |
Color Harmonies of #C9359D
Complementary color
Monochromatic Colors of #C9359D
Black with #C9359D
Text Example
Text Example
White with #C9359D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9359D; }
p { color: rgb(201,53,157); }
H1.HeaderClassName
{
color: #C9359D;
}
.AnyTagClassName
{
color: #C9359D;
}
</style>
background-color css
<style>
a { background-color: #C9359D; }
a { background-color: rgb(201,53,157); }
div.DivClassName
{
background-color: #C9359D;
}
.BgClassName
{
background-color: #C9359D;
}
</style>
border-color css
<style>
span { border-color: #C9359D; }
span { border-color: rgb(201,53,157); }
td.TdClassName
{
border-color: #C9359D;
}
.TagClassName
{
border-color: #C9359D;
}
</style>