Shades of Medium Red Violet #C9327C
Tints of Medium Red Violet #C9327C
RGB
CMYK
RGB Variations
Color information
#C9327C (or 0xC9327C) is known color: Medium Red Violet. HEX triplet: C9, 32 and 7C. RGB value is (201,50,124). Sum of RGB (Red+Green+Blue) = 201+50+124=375 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.6% from 375); Green value is 50 (19.92% from 255 or 13.33% from 375); Blue value is 124 (48.83% from 255 or 33.07% from 375); Max value from RGB is 201 - color contains mainly: red. Hex color #C9327C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9327C is #36CD83. Grayscale: #676767. Windows color (decimal): -3591556 or 8139465. OLE color: 8139465.
HSL color Cylindrical-coordinate representation of color #C9327C: hue angle of 330.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 #C9327C is Cyan = 0, Magento = 0.75, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 50 | 124 | - |
| CMYK | 0 | 0.75 | 0.38 | 0.21 |
| HSL | 330.6º | 0.6% | 0.49% | - |
| HSV(B) | 330.6º | 0.75% | 0.79% | - |
| XYZ | 28.87 | 16.15 | 20.67 | - |
| YUV | 103.59 | 139.53 | 197.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 50 | 124 | 0 | 0.75 | 0.38 | 0.21 | 330.6 | 0.6 | 0.49 |
| Hex | C9 | 32 | 7C | 0 | 4B | 26 | 15 | 14B | 3C | 31 |
| Octal | 311 | 62 | 174 | 0 | 113 | 46 | 25 | 513 | 74 | 61 |
| Binary | 11001001 | 110010 | 1111100 | 0 | 1001011 | 100110 | 10101 | 101001011 | 111100 | 110001 |
Color Harmonies of #C9327C
Complementary color
Monochromatic Colors of #C9327C
Black with #C9327C
Text Example
Text Example
White with #C9327C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9327C; }
p { color: rgb(201,50,124); }
H1.HeaderClassName
{
color: #C9327C;
}
.AnyTagClassName
{
color: #C9327C;
}
</style>
background-color css
<style>
a { background-color: #C9327C; }
a { background-color: rgb(201,50,124); }
div.DivClassName
{
background-color: #C9327C;
}
.BgClassName
{
background-color: #C9327C;
}
</style>
border-color css
<style>
span { border-color: #C9327C; }
span { border-color: rgb(201,50,124); }
td.TdClassName
{
border-color: #C9327C;
}
.TagClassName
{
border-color: #C9327C;
}
</style>