Shades of Medium Red Violet #C9357D
Tints of Medium Red Violet #C9357D
RGB
CMYK
RGB Variations
Color information
#C9357D (or 0xC9357D) is known color: Medium Red Violet. HEX triplet: C9, 35 and 7D. RGB value is (201,53,125). Sum of RGB (Red+Green+Blue) = 201+53+125=379 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.03% from 379); Green value is 53 (21.09% from 255 or 13.98% from 379); Blue value is 125 (49.22% from 255 or 32.98% from 379); Max value from RGB is 201 - color contains mainly: red. Hex color #C9357D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9357D is #36CA82. Grayscale: #696969. Windows color (decimal): -3590787 or 8205769. OLE color: 8205769.
HSL color Cylindrical-coordinate representation of color #C9357D: hue angle of 330.81º 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 #C9357D is Cyan = 0, Magento = 0.74, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 53 | 125 | - |
| CMYK | 0 | 0.74 | 0.38 | 0.21 |
| HSL | 330.81º | 0.58% | 0.5% | - |
| HSV(B) | 330.81º | 0.74% | 0.79% | - |
| XYZ | 29.06 | 16.44 | 21.04 | - |
| YUV | 105.46 | 139.03 | 196.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 53 | 125 | 0 | 0.74 | 0.38 | 0.21 | 330.81 | 0.58 | 0.5 |
| Hex | C9 | 35 | 7D | 0 | 4A | 26 | 15 | 14B | 3A | 32 |
| Octal | 311 | 65 | 175 | 0 | 112 | 46 | 25 | 513 | 72 | 62 |
| Binary | 11001001 | 110101 | 1111101 | 0 | 1001010 | 100110 | 10101 | 101001011 | 111010 | 110010 |
Color Harmonies of #C9357D
Complementary color
Monochromatic Colors of #C9357D
Black with #C9357D
Text Example
Text Example
White with #C9357D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9357D; }
p { color: rgb(201,53,125); }
H1.HeaderClassName
{
color: #C9357D;
}
.AnyTagClassName
{
color: #C9357D;
}
</style>
background-color css
<style>
a { background-color: #C9357D; }
a { background-color: rgb(201,53,125); }
div.DivClassName
{
background-color: #C9357D;
}
.BgClassName
{
background-color: #C9357D;
}
</style>
border-color css
<style>
span { border-color: #C9357D; }
span { border-color: rgb(201,53,125); }
td.TdClassName
{
border-color: #C9357D;
}
.TagClassName
{
border-color: #C9357D;
}
</style>