Shades of Medium Red Violet #C7328B
Tints of Medium Red Violet #C7328B
RGB
CMYK
RGB Variations
Color information
#C7328B (or 0xC7328B) is known color: Medium Red Violet. HEX triplet: C7, 32 and 8B. RGB value is (199,50,139). Sum of RGB (Red+Green+Blue) = 199+50+139=388 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.29% from 388); Green value is 50 (19.92% from 255 or 12.89% from 388); Blue value is 139 (54.69% from 255 or 35.82% from 388); Max value from RGB is 199 - color contains mainly: red. Hex color #C7328B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7328B is #38CD74. Grayscale: #686868. Windows color (decimal): -3722613 or 9122503. OLE color: 9122503.
HSL color Cylindrical-coordinate representation of color #C7328B: hue angle of 324.16º 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 #C7328B is Cyan = 0, Magento = 0.75, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 50 | 139 | - |
| CMYK | 0 | 0.75 | 0.30 | 0.22 |
| HSL | 324.16º | 0.6% | 0.49% | - |
| HSV(B) | 324.16º | 0.75% | 0.78% | - |
| XYZ | 29.35 | 16.29 | 26.02 | - |
| YUV | 104.7 | 147.36 | 195.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 50 | 139 | 0 | 0.75 | 0.30 | 0.22 | 324.16 | 0.6 | 0.49 |
| Hex | C7 | 32 | 8B | 0 | 4B | 1E | 16 | 144 | 3C | 31 |
| Octal | 307 | 62 | 213 | 0 | 113 | 36 | 26 | 504 | 74 | 61 |
| Binary | 11000111 | 110010 | 10001011 | 0 | 1001011 | 11110 | 10110 | 101000100 | 111100 | 110001 |
Color Harmonies of #C7328B
Complementary color
Monochromatic Colors of #C7328B
Black with #C7328B
Text Example
Text Example
White with #C7328B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7328B; }
p { color: rgb(199,50,139); }
H1.HeaderClassName
{
color: #C7328B;
}
.AnyTagClassName
{
color: #C7328B;
}
</style>
background-color css
<style>
a { background-color: #C7328B; }
a { background-color: rgb(199,50,139); }
div.DivClassName
{
background-color: #C7328B;
}
.BgClassName
{
background-color: #C7328B;
}
</style>
border-color css
<style>
span { border-color: #C7328B; }
span { border-color: rgb(199,50,139); }
td.TdClassName
{
border-color: #C7328B;
}
.TagClassName
{
border-color: #C7328B;
}
</style>