Shades of Medium Red Violet #C9337F
Tints of Medium Red Violet #C9337F
RGB
CMYK
RGB Variations
Color information
#C9337F (or 0xC9337F) is known color: Medium Red Violet. HEX triplet: C9, 33 and 7F. RGB value is (201,51,127). Sum of RGB (Red+Green+Blue) = 201+51+127=379 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.03% from 379); Green value is 51 (20.31% from 255 or 13.46% from 379); Blue value is 127 (50% from 255 or 33.51% from 379); Max value from RGB is 201 - color contains mainly: red. Hex color #C9337F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9337F is #36CC80. Grayscale: #686868. Windows color (decimal): -3591297 or 8336329. OLE color: 8336329.
HSL color Cylindrical-coordinate representation of color #C9337F: hue angle of 329.6º 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 #C9337F is Cyan = 0, Magento = 0.75, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 51 | 127 | - |
| CMYK | 0 | 0.75 | 0.37 | 0.21 |
| HSL | 329.6º | 0.6% | 0.49% | - |
| HSV(B) | 329.6º | 0.75% | 0.79% | - |
| XYZ | 29.1 | 16.32 | 21.69 | - |
| YUV | 104.51 | 140.7 | 196.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 51 | 127 | 0 | 0.75 | 0.37 | 0.21 | 329.6 | 0.6 | 0.49 |
| Hex | C9 | 33 | 7F | 0 | 4B | 25 | 15 | 14A | 3C | 31 |
| Octal | 311 | 63 | 177 | 0 | 113 | 45 | 25 | 512 | 74 | 61 |
| Binary | 11001001 | 110011 | 1111111 | 0 | 1001011 | 100101 | 10101 | 101001010 | 111100 | 110001 |
Color Harmonies of #C9337F
Complementary color
Monochromatic Colors of #C9337F
Black with #C9337F
Text Example
Text Example
White with #C9337F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9337F; }
p { color: rgb(201,51,127); }
H1.HeaderClassName
{
color: #C9337F;
}
.AnyTagClassName
{
color: #C9337F;
}
</style>
background-color css
<style>
a { background-color: #C9337F; }
a { background-color: rgb(201,51,127); }
div.DivClassName
{
background-color: #C9337F;
}
.BgClassName
{
background-color: #C9337F;
}
</style>
border-color css
<style>
span { border-color: #C9337F; }
span { border-color: rgb(201,51,127); }
td.TdClassName
{
border-color: #C9337F;
}
.TagClassName
{
border-color: #C9337F;
}
</style>