Shades of Medium Red Violet #C9358D
Tints of Medium Red Violet #C9358D
RGB
CMYK
RGB Variations
Color information
#C9358D (or 0xC9358D) is known color: Medium Red Violet. HEX triplet: C9, 35 and 8D. RGB value is (201,53,141). Sum of RGB (Red+Green+Blue) = 201+53+141=395 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.89% from 395); Green value is 53 (21.09% from 255 or 13.42% from 395); Blue value is 141 (55.47% from 255 or 35.70% from 395); Max value from RGB is 201 - color contains mainly: red. Hex color #C9358D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9358D is #36CA72. Grayscale: #6B6B6B. Windows color (decimal): -3590771 or 9254345. OLE color: 9254345.
HSL color Cylindrical-coordinate representation of color #C9358D: hue angle of 324.32º 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 #C9358D is Cyan = 0, Magento = 0.74, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 53 | 141 | - |
| CMYK | 0 | 0.74 | 0.30 | 0.21 |
| HSL | 324.32º | 0.58% | 0.5% | - |
| HSV(B) | 324.32º | 0.74% | 0.79% | - |
| XYZ | 30.17 | 16.89 | 26.87 | - |
| YUV | 107.28 | 147.03 | 194.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 53 | 141 | 0 | 0.74 | 0.30 | 0.21 | 324.32 | 0.58 | 0.5 |
| Hex | C9 | 35 | 8D | 0 | 4A | 1E | 15 | 144 | 3A | 32 |
| Octal | 311 | 65 | 215 | 0 | 112 | 36 | 25 | 504 | 72 | 62 |
| Binary | 11001001 | 110101 | 10001101 | 0 | 1001010 | 11110 | 10101 | 101000100 | 111010 | 110010 |
Color Harmonies of #C9358D
Complementary color
Monochromatic Colors of #C9358D
Black with #C9358D
Text Example
Text Example
White with #C9358D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9358D; }
p { color: rgb(201,53,141); }
H1.HeaderClassName
{
color: #C9358D;
}
.AnyTagClassName
{
color: #C9358D;
}
</style>
background-color css
<style>
a { background-color: #C9358D; }
a { background-color: rgb(201,53,141); }
div.DivClassName
{
background-color: #C9358D;
}
.BgClassName
{
background-color: #C9358D;
}
</style>
border-color css
<style>
span { border-color: #C9358D; }
span { border-color: rgb(201,53,141); }
td.TdClassName
{
border-color: #C9358D;
}
.TagClassName
{
border-color: #C9358D;
}
</style>