Shades of Medium Violet Red #C7066D
Tints of Medium Violet Red #C7066D
RGB
CMYK
RGB Variations
Color information
#C7066D (or 0xC7066D) is known color: Medium Violet Red. HEX triplet: C7, 06 and 6D. RGB value is (199,6,109). Sum of RGB (Red+Green+Blue) = 199+6+109=314 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.38% from 314); Green value is 6 (2.73% from 255 or 1.91% from 314); Blue value is 109 (42.97% from 255 or 34.71% from 314); Max value from RGB is 199 - color contains mainly: red. Hex color #C7066D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7066D is #38F992. Grayscale: #4B4B4B. Windows color (decimal): -3733907 or 7145159. OLE color: 7145159.
HSL color Cylindrical-coordinate representation of color #C7066D: hue angle of 327.98º 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 #C7066D is Cyan = 0, Magento = 0.97, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 6 | 109 | - |
| CMYK | 0 | 0.97 | 0.45 | 0.22 |
| HSL | 327.98º | 0.94% | 0.4% | - |
| HSV(B) | 327.98º | 0.97% | 0.78% | - |
| XYZ | 26.38 | 13.38 | 15.66 | - |
| YUV | 75.45 | 146.94 | 216.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 6 | 109 | 0 | 0.97 | 0.45 | 0.22 | 327.98 | 0.94 | 0.4 |
| Hex | C7 | 6 | 6D | 0 | 61 | 2D | 16 | 148 | 5E | 28 |
| Octal | 307 | 6 | 155 | 0 | 141 | 55 | 26 | 510 | 136 | 50 |
| Binary | 11000111 | 110 | 1101101 | 0 | 1100001 | 101101 | 10110 | 101001000 | 1011110 | 101000 |
Color Harmonies of #C7066D
Complementary color
Monochromatic Colors of #C7066D
Black with #C7066D
Text Example
Text Example
White with #C7066D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7066D; }
p { color: rgb(199,6,109); }
H1.HeaderClassName
{
color: #C7066D;
}
.AnyTagClassName
{
color: #C7066D;
}
</style>
background-color css
<style>
a { background-color: #C7066D; }
a { background-color: rgb(199,6,109); }
div.DivClassName
{
background-color: #C7066D;
}
.BgClassName
{
background-color: #C7066D;
}
</style>
border-color css
<style>
span { border-color: #C7066D; }
span { border-color: rgb(199,6,109); }
td.TdClassName
{
border-color: #C7066D;
}
.TagClassName
{
border-color: #C7066D;
}
</style>