Shades of Medium Red Violet #C9347C
Tints of Medium Red Violet #C9347C
RGB
CMYK
RGB Variations
Color information
#C9347C (or 0xC9347C) is known color: Medium Red Violet. HEX triplet: C9, 34 and 7C. RGB value is (201,52,124). Sum of RGB (Red+Green+Blue) = 201+52+124=377 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.32% from 377); Green value is 52 (20.70% from 255 or 13.79% from 377); Blue value is 124 (48.83% from 255 or 32.89% from 377); Max value from RGB is 201 - color contains mainly: red. Hex color #C9347C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9347C is #36CB83. Grayscale: #686868. Windows color (decimal): -3591044 or 8139977. OLE color: 8139977.
HSL color Cylindrical-coordinate representation of color #C9347C: hue angle of 331.01º degrees, saturation: 0.59, 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 #C9347C is Cyan = 0, Magento = 0.74, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 52 | 124 | - |
| CMYK | 0 | 0.74 | 0.38 | 0.21 |
| HSL | 331.01º | 0.59% | 0.5% | - |
| HSV(B) | 331.01º | 0.74% | 0.79% | - |
| XYZ | 28.95 | 16.33 | 20.69 | - |
| YUV | 104.76 | 138.86 | 196.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 52 | 124 | 0 | 0.74 | 0.38 | 0.21 | 331.01 | 0.59 | 0.5 |
| Hex | C9 | 34 | 7C | 0 | 4A | 26 | 15 | 14B | 3B | 32 |
| Octal | 311 | 64 | 174 | 0 | 112 | 46 | 25 | 513 | 73 | 62 |
| Binary | 11001001 | 110100 | 1111100 | 0 | 1001010 | 100110 | 10101 | 101001011 | 111011 | 110010 |
Color Harmonies of #C9347C
Complementary color
Monochromatic Colors of #C9347C
Black with #C9347C
Text Example
Text Example
White with #C9347C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9347C; }
p { color: rgb(201,52,124); }
H1.HeaderClassName
{
color: #C9347C;
}
.AnyTagClassName
{
color: #C9347C;
}
</style>
background-color css
<style>
a { background-color: #C9347C; }
a { background-color: rgb(201,52,124); }
div.DivClassName
{
background-color: #C9347C;
}
.BgClassName
{
background-color: #C9347C;
}
</style>
border-color css
<style>
span { border-color: #C9347C; }
span { border-color: rgb(201,52,124); }
td.TdClassName
{
border-color: #C9347C;
}
.TagClassName
{
border-color: #C9347C;
}
</style>