Shades of Medium Red Violet #C9337C
Tints of Medium Red Violet #C9337C
RGB
CMYK
RGB Variations
Color information
#C9337C (or 0xC9337C) is known color: Medium Red Violet. HEX triplet: C9, 33 and 7C. RGB value is (201,51,124). Sum of RGB (Red+Green+Blue) = 201+51+124=376 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.46% from 376); Green value is 51 (20.31% from 255 or 13.56% from 376); Blue value is 124 (48.83% from 255 or 32.98% from 376); Max value from RGB is 201 - color contains mainly: red. Hex color #C9337C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9337C is #36CC83. Grayscale: #686868. Windows color (decimal): -3591300 or 8139721. OLE color: 8139721.
HSL color Cylindrical-coordinate representation of color #C9337C: hue angle of 330.8º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C9337C is Cyan = 0, Magento = 0.75, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 51 | 124 | - |
| CMYK | 0 | 0.75 | 0.38 | 0.21 |
| HSL | 330.8º | 0.6% | 0.49% | - |
| HSV(B) | 330.8º | 0.75% | 0.79% | - |
| XYZ | 28.91 | 16.24 | 20.68 | - |
| YUV | 104.17 | 139.2 | 197.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 51 | 124 | 0 | 0.75 | 0.38 | 0.21 | 330.8 | 0.6 | 0.49 |
| Hex | C9 | 33 | 7C | 0 | 4B | 26 | 15 | 14B | 3C | 31 |
| Octal | 311 | 63 | 174 | 0 | 113 | 46 | 25 | 513 | 74 | 61 |
| Binary | 11001001 | 110011 | 1111100 | 0 | 1001011 | 100110 | 10101 | 101001011 | 111100 | 110001 |
Color Harmonies of #C9337C
Complementary color
Monochromatic Colors of #C9337C
Black with #C9337C
Text Example
Text Example
White with #C9337C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9337C; }
p { color: rgb(201,51,124); }
H1.HeaderClassName
{
color: #C9337C;
}
.AnyTagClassName
{
color: #C9337C;
}
</style>
background-color css
<style>
a { background-color: #C9337C; }
a { background-color: rgb(201,51,124); }
div.DivClassName
{
background-color: #C9337C;
}
.BgClassName
{
background-color: #C9337C;
}
</style>
border-color css
<style>
span { border-color: #C9337C; }
span { border-color: rgb(201,51,124); }
td.TdClassName
{
border-color: #C9337C;
}
.TagClassName
{
border-color: #C9337C;
}
</style>