Shades of Medium Red Violet #C7329B
Tints of Medium Red Violet #C7329B
RGB
CMYK
RGB Variations
Color information
#C7329B (or 0xC7329B) is known color: Medium Red Violet. HEX triplet: C7, 32 and 9B. RGB value is (199,50,155). Sum of RGB (Red+Green+Blue) = 199+50+155=404 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.26% from 404); Green value is 50 (19.92% from 255 or 12.38% from 404); Blue value is 155 (60.94% from 255 or 38.37% from 404); Max value from RGB is 199 - color contains mainly: red. Hex color #C7329B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7329B is #38CD64. Grayscale: #6A6A6A. Windows color (decimal): -3722597 or 10171079. OLE color: 10171079.
HSL color Cylindrical-coordinate representation of color #C7329B: hue angle of 317.72º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C7329B is Cyan = 0, Magento = 0.75, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 50 | 155 | - |
| CMYK | 0 | 0.75 | 0.22 | 0.22 |
| HSL | 317.72º | 0.6% | 0.49% | - |
| HSV(B) | 317.72º | 0.75% | 0.78% | - |
| XYZ | 30.61 | 16.79 | 32.64 | - |
| YUV | 106.52 | 155.36 | 193.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 50 | 155 | 0 | 0.75 | 0.22 | 0.22 | 317.72 | 0.6 | 0.49 |
| Hex | C7 | 32 | 9B | 0 | 4B | 16 | 16 | 13E | 3C | 31 |
| Octal | 307 | 62 | 233 | 0 | 113 | 26 | 26 | 476 | 74 | 61 |
| Binary | 11000111 | 110010 | 10011011 | 0 | 1001011 | 10110 | 10110 | 100111110 | 111100 | 110001 |
Color Harmonies of #C7329B
Complementary color
Monochromatic Colors of #C7329B
Black with #C7329B
Text Example
Text Example
White with #C7329B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7329B; }
p { color: rgb(199,50,155); }
H1.HeaderClassName
{
color: #C7329B;
}
.AnyTagClassName
{
color: #C7329B;
}
</style>
background-color css
<style>
a { background-color: #C7329B; }
a { background-color: rgb(199,50,155); }
div.DivClassName
{
background-color: #C7329B;
}
.BgClassName
{
background-color: #C7329B;
}
</style>
border-color css
<style>
span { border-color: #C7329B; }
span { border-color: rgb(199,50,155); }
td.TdClassName
{
border-color: #C7329B;
}
.TagClassName
{
border-color: #C7329B;
}
</style>