Shades of Medium Red Violet #C9329A
Tints of Medium Red Violet #C9329A
RGB
CMYK
RGB Variations
Color information
#C9329A (or 0xC9329A) is known color: Medium Red Violet. HEX triplet: C9, 32 and 9A. RGB value is (201,50,154). Sum of RGB (Red+Green+Blue) = 201+50+154=405 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.63% from 405); Green value is 50 (19.92% from 255 or 12.35% from 405); Blue value is 154 (60.55% from 255 or 38.02% from 405); Max value from RGB is 201 - color contains mainly: red. Hex color #C9329A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9329A is #36CD65. Grayscale: #6A6A6A. Windows color (decimal): -3591526 or 10105545. OLE color: 10105545.
HSL color Cylindrical-coordinate representation of color #C9329A: hue angle of 318.68º 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 #C9329A is Cyan = 0, Magento = 0.75, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 50 | 154 | - |
| CMYK | 0 | 0.75 | 0.23 | 0.21 |
| HSL | 318.68º | 0.6% | 0.49% | - |
| HSV(B) | 318.68º | 0.75% | 0.79% | - |
| XYZ | 31.06 | 17.03 | 32.22 | - |
| YUV | 107.01 | 154.53 | 195.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 50 | 154 | 0 | 0.75 | 0.23 | 0.21 | 318.68 | 0.6 | 0.49 |
| Hex | C9 | 32 | 9A | 0 | 4B | 17 | 15 | 13F | 3C | 31 |
| Octal | 311 | 62 | 232 | 0 | 113 | 27 | 25 | 477 | 74 | 61 |
| Binary | 11001001 | 110010 | 10011010 | 0 | 1001011 | 10111 | 10101 | 100111111 | 111100 | 110001 |
Color Harmonies of #C9329A
Complementary color
Monochromatic Colors of #C9329A
Black with #C9329A
Text Example
Text Example
White with #C9329A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9329A; }
p { color: rgb(201,50,154); }
H1.HeaderClassName
{
color: #C9329A;
}
.AnyTagClassName
{
color: #C9329A;
}
</style>
background-color css
<style>
a { background-color: #C9329A; }
a { background-color: rgb(201,50,154); }
div.DivClassName
{
background-color: #C9329A;
}
.BgClassName
{
background-color: #C9329A;
}
</style>
border-color css
<style>
span { border-color: #C9329A; }
span { border-color: rgb(201,50,154); }
td.TdClassName
{
border-color: #C9329A;
}
.TagClassName
{
border-color: #C9329A;
}
</style>