Shades of Medium Red Violet #C9328E
Tints of Medium Red Violet #C9328E
RGB
CMYK
RGB Variations
Color information
#C9328E (or 0xC9328E) is known color: Medium Red Violet. HEX triplet: C9, 32 and 8E. RGB value is (201,50,142). Sum of RGB (Red+Green+Blue) = 201+50+142=393 (52% of max value = 765). Red value is 201 (78.91% from 255 or 51.15% from 393); Green value is 50 (19.92% from 255 or 12.72% from 393); Blue value is 142 (55.86% from 255 or 36.13% from 393); Max value from RGB is 201 - color contains mainly: red. Hex color #C9328E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9328E is #36CD71. Grayscale: #696969. Windows color (decimal): -3591538 or 9319113. OLE color: 9319113.
HSL color Cylindrical-coordinate representation of color #C9328E: hue angle of 323.44º 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 #C9328E is Cyan = 0, Magento = 0.75, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 50 | 142 | - |
| CMYK | 0 | 0.75 | 0.29 | 0.21 |
| HSL | 323.44º | 0.6% | 0.49% | - |
| HSV(B) | 323.44º | 0.75% | 0.79% | - |
| XYZ | 30.11 | 16.65 | 27.22 | - |
| YUV | 105.64 | 148.53 | 196.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 50 | 142 | 0 | 0.75 | 0.29 | 0.21 | 323.44 | 0.6 | 0.49 |
| Hex | C9 | 32 | 8E | 0 | 4B | 1D | 15 | 143 | 3C | 31 |
| Octal | 311 | 62 | 216 | 0 | 113 | 35 | 25 | 503 | 74 | 61 |
| Binary | 11001001 | 110010 | 10001110 | 0 | 1001011 | 11101 | 10101 | 101000011 | 111100 | 110001 |
Color Harmonies of #C9328E
Complementary color
Monochromatic Colors of #C9328E
Black with #C9328E
Text Example
Text Example
White with #C9328E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9328E; }
p { color: rgb(201,50,142); }
H1.HeaderClassName
{
color: #C9328E;
}
.AnyTagClassName
{
color: #C9328E;
}
</style>
background-color css
<style>
a { background-color: #C9328E; }
a { background-color: rgb(201,50,142); }
div.DivClassName
{
background-color: #C9328E;
}
.BgClassName
{
background-color: #C9328E;
}
</style>
border-color css
<style>
span { border-color: #C9328E; }
span { border-color: rgb(201,50,142); }
td.TdClassName
{
border-color: #C9328E;
}
.TagClassName
{
border-color: #C9328E;
}
</style>