Shades of Medium Red Violet #C9327A
Tints of Medium Red Violet #C9327A
RGB
CMYK
RGB Variations
Color information
#C9327A (or 0xC9327A) is known color: Medium Red Violet. HEX triplet: C9, 32 and 7A. RGB value is (201,50,122). Sum of RGB (Red+Green+Blue) = 201+50+122=373 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.89% from 373); Green value is 50 (19.92% from 255 or 13.40% from 373); Blue value is 122 (48.05% from 255 or 32.71% from 373); Max value from RGB is 201 - color contains mainly: red. Hex color #C9327A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9327A is #36CD85. Grayscale: #676767. Windows color (decimal): -3591558 or 8008393. OLE color: 8008393.
HSL color Cylindrical-coordinate representation of color #C9327A: hue angle of 331.39º 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 #C9327A is Cyan = 0, Magento = 0.75, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 50 | 122 | - |
| CMYK | 0 | 0.75 | 0.39 | 0.21 |
| HSL | 331.39º | 0.6% | 0.49% | - |
| HSV(B) | 331.39º | 0.75% | 0.79% | - |
| XYZ | 28.74 | 16.1 | 20.01 | - |
| YUV | 103.36 | 138.53 | 197.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 50 | 122 | 0 | 0.75 | 0.39 | 0.21 | 331.39 | 0.6 | 0.49 |
| Hex | C9 | 32 | 7A | 0 | 4B | 27 | 15 | 14B | 3C | 31 |
| Octal | 311 | 62 | 172 | 0 | 113 | 47 | 25 | 513 | 74 | 61 |
| Binary | 11001001 | 110010 | 1111010 | 0 | 1001011 | 100111 | 10101 | 101001011 | 111100 | 110001 |
Color Harmonies of #C9327A
Complementary color
Monochromatic Colors of #C9327A
Black with #C9327A
Text Example
Text Example
White with #C9327A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9327A; }
p { color: rgb(201,50,122); }
H1.HeaderClassName
{
color: #C9327A;
}
.AnyTagClassName
{
color: #C9327A;
}
</style>
background-color css
<style>
a { background-color: #C9327A; }
a { background-color: rgb(201,50,122); }
div.DivClassName
{
background-color: #C9327A;
}
.BgClassName
{
background-color: #C9327A;
}
</style>
border-color css
<style>
span { border-color: #C9327A; }
span { border-color: rgb(201,50,122); }
td.TdClassName
{
border-color: #C9327A;
}
.TagClassName
{
border-color: #C9327A;
}
</style>