Shades of Medium Red Violet #C9357C
Tints of Medium Red Violet #C9357C
RGB
CMYK
RGB Variations
Color information
#C9357C (or 0xC9357C) is known color: Medium Red Violet. HEX triplet: C9, 35 and 7C. RGB value is (201,53,124). Sum of RGB (Red+Green+Blue) = 201+53+124=378 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.17% from 378); Green value is 53 (21.09% from 255 or 14.02% from 378); Blue value is 124 (48.83% from 255 or 32.80% from 378); Max value from RGB is 201 - color contains mainly: red. Hex color #C9357C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9357C is #36CA83. Grayscale: #696969. Windows color (decimal): -3590788 or 8140233. OLE color: 8140233.
HSL color Cylindrical-coordinate representation of color #C9357C: hue angle of 331.22º 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 #C9357C is Cyan = 0, Magento = 0.74, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 53 | 124 | - |
| CMYK | 0 | 0.74 | 0.38 | 0.21 |
| HSL | 331.22º | 0.58% | 0.5% | - |
| HSV(B) | 331.22º | 0.74% | 0.79% | - |
| XYZ | 29 | 16.42 | 20.71 | - |
| YUV | 105.35 | 138.53 | 196.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 53 | 124 | 0 | 0.74 | 0.38 | 0.21 | 331.22 | 0.58 | 0.5 |
| Hex | C9 | 35 | 7C | 0 | 4A | 26 | 15 | 14B | 3A | 32 |
| Octal | 311 | 65 | 174 | 0 | 112 | 46 | 25 | 513 | 72 | 62 |
| Binary | 11001001 | 110101 | 1111100 | 0 | 1001010 | 100110 | 10101 | 101001011 | 111010 | 110010 |
Color Harmonies of #C9357C
Complementary color
Monochromatic Colors of #C9357C
Black with #C9357C
Text Example
Text Example
White with #C9357C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9357C; }
p { color: rgb(201,53,124); }
H1.HeaderClassName
{
color: #C9357C;
}
.AnyTagClassName
{
color: #C9357C;
}
</style>
background-color css
<style>
a { background-color: #C9357C; }
a { background-color: rgb(201,53,124); }
div.DivClassName
{
background-color: #C9357C;
}
.BgClassName
{
background-color: #C9357C;
}
</style>
border-color css
<style>
span { border-color: #C9357C; }
span { border-color: rgb(201,53,124); }
td.TdClassName
{
border-color: #C9357C;
}
.TagClassName
{
border-color: #C9357C;
}
</style>