Shades of Medium Red Violet #C9327F
Tints of Medium Red Violet #C9327F
RGB
CMYK
RGB Variations
Color information
#C9327F (or 0xC9327F) is known color: Medium Red Violet. HEX triplet: C9, 32 and 7F. RGB value is (201,50,127). Sum of RGB (Red+Green+Blue) = 201+50+127=378 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.17% from 378); Green value is 50 (19.92% from 255 or 13.23% from 378); Blue value is 127 (50% from 255 or 33.60% from 378); Max value from RGB is 201 - color contains mainly: red. Hex color #C9327F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9327F is #36CD80. Grayscale: #676767. Windows color (decimal): -3591553 or 8336073. OLE color: 8336073.
HSL color Cylindrical-coordinate representation of color #C9327F: hue angle of 329.4º 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 #C9327F is Cyan = 0, Magento = 0.75, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 50 | 127 | - |
| CMYK | 0 | 0.75 | 0.37 | 0.21 |
| HSL | 329.4º | 0.6% | 0.49% | - |
| HSV(B) | 329.4º | 0.75% | 0.79% | - |
| XYZ | 29.06 | 16.23 | 21.68 | - |
| YUV | 103.93 | 141.03 | 197.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 50 | 127 | 0 | 0.75 | 0.37 | 0.21 | 329.4 | 0.6 | 0.49 |
| Hex | C9 | 32 | 7F | 0 | 4B | 25 | 15 | 149 | 3C | 31 |
| Octal | 311 | 62 | 177 | 0 | 113 | 45 | 25 | 511 | 74 | 61 |
| Binary | 11001001 | 110010 | 1111111 | 0 | 1001011 | 100101 | 10101 | 101001001 | 111100 | 110001 |
Color Harmonies of #C9327F
Complementary color
Monochromatic Colors of #C9327F
Black with #C9327F
Text Example
Text Example
White with #C9327F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9327F; }
p { color: rgb(201,50,127); }
H1.HeaderClassName
{
color: #C9327F;
}
.AnyTagClassName
{
color: #C9327F;
}
</style>
background-color css
<style>
a { background-color: #C9327F; }
a { background-color: rgb(201,50,127); }
div.DivClassName
{
background-color: #C9327F;
}
.BgClassName
{
background-color: #C9327F;
}
</style>
border-color css
<style>
span { border-color: #C9327F; }
span { border-color: rgb(201,50,127); }
td.TdClassName
{
border-color: #C9327F;
}
.TagClassName
{
border-color: #C9327F;
}
</style>