Shades of Medium Red Violet #C7389D
Tints of Medium Red Violet #C7389D
RGB
CMYK
RGB Variations
Color information
#C7389D (or 0xC7389D) is known color: Medium Red Violet. HEX triplet: C7, 38 and 9D. RGB value is (199,56,157). Sum of RGB (Red+Green+Blue) = 199+56+157=412 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.30% from 412); Green value is 56 (22.27% from 255 or 13.59% from 412); Blue value is 157 (61.72% from 255 or 38.11% from 412); Max value from RGB is 199 - color contains mainly: red. Hex color #C7389D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7389D is #38C762. Grayscale: #6E6E6E. Windows color (decimal): -3721059 or 10303687. OLE color: 10303687.
HSL color Cylindrical-coordinate representation of color #C7389D: hue angle of 317.62º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C7389D is Cyan = 0, Magento = 0.72, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 56 | 157 | - |
| CMYK | 0 | 0.72 | 0.21 | 0.22 |
| HSL | 317.62º | 0.56% | 0.5% | - |
| HSV(B) | 317.62º | 0.72% | 0.78% | - |
| XYZ | 31.05 | 17.4 | 33.62 | - |
| YUV | 110.27 | 154.38 | 191.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 56 | 157 | 0 | 0.72 | 0.21 | 0.22 | 317.62 | 0.56 | 0.5 |
| Hex | C7 | 38 | 9D | 0 | 48 | 15 | 16 | 13E | 38 | 32 |
| Octal | 307 | 70 | 235 | 0 | 110 | 25 | 26 | 476 | 70 | 62 |
| Binary | 11000111 | 111000 | 10011101 | 0 | 1001000 | 10101 | 10110 | 100111110 | 111000 | 110010 |
Color Harmonies of #C7389D
Complementary color
Monochromatic Colors of #C7389D
Black with #C7389D
Text Example
Text Example
White with #C7389D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7389D; }
p { color: rgb(199,56,157); }
H1.HeaderClassName
{
color: #C7389D;
}
.AnyTagClassName
{
color: #C7389D;
}
</style>
background-color css
<style>
a { background-color: #C7389D; }
a { background-color: rgb(199,56,157); }
div.DivClassName
{
background-color: #C7389D;
}
.BgClassName
{
background-color: #C7389D;
}
</style>
border-color css
<style>
span { border-color: #C7389D; }
span { border-color: rgb(199,56,157); }
td.TdClassName
{
border-color: #C7389D;
}
.TagClassName
{
border-color: #C7389D;
}
</style>