Shades of Medium Red Violet #C9329D
Tints of Medium Red Violet #C9329D
RGB
CMYK
RGB Variations
Color information
#C9329D (or 0xC9329D) is known color: Medium Red Violet. HEX triplet: C9, 32 and 9D. RGB value is (201,50,157). Sum of RGB (Red+Green+Blue) = 201+50+157=408 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.26% from 408); Green value is 50 (19.92% from 255 or 12.25% from 408); Blue value is 157 (61.72% from 255 or 38.48% from 408); Max value from RGB is 201 - color contains mainly: red. Hex color #C9329D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9329D is #36CD62. Grayscale: #6B6B6B. Windows color (decimal): -3591523 or 10302153. OLE color: 10302153.
HSL color Cylindrical-coordinate representation of color #C9329D: hue angle of 317.48º 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 #C9329D is Cyan = 0, Magento = 0.75, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 50 | 157 | - |
| CMYK | 0 | 0.75 | 0.22 | 0.21 |
| HSL | 317.48º | 0.6% | 0.49% | - |
| HSV(B) | 317.48º | 0.75% | 0.79% | - |
| XYZ | 31.31 | 17.13 | 33.55 | - |
| YUV | 107.35 | 156.03 | 194.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 50 | 157 | 0 | 0.75 | 0.22 | 0.21 | 317.48 | 0.6 | 0.49 |
| Hex | C9 | 32 | 9D | 0 | 4B | 16 | 15 | 13D | 3C | 31 |
| Octal | 311 | 62 | 235 | 0 | 113 | 26 | 25 | 475 | 74 | 61 |
| Binary | 11001001 | 110010 | 10011101 | 0 | 1001011 | 10110 | 10101 | 100111101 | 111100 | 110001 |
Color Harmonies of #C9329D
Complementary color
Monochromatic Colors of #C9329D
Black with #C9329D
Text Example
Text Example
White with #C9329D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9329D; }
p { color: rgb(201,50,157); }
H1.HeaderClassName
{
color: #C9329D;
}
.AnyTagClassName
{
color: #C9329D;
}
</style>
background-color css
<style>
a { background-color: #C9329D; }
a { background-color: rgb(201,50,157); }
div.DivClassName
{
background-color: #C9329D;
}
.BgClassName
{
background-color: #C9329D;
}
</style>
border-color css
<style>
span { border-color: #C9329D; }
span { border-color: rgb(201,50,157); }
td.TdClassName
{
border-color: #C9329D;
}
.TagClassName
{
border-color: #C9329D;
}
</style>