Shades of Medium Violet Red #C7068A
Tints of Medium Violet Red #C7068A
RGB
CMYK
RGB Variations
Color information
#C7068A (or 0xC7068A) is known color: Medium Violet Red. HEX triplet: C7, 06 and 8A. RGB value is (199,6,138). Sum of RGB (Red+Green+Blue) = 199+6+138=343 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.02% from 343); Green value is 6 (2.73% from 255 or 1.75% from 343); Blue value is 138 (54.30% from 255 or 40.23% from 343); Max value from RGB is 199 - color contains mainly: red. Hex color #C7068A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7068A is #38F975. Grayscale: #4E4E4E. Windows color (decimal): -3733878 or 9045703. OLE color: 9045703.
HSL color Cylindrical-coordinate representation of color #C7068A: hue angle of 318.96º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C7068A is Cyan = 0, Magento = 0.97, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 6 | 138 | - |
| CMYK | 0 | 0.97 | 0.31 | 0.22 |
| HSL | 318.96º | 0.94% | 0.4% | - |
| HSV(B) | 318.96º | 0.97% | 0.78% | - |
| XYZ | 28.21 | 14.11 | 25.28 | - |
| YUV | 78.76 | 161.44 | 213.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 6 | 138 | 0 | 0.97 | 0.31 | 0.22 | 318.96 | 0.94 | 0.4 |
| Hex | C7 | 6 | 8A | 0 | 61 | 1F | 16 | 13F | 5E | 28 |
| Octal | 307 | 6 | 212 | 0 | 141 | 37 | 26 | 477 | 136 | 50 |
| Binary | 11000111 | 110 | 10001010 | 0 | 1100001 | 11111 | 10110 | 100111111 | 1011110 | 101000 |
Color Harmonies of #C7068A
Complementary color
Monochromatic Colors of #C7068A
Black with #C7068A
Text Example
Text Example
White with #C7068A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7068A; }
p { color: rgb(199,6,138); }
H1.HeaderClassName
{
color: #C7068A;
}
.AnyTagClassName
{
color: #C7068A;
}
</style>
background-color css
<style>
a { background-color: #C7068A; }
a { background-color: rgb(199,6,138); }
div.DivClassName
{
background-color: #C7068A;
}
.BgClassName
{
background-color: #C7068A;
}
</style>
border-color css
<style>
span { border-color: #C7068A; }
span { border-color: rgb(199,6,138); }
td.TdClassName
{
border-color: #C7068A;
}
.TagClassName
{
border-color: #C7068A;
}
</style>