Shades of Medium Violet Red #C7088B
Tints of Medium Violet Red #C7088B
RGB
CMYK
RGB Variations
Color information
#C7088B (or 0xC7088B) is known color: Medium Violet Red. HEX triplet: C7, 08 and 8B. RGB value is (199,8,139). Sum of RGB (Red+Green+Blue) = 199+8+139=346 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.51% from 346); Green value is 8 (3.52% from 255 or 2.31% from 346); Blue value is 139 (54.69% from 255 or 40.17% from 346); Max value from RGB is 199 - color contains mainly: red. Hex color #C7088B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7088B is #38F774. Grayscale: #4F4F4F. Windows color (decimal): -3733365 or 9111751. OLE color: 9111751.
HSL color Cylindrical-coordinate representation of color #C7088B: hue angle of 318.85º 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 #C7088B is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 8 | 139 | - |
| CMYK | 0 | 0.96 | 0.30 | 0.22 |
| HSL | 318.85º | 0.92% | 0.41% | - |
| HSV(B) | 318.85º | 0.96% | 0.78% | - |
| XYZ | 28.3 | 14.18 | 25.67 | - |
| YUV | 80.04 | 161.28 | 212.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 8 | 139 | 0 | 0.96 | 0.30 | 0.22 | 318.85 | 0.92 | 0.41 |
| Hex | C7 | 8 | 8B | 0 | 60 | 1E | 16 | 13F | 5C | 29 |
| Octal | 307 | 10 | 213 | 0 | 140 | 36 | 26 | 477 | 134 | 51 |
| Binary | 11000111 | 1000 | 10001011 | 0 | 1100000 | 11110 | 10110 | 100111111 | 1011100 | 101001 |
Color Harmonies of #C7088B
Complementary color
Monochromatic Colors of #C7088B
Black with #C7088B
Text Example
Text Example
White with #C7088B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7088B; }
p { color: rgb(199,8,139); }
H1.HeaderClassName
{
color: #C7088B;
}
.AnyTagClassName
{
color: #C7088B;
}
</style>
background-color css
<style>
a { background-color: #C7088B; }
a { background-color: rgb(199,8,139); }
div.DivClassName
{
background-color: #C7088B;
}
.BgClassName
{
background-color: #C7088B;
}
</style>
border-color css
<style>
span { border-color: #C7088B; }
span { border-color: rgb(199,8,139); }
td.TdClassName
{
border-color: #C7088B;
}
.TagClassName
{
border-color: #C7088B;
}
</style>