Shades of Medium Violet Red #C7089D
Tints of Medium Violet Red #C7089D
RGB
CMYK
RGB Variations
Color information
#C7089D (or 0xC7089D) is known color: Medium Violet Red. HEX triplet: C7, 08 and 9D. RGB value is (199,8,157). Sum of RGB (Red+Green+Blue) = 199+8+157=364 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.67% from 364); Green value is 8 (3.52% from 255 or 2.20% from 364); Blue value is 157 (61.72% from 255 or 43.13% from 364); Max value from RGB is 199 - color contains mainly: red. Hex color #C7089D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7089D is #38F762. Grayscale: #515151. Windows color (decimal): -3733347 or 10291399. OLE color: 10291399.
HSL color Cylindrical-coordinate representation of color #C7089D: hue angle of 313.19º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C7089D is Cyan = 0, Magento = 0.96, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 8 | 157 | - |
| CMYK | 0 | 0.96 | 0.21 | 0.22 |
| HSL | 313.19º | 0.92% | 0.41% | - |
| HSV(B) | 313.19º | 0.96% | 0.78% | - |
| XYZ | 29.73 | 14.75 | 33.18 | - |
| YUV | 82.1 | 170.28 | 211.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 8 | 157 | 0 | 0.96 | 0.21 | 0.22 | 313.19 | 0.92 | 0.41 |
| Hex | C7 | 8 | 9D | 0 | 60 | 15 | 16 | 139 | 5C | 29 |
| Octal | 307 | 10 | 235 | 0 | 140 | 25 | 26 | 471 | 134 | 51 |
| Binary | 11000111 | 1000 | 10011101 | 0 | 1100000 | 10101 | 10110 | 100111001 | 1011100 | 101001 |
Color Harmonies of #C7089D
Complementary color
Monochromatic Colors of #C7089D
Black with #C7089D
Text Example
Text Example
White with #C7089D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7089D; }
p { color: rgb(199,8,157); }
H1.HeaderClassName
{
color: #C7089D;
}
.AnyTagClassName
{
color: #C7089D;
}
</style>
background-color css
<style>
a { background-color: #C7089D; }
a { background-color: rgb(199,8,157); }
div.DivClassName
{
background-color: #C7089D;
}
.BgClassName
{
background-color: #C7089D;
}
</style>
border-color css
<style>
span { border-color: #C7089D; }
span { border-color: rgb(199,8,157); }
td.TdClassName
{
border-color: #C7089D;
}
.TagClassName
{
border-color: #C7089D;
}
</style>