Shades of Medium Red Violet #C9328A
Tints of Medium Red Violet #C9328A
RGB
CMYK
RGB Variations
Color information
#C9328A (or 0xC9328A) is known color: Medium Red Violet. HEX triplet: C9, 32 and 8A. RGB value is (201,50,138). Sum of RGB (Red+Green+Blue) = 201+50+138=389 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.67% from 389); Green value is 50 (19.92% from 255 or 12.85% from 389); Blue value is 138 (54.30% from 255 or 35.48% from 389); Max value from RGB is 201 - color contains mainly: red. Hex color #C9328A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9328A is #36CD75. Grayscale: #686868. Windows color (decimal): -3591542 or 9056969. OLE color: 9056969.
HSL color Cylindrical-coordinate representation of color #C9328A: hue angle of 325.03º 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 #C9328A is Cyan = 0, Magento = 0.75, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 50 | 138 | - |
| CMYK | 0 | 0.75 | 0.31 | 0.21 |
| HSL | 325.03º | 0.6% | 0.49% | - |
| HSV(B) | 325.03º | 0.75% | 0.79% | - |
| XYZ | 29.82 | 16.53 | 25.66 | - |
| YUV | 105.18 | 146.53 | 196.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 50 | 138 | 0 | 0.75 | 0.31 | 0.21 | 325.03 | 0.6 | 0.49 |
| Hex | C9 | 32 | 8A | 0 | 4B | 1F | 15 | 145 | 3C | 31 |
| Octal | 311 | 62 | 212 | 0 | 113 | 37 | 25 | 505 | 74 | 61 |
| Binary | 11001001 | 110010 | 10001010 | 0 | 1001011 | 11111 | 10101 | 101000101 | 111100 | 110001 |
Color Harmonies of #C9328A
Complementary color
Monochromatic Colors of #C9328A
Black with #C9328A
Text Example
Text Example
White with #C9328A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9328A; }
p { color: rgb(201,50,138); }
H1.HeaderClassName
{
color: #C9328A;
}
.AnyTagClassName
{
color: #C9328A;
}
</style>
background-color css
<style>
a { background-color: #C9328A; }
a { background-color: rgb(201,50,138); }
div.DivClassName
{
background-color: #C9328A;
}
.BgClassName
{
background-color: #C9328A;
}
</style>
border-color css
<style>
span { border-color: #C9328A; }
span { border-color: rgb(201,50,138); }
td.TdClassName
{
border-color: #C9328A;
}
.TagClassName
{
border-color: #C9328A;
}
</style>