Shades of Medium Red Violet #C9329C
Tints of Medium Red Violet #C9329C
RGB
CMYK
RGB Variations
Color information
#C9329C (or 0xC9329C) is known color: Medium Red Violet. HEX triplet: C9, 32 and 9C. RGB value is (201,50,156). Sum of RGB (Red+Green+Blue) = 201+50+156=407 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.39% from 407); Green value is 50 (19.92% from 255 or 12.29% from 407); Blue value is 156 (61.33% from 255 or 38.33% from 407); Max value from RGB is 201 - color contains mainly: red. Hex color #C9329C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9329C is #36CD63. Grayscale: #6A6A6A. Windows color (decimal): -3591524 or 10236617. OLE color: 10236617.
HSL color Cylindrical-coordinate representation of color #C9329C: hue angle of 317.88º 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 #C9329C is Cyan = 0, Magento = 0.75, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 50 | 156 | - |
| CMYK | 0 | 0.75 | 0.22 | 0.21 |
| HSL | 317.88º | 0.6% | 0.49% | - |
| HSV(B) | 317.88º | 0.75% | 0.79% | - |
| XYZ | 31.23 | 17.1 | 33.11 | - |
| YUV | 107.23 | 155.53 | 194.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 50 | 156 | 0 | 0.75 | 0.22 | 0.21 | 317.88 | 0.6 | 0.49 |
| Hex | C9 | 32 | 9C | 0 | 4B | 16 | 15 | 13E | 3C | 31 |
| Octal | 311 | 62 | 234 | 0 | 113 | 26 | 25 | 476 | 74 | 61 |
| Binary | 11001001 | 110010 | 10011100 | 0 | 1001011 | 10110 | 10101 | 100111110 | 111100 | 110001 |
Color Harmonies of #C9329C
Complementary color
Monochromatic Colors of #C9329C
Black with #C9329C
Text Example
Text Example
White with #C9329C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9329C; }
p { color: rgb(201,50,156); }
H1.HeaderClassName
{
color: #C9329C;
}
.AnyTagClassName
{
color: #C9329C;
}
</style>
background-color css
<style>
a { background-color: #C9329C; }
a { background-color: rgb(201,50,156); }
div.DivClassName
{
background-color: #C9329C;
}
.BgClassName
{
background-color: #C9329C;
}
</style>
border-color css
<style>
span { border-color: #C9329C; }
span { border-color: rgb(201,50,156); }
td.TdClassName
{
border-color: #C9329C;
}
.TagClassName
{
border-color: #C9329C;
}
</style>